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

Class Summary
ApplicationXml Encapsulates the DOM representation of a enterprise application descriptor (application.xml) to provide convenience methods for easy access and manipulation.
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).
EarArchive Class that encapsulates access to a enterprise application archive (EAR).
JarArchive Abstract base class for classes that provide convenient access to the contents of a J2EE deployment archive (EAR or WAR, for example).
WarArchive Class that encapsulates access to a web application archive (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.