org.apache.tools.ant.taskdefs.optional.extension |
|
Java Source File Name | Type | Comment |
Compatability.java | Class | Enum used in (@link Extension) to indicate the compatability
of one extension to another. |
Compatibility.java | Class | Enum used in (@link Extension) to indicate the compatibility
of one extension to another. |
DeweyDecimal.java | Class | Utility class to contain version numbers in "Dewey Decimal"
syntax. |
Extension.java | Class | |
ExtensionAdapter.java | Class | Simple class that represents an Extension and conforms to Ants
patterns. |
ExtensionResolver.java | Interface | Interface to locate a File that satisfies extension. |
ExtensionSet.java | Class | The Extension set lists a set of "Optional Packages" /
"Extensions". |
ExtensionUtil.java | Class | A set of useful methods relating to extensions. |
ExtraAttribute.java | Class | Simple holder for extra attributes in main section of manifest. |
JarLibAvailableTask.java | Class | Checks whether an extension is present in a fileset or an extensionSet. |
JarLibDisplayTask.java | Class | Displays the "Optional Package" and "Package Specification" information
contained within the specified JARs.
Prior to JDK1.3, an "Optional Package" was known as an Extension.
The specification for this mechanism is available in the JDK1.3
documentation in the directory
$JDK_HOME/docs/guide/extensions/versioning.html. |
JarLibManifestTask.java | Class | Generates a manifest that declares all the dependencies.
The dependencies are determined by looking in the
specified path and searching for Extension / "Optional Package"
specifications in the manifests of the jars.
Prior to JDK1.3, an "Optional Package" was known as an Extension.
The specification for this mechanism is available in the JDK1.3
documentation in the directory
$JDK_HOME/docs/guide/extensions/versioning.html. |
JarLibResolveTask.java | Class | Tries to locate a JAR to satisfy an extension and place
location of JAR into property. |
LibFileSet.java | Class | LibFileSet represents a fileset containing libraries. |
LibraryDisplayer.java | Class | Utility class to output the information in a jar relating
to "Optional Packages" (formely known as "Extensions")
and Package Specifications. |
Specification.java | Class | |