Modifier and Type | Field and Description |
---|---|
private String | extensionName
The name of the optional package being made available, or required. |
private String | implementationURL
The URL from which the most recent version of this optional package can be obtained if it is not already installed. |
private String | implementationVendor
The name of the company or organization that produced this implementation of this optional package. |
private String | implementationVendorID
The unique identifier of the company that produced the optional package contained in this JAR file. |
private DeweyDecimal | implementationVersion
The version number (dotted decimal notation) for this implementation of the optional package. |
private String | specificationVendor
The name of the company or organization that originated the specification to which this optional package conforms. |
private DeweyDecimal | specificationVersion
The version number (dotted decimal notation) of the specification to which this optional package conforms. |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
private ExtensionAdapter | |
public void | |
public void | setImplementationUrl(final String
the implementationURL of extension implementationURL)Set the implementationURL of extension. |
public void | setImplementationVendor(final String
the implementationVendor of extension implementationVendor)Set the implementationVendor of extension. |
public void | setImplementationVendorId(final String
the implementationVendorID of extension implementationVendorID)Set the implementationVendorID of extension. |
public void | setImplementationVersion(final String
the implementationVersion of extension implementationVersion)Set the implementationVersion of extension. |
public void | setRefid(final Reference
the reference to which this instance is associated reference)Overrides org. |
public void | setSpecificationVendor(final String
the specificationVendor of extension specificationVendor)Set the specificationVendor of extension. |
public void | setSpecificationVersion(final String
the specificationVersion of extension specificationVersion)Set the specificationVersion of extension. |
pack-priv Extension | |
public String | Returns: the extension in a string.Overrides org. |
private void |
extensionName | back to summary |
---|---|
private String extensionName The name of the optional package being made available, or required. |
implementationURL | back to summary |
---|---|
private String implementationURL The URL from which the most recent version of this optional package can be obtained if it is not already installed. |
implementationVendor | back to summary |
---|---|
private String implementationVendor The name of the company or organization that produced this implementation of this optional package. |
implementationVendorID | back to summary |
---|---|
private String implementationVendorID The unique identifier of the company that produced the optional package contained in this JAR file. |
implementationVersion | back to summary |
---|---|
private DeweyDecimal implementationVersion The version number (dotted decimal notation) for this implementation of the optional package. |
specificationVendor | back to summary |
---|---|
private String specificationVendor The name of the company or organization that originated the specification to which this optional package conforms. |
specificationVersion | back to summary |
---|---|
private DeweyDecimal specificationVersion The version number (dotted decimal notation) of the specification to which this optional package conforms. |
ExtensionAdapter | back to summary |
---|---|
public ExtensionAdapter() |
getRef | back to summary |
---|---|
private ExtensionAdapter getRef() |
setExtensionName | back to summary |
---|---|
public void setExtensionName(final String extensionName) Set the name of extension.
|
setImplementationUrl | back to summary |
---|---|
public void setImplementationUrl(final String implementationURL) Set the implementationURL of extension.
|
setImplementationVendor | back to summary |
---|---|
public void setImplementationVendor(final String implementationVendor) Set the implementationVendor of extension.
|
setImplementationVendorId | back to summary |
---|---|
public void setImplementationVendorId(final String implementationVendorID) Set the implementationVendorID of extension.
|
setImplementationVersion | back to summary |
---|---|
public void setImplementationVersion(final String implementationVersion) Set the implementationVersion of extension.
|
setRefid | back to summary |
---|---|
public void setRefid(final Reference reference) throws BuildException Overrides org. Makes this instance in effect a reference to another ExtensionAdapter instance. You must not set another attribute or nest elements inside this element if you make it a reference.
|
setSpecificationVendor | back to summary |
---|---|
public void setSpecificationVendor(final String specificationVendor) Set the specificationVendor of extension.
|
setSpecificationVersion | back to summary |
---|---|
public void setSpecificationVersion(final String specificationVersion) Set the specificationVersion of extension.
|
toExtension | back to summary |
---|---|
pack-priv Extension toExtension() throws BuildException Convert this adapter object into an extension object.
|
toString | back to summary |
---|---|
public String toString() Overrides org. a debug toString method.
|
verifyNotAReference | back to summary |
---|---|
private void verifyNotAReference() throws BuildException |