Uses of Interface
org.apache.cactus.integration.ant.deployment.WarArchive

Packages that use WarArchive
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. 
 

Uses of WarArchive in org.apache.cactus.integration.ant.container
 

Methods in org.apache.cactus.integration.ant.container that return WarArchive
 WarArchive DeployableFile.getWarArchive()
           
 WarArchive AbstractDeployableFile.getWarArchive()
           
 

Methods in org.apache.cactus.integration.ant.container with parameters of type WarArchive
 void AbstractDeployableFile.setWarArchive(WarArchive theWarArchive)
           
 

Uses of WarArchive in org.apache.cactus.integration.ant.deployment
 

Classes in org.apache.cactus.integration.ant.deployment that implement WarArchive
 class DefaultWarArchive
          Class that encapsulates access to a WAR.
 

Methods in org.apache.cactus.integration.ant.deployment that return WarArchive
 WarArchive EarArchive.getWebModule(java.lang.String theUri)
          Returns the web-app archive stored in the EAR with the specified URI.
 WarArchive DefaultEarArchive.getWebModule(java.lang.String theUri)
           
 



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