|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |