org.apache.cactus.integration.ant.deployment |
Contains classes that support deployment aspects like parsing deployment
descriptors and extracting resources from deployment archives.
WARNING
The classes and interfaces in this package are not intended for use by API
clients. They may be altered in backwards-incompatible ways and even moved
or removed at any time without further notice.
|
Java Source File Name | Type | Comment |
AbstractDeployableFile.java | Class | Logic common to all deployable implementations (WAR and EAR
deployments). |
DefaultJarArchive.java | Class | Provide convenient methods to read information from a Jar archive. |
DeployableFile.java | Interface | Represents a component to deploy in a container. |
EarDeployableFile.java | Class | Represents an EAR file to deploy in a container. |
EarParser.java | Class | Parse an EAR descriptor to extract meaninful information for Cactus,
the results being stored in a
EarDeployableFile object. |
JarArchive.java | Interface | Provide convenient methods to read information from a Jar archive. |
TestAll.java | Class | Run all the unit tests for the deployment support classes. |
TestEarParser.java | Class | Unit tests for
EarParser . |
TestJarArchive.java | Class | Unit tests for
JarArchive . |
WarDeployableFile.java | Class | Represents a WAR file to deploy in a container. |
WarParser.java | Class | Parse an WAR descriptor to extract meaninful information for Cactus,
the results being stored in a
WarDeployableFile object. |