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.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.deployment
ApplicationXml
          Encapsulates the DOM representation of a enterprise application 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).
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.
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.