java.lang.Object | |
↳ | sun.misc.ExtensionInfo |
This class holds all necessary information to install or upgrade a extension on the user's disk
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | COMPATIBLE | public static values returned by the isCompatible method |
|||||||||
int | INCOMPATIBLE | ||||||||||
int | REQUIRE_IMPLEMENTATION_UPGRADE | ||||||||||
int | REQUIRE_SPECIFICATION_UPGRADE | ||||||||||
int | REQUIRE_VENDOR_SWITCH |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
implementationVersion | |||||||||||
name | |||||||||||
specVendor | |||||||||||
specVersion | |||||||||||
title | attributes fully describer an extension. |
||||||||||
url | |||||||||||
vendor | |||||||||||
vendorId |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Create a new uninitialized extension information object | |||||||||||
Create and initialize an extension information object. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
helper method to print sensible information on the undelying described extension |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
public static values returned by the isCompatible method
attributes fully describer an extension. The underlying described extension may be installed and requested.
Create a new uninitialized extension information object
Create and initialize an extension information object. The initialization uses the attributes passed as being the content of a manifest file to load the extension information from. Since manifest file may contain information on several extension they may depend on, the extension key parameter is prepanded to the attribute name to make the key used to retrieve the attribute from the manifest file
extensionKey | unique extension key in the manifest |
---|---|
attr | Attributes of a manifest file |
NullPointerException |
---|
helper method to print sensible information on the undelying described extension