Package org.apache.cactus.integration.ant.deployment

Contains classes that support deployment aspects like parsing deployment descriptors and extracting resources from deployment archives.

See:
          Description

Interface Summary
ApplicationXml Encapsulates the DOM representation of an EAR descriptor (application.xml) to provide convenience methods for easy access and manipulation.
EarArchive Class that encapsulates access to an EAR.
JarArchive Provide convenient methods to read information from a Jar archive.
WarArchive Encapsulates access to a WAR.
 

Class Summary
ApplicationXmlIo Provides convenience methods for reading and writing enterprise application deployment descriptors (application.xml).
ApplicationXmlTag Represents the various top-level tags in a enterprise application deployment descriptor as a typesafe enumeration.
ApplicationXmlVersion Enumerated type that represents the version of the deployment descriptor of a enterprise application (application.xml).
DefaultApplicationXml Encapsulates the DOM representation of an EAR descriptor (application.xml) to provide convenience methods for easy access and manipulation.
DefaultEarArchive Encapsulates access to an EAR.
DefaultJarArchive Provide convenient methods to read information from a Jar archive.
DefaultWarArchive Class that encapsulates access to a WAR.
WebXml Encapsulates the DOM representation of a web deployment descriptor web.xml to provide convenience methods for easy access and manipulation.
WebXmlIo Provides convenience methods for reading and writing web deployment descriptors.
WebXmlMerger Helper class that can merge two web deployment descriptors.
WebXmlTag Represents the various top-level tags in a web deployment descriptor as a typesafe enumeration.
WebXmlVersion Enumerated type that represents the version of the web deployment descriptor.
 

Package org.apache.cactus.integration.ant.deployment Description

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.



Copyright © 2000-2003 Apache Software Foundation. All Rights Reserved.