A C D E G I O R S T

A

addExtension(Extension, Attributes) - Static method in class org.codehaus.spice.extension.Extension
Add Extension to the specified manifest Attributes.
addExtension(Extension, String, Attributes) - Static method in class org.codehaus.spice.extension.Extension
Add Extension to the specified manifest Attributes.

C

Compatability - class org.codehaus.spice.extension.Compatability.
Enum used in Extension to indicate the compatability of one extension to another.
COMPATIBLE - Static variable in class org.codehaus.spice.extension.Specification
Enum indicating that extension is compatible with other Package Specification.
COMPATIBLE - Static variable in class org.codehaus.spice.extension.Extension
Enum indicating that extension is compatible with other extension.

D

DeweyDecimal - class org.codehaus.spice.extension.DeweyDecimal.
Utility class to contain version numbers in "Dewey Decimal" syntax.
DeweyDecimal(int[]) - Constructor for class org.codehaus.spice.extension.DeweyDecimal
Construct a DeweyDecimal from an array of integer components.
DeweyDecimal(String) - Constructor for class org.codehaus.spice.extension.DeweyDecimal
Construct a DeweyDecimal from string in DeweyDecimal format.

E

Extension - class org.codehaus.spice.extension.Extension.
Utility class that represents either an available "Optional Package" (formerly known as "Standard Extension") as described in the manifest of a JAR file, or the requirement for such an optional package.
EXTENSION_LIST - Static variable in class org.codehaus.spice.extension.Extension
Manifest Attribute Name object for EXTENSION_LIST.
EXTENSION_NAME - Static variable in class org.codehaus.spice.extension.Extension
Manifest Attribute Name object for EXTENSION_NAME.
Extension(String, String, String, String, String, String, String) - Constructor for class org.codehaus.spice.extension.Extension
The constructor to create Extension object.

G

get(int) - Method in class org.codehaus.spice.extension.DeweyDecimal
Return the component at specified index.
getAvailable(Manifest) - Static method in class org.codehaus.spice.extension.Extension
Return an array of Extension objects representing optional packages that are available in the JAR file associated with the specified Manifest.
getAvailable(Manifest[]) - Static method in class org.codehaus.spice.extension.Extension
Retrieve the set of Extension objects that are available by the specified Manifest objects.
getCompatibilityWith(Extension) - Method in class org.codehaus.spice.extension.Extension
Return a Compatibility enum indicating the relationship of this Extension with the specified Extension.
getCompatibilityWith(Specification) - Method in class org.codehaus.spice.extension.Specification
Return a Compatibility enum indicating the relationship of this Package Specification with the specified Extension.
getExtensionName() - Method in class org.codehaus.spice.extension.Extension
Get the name of the extension.
getImplementationTitle() - Method in class org.codehaus.spice.extension.Specification
Get the title of the specification.
getImplementationURL() - Method in class org.codehaus.spice.extension.Extension
Get the url of the extensions implementation.
getImplementationVendor() - Method in class org.codehaus.spice.extension.Specification
Get the vendor of the extensions implementation.
getImplementationVendor() - Method in class org.codehaus.spice.extension.Extension
Get the vendor of the extensions implementation.
getImplementationVendorID() - Method in class org.codehaus.spice.extension.Extension
Get the vendorID of the extensions implementation.
getImplementationVersion() - Method in class org.codehaus.spice.extension.Specification
Get the version of the implementation.
getImplementationVersion() - Method in class org.codehaus.spice.extension.Extension
Get the version of the extensions implementation.
getName() - Method in class org.codehaus.spice.extension.Compatability
Return name of compatability level.
getOptions(Manifest) - Static method in class org.codehaus.spice.extension.Extension
Return the set of Extension objects representing "Optional Packages" that the application declares they will use if present.
getRequired(Manifest) - Static method in class org.codehaus.spice.extension.Extension
Return the set of Extension objects representing optional packages that are required by the application contained in the JAR file associated with the specified Manifest.
getRequired(Manifest[]) - Static method in class org.codehaus.spice.extension.Extension
Retrieve the set of Extension objects that are required by the specified Manifest objects.
getSections() - Method in class org.codehaus.spice.extension.Specification
Return an array containing sections to which specification applies or null if relevant to no sections.
getSize() - Method in class org.codehaus.spice.extension.DeweyDecimal
Return number of components in DeweyDecimal.
getSpecifications(Manifest) - Static method in class org.codehaus.spice.extension.Specification
Return an array of Package Specification objects.
getSpecificationTitle() - Method in class org.codehaus.spice.extension.Specification
Get the title of the specification.
getSpecificationVendor() - Method in class org.codehaus.spice.extension.Specification
Get the vendor of the specification.
getSpecificationVendor() - Method in class org.codehaus.spice.extension.Extension
Get the vendor of the extensions specification.
getSpecificationVersion() - Method in class org.codehaus.spice.extension.Specification
Get the version of the specification.
getSpecificationVersion() - Method in class org.codehaus.spice.extension.Extension
Get the version of the extensions specification.

I

