Uses of Interface
org.apache.cactus.integration.ant.container.DeployableFile

Packages that use DeployableFile
org.apache.cactus.integration.ant.container Contains classes and interfaces that constitute the support for container startup and shutdown in the Ant integration. 
 

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

Classes in org.apache.cactus.integration.ant.container that implement DeployableFile
 class AbstractDeployableFile
          Logic common to all deployable implementations (WAR and EAR deployments).
 class EarDeployableFile
          Represents an EAR file to deploy in a container.
 class WarDeployableFile
          Represents a WAR file to deploy in a container.
 

Methods in org.apache.cactus.integration.ant.container with parameters of type DeployableFile
 void ContainerWrapper.setDeployableFile(DeployableFile theWarFile)
           
 void Container.setDeployableFile(DeployableFile theDeployableFile)
          Sets the file that should be deployed to the container.
 void AbstractContainer.setDeployableFile(DeployableFile theDeployableFile)
           
 



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