|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Compatability | |
org.apache.avalon.extension | Description Defintion of the services supporting jar file optional extension management based on the required and optional extensions declared under a jar file manifest. |
Uses of Compatability in org.apache.avalon.extension |
Fields in org.apache.avalon.extension declared as Compatability | |
static Compatability |
Specification.COMPATIBLE
Enum indicating that extension is compatible with other Package Specification. |
static Compatability |
Specification.REQUIRE_SPECIFICATION_UPGRADE
Enum indicating that extension requires an upgrade of specification to be compatible with other Package Specification. |
static Compatability |
Specification.REQUIRE_VENDOR_SWITCH
Enum indicating that extension requires a vendor switch to be compatible with other Package Specification. |
static Compatability |
Specification.REQUIRE_IMPLEMENTATION_CHANGE
Enum indicating that extension requires an upgrade of implementation to be compatible with other Package Specification. |
static Compatability |
Specification.INCOMPATIBLE
Enum indicating that extension is incompatible with other Package Specification in ways other than other enums indicate). ie For example the other Package Specification may have a different ID. |
static Compatability |
Extension.COMPATIBLE
Enum indicating that extension is compatible with other extension. |
static Compatability |
Extension.REQUIRE_SPECIFICATION_UPGRADE
Enum indicating that extension requires an upgrade of specification to be compatible with other extension. |
static Compatability |
Extension.REQUIRE_VENDOR_SWITCH
Enum indicating that extension requires a vendor switch to be compatible with other extension. |
static Compatability |
Extension.REQUIRE_IMPLEMENTATION_UPGRADE
Enum indicating that extension requires an upgrade of implementation to be compatible with other extension. |
static Compatability |
Extension.INCOMPATIBLE
Enum indicating that extension is incompatible with other extension in ways other than other enums indicate). ie For example the other extension may have a different ID. |
Methods in org.apache.avalon.extension that return Compatability | |
Compatability |
Specification.getCompatibilityWith(Specification other)
Return a Compatibility enum indicating the relationship of this Package Specification with the specified Extension . |
Compatability |
Extension.getCompatibilityWith(Extension required)
Return a Compatibility enum indicating the relationship of this Extension with the specified Extension . |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |