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

Packages that use org.apache.cactus.integration.ant.deployment
org.apache.cactus.integration.ant Contains the tasks and types provided for integration of Cactus with Ant. 
org.apache.cactus.integration.ant.container Contains classes and interfaces that constitute the support for container startup and shutdown in the Ant integration. 
org.apache.cactus.integration.ant.deployment Contains classes that support deployment aspects like parsing deployment descriptors and extracting resources from deployment archives. 
 

Classes in org.apache.cactus.integration.ant.deployment used by org.apache.cactus.integration.ant
WebXml
          Encapsulates the DOM representation of a web deployment descriptor web.xml to provide convenience methods for easy access and manipulation.
 

Classes in org.apache.cactus.integration.ant.deployment used by org.apache.cactus.integration.ant.container
WarArchive
          Encapsulates access to a WAR.
 

Classes in org.apache.cactus.integration.ant.deployment used by org.apache.cactus.integration.ant.deployment
ApplicationXml
          Encapsulates the DOM representation of an EAR descriptor (application.xml) to provide convenience methods for easy access and manipulation.
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).
DefaultJarArchive
          Provide convenient methods to read information from a Jar archive.
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.
WebXml
          Encapsulates the DOM representation of a web deployment descriptor web.xml to provide convenience methods for easy access and manipulation.
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.
 



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