IMPLEMENTATION_TITLE - Static variable in class org.codehaus.spice.extension.Specification
Manifest Attribute Name object for IMPLEMENTATION_TITLE.
IMPLEMENTATION_URL - Static variable in class org.codehaus.spice.extension.Extension
Manifest Attribute Name object for IMPLEMENTATION_URL.
IMPLEMENTATION_VENDOR - Static variable in class org.codehaus.spice.extension.Specification
Manifest Attribute Name object for IMPLEMENTATION_VENDOR.
IMPLEMENTATION_VENDOR - Static variable in class org.codehaus.spice.extension.Extension
Manifest Attribute Name object for IMPLEMENTATION_VENDOR.
IMPLEMENTATION_VENDOR_ID - Static variable in class org.codehaus.spice.extension.Extension
Manifest Attribute Name object for IMPLEMENTATION_VENDOR_ID.
IMPLEMENTATION_VERSION - Static variable in class org.codehaus.spice.extension.Specification
Manifest Attribute Name object for IMPLEMENTATION_VERSION.
IMPLEMENTATION_VERSION - Static variable in class org.codehaus.spice.extension.Extension
Manifest Attribute Name object for IMPLEMENTATION_VERSION.
INCOMPATIBLE - Static variable in class org.codehaus.spice.extension.Specification
Enum indicating that extension is incompatible with other Package Specification in ways other than other enums indicate).
INCOMPATIBLE - Static variable in class org.codehaus.spice.extension.Extension
Enum indicating that extension is incompatible with other extension in ways other than other enums indicate).
isCompatibleWith(Extension) - Method in class org.codehaus.spice.extension.Extension
Return true if the specified Extension (which represents an optional package required by an application) is satisfied by this Extension (which represents an optional package that is already installed.
isCompatibleWith(Specification) - Method in class org.codehaus.spice.extension.Specification
Return true if the specified package is satisfied by this Specification.
isEqual(DeweyDecimal) - Method in class org.codehaus.spice.extension.DeweyDecimal
Return true if this DeweyDecimal is equal to the other DeweyDecimal.
isGreaterThan(DeweyDecimal) - Method in class org.codehaus.spice.extension.DeweyDecimal
Return true if this DeweyDecimal is greater than the other DeweyDecimal.
isGreaterThanOrEqual(DeweyDecimal) - Method in class org.codehaus.spice.extension.DeweyDecimal
Return true if this DeweyDecimal is greater than or equal to the other DeweyDecimal.
isLessThan(DeweyDecimal) - Method in class org.codehaus.spice.extension.DeweyDecimal
Return true if this DeweyDecimal is less than the other DeweyDecimal.
isLessThanOrEqual(DeweyDecimal) - Method in class org.codehaus.spice.extension.DeweyDecimal
Return true if this DeweyDecimal is less than or equal to the other DeweyDecimal.

O

OPTIONAL_EXTENSION_LIST - Static variable in class org.codehaus.spice.extension.Extension
Name object for Optional-Extension-List manifest attribute used for declaring optional dependencies on installed extensions.
org.codehaus.spice.extension - package org.codehaus.spice.extension
 

R

REQUIRE_IMPLEMENTATION_CHANGE - Static variable in class org.codehaus.spice.extension.Specification
Enum indicating that extension requires an upgrade of implementation to be compatible with other Package Specification.
REQUIRE_IMPLEMENTATION_UPGRADE - Static variable in class org.codehaus.spice.extension.Extension
Enum indicating that extension requires an upgrade of implementation to be compatible with other extension.
REQUIRE_SPECIFICATION_UPGRADE - Static variable in class org.codehaus.spice.extension.Specification
Enum indicating that extension requires an upgrade of specification to be compatible with other Package Specification.
REQUIRE_SPECIFICATION_UPGRADE - Static variable in class org.codehaus.spice.extension.Extension
Enum indicating that extension requires an upgrade of specification to be compatible with other extension.
REQUIRE_VENDOR_SWITCH - Static variable in class org.codehaus.spice.extension.Specification
Enum indicating that extension requires a vendor switch to be compatible with other Package Specification.
REQUIRE_VENDOR_SWITCH - Static variable in class org.codehaus.spice.extension.Extension
Enum indicating that extension requires a vendor switch to be compatible with other extension.

S

Specification - class org.codehaus.spice.extension.Specification.
Utility class that represents either an available "Optional Package" (formerly known as "Standard Extension") as described in the manifest of a JAR file, or the requirement for such an optional package.
SPECIFICATION_TITLE - Static variable in class org.codehaus.spice.extension.Specification
Manifest Attribute Name object for SPECIFICATION_TITLE.
SPECIFICATION_VENDOR - Static variable in class org.codehaus.spice.extension.Specification
Manifest Attribute Name object for SPECIFICATION_VENDOR.
SPECIFICATION_VENDOR - Static variable in class org.codehaus.spice.extension.Extension
Manifest Attribute Name object for SPECIFICATION_VENDOR.
SPECIFICATION_VERSION - Static variable in class org.codehaus.spice.extension.Specification
Manifest Attribute Name object for SPECIFICATION_VERSION.
SPECIFICATION_VERSION - Static variable in class org.codehaus.spice.extension.Extension
Manifest Attribute Name object for SPECIFICATION_VERSION.
Specification(String, String, String, String, String, String) - Constructor for class org.codehaus.spice.extension.Specification
The constructor to create Package Specification object.
Specification(String, String, String, String, String, String, String[]) - Constructor for class org.codehaus.spice.extension.Specification
The constructor to create Package Specification object.

T

toString() - Method in class org.codehaus.spice.extension.Specification
Return a String representation of this object.
toString() - Method in class org.codehaus.spice.extension.Extension
Return a String representation of this object.
toString() - Method in class org.codehaus.spice.extension.DeweyDecimal
Return string representation of DeweyDecimal.
toString() - Method in class org.codehaus.spice.extension.Compatability
Return name of compatability level.

A C D E G I O R S T

Copyright © 2000-2003 Codehaus. All Rights Reserved.