|
|||||||||||
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. |
org.apache.cactus.integration.ant.deployment | Contains classes that support deployment aspects like parsing deployment descriptors and extracting resources from deployment archives. |
Uses of DeployableFile in org.apache.cactus.integration.ant.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)
|
Uses of DeployableFile in org.apache.cactus.integration.ant.deployment |
Classes in org.apache.cactus.integration.ant.deployment 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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |