Save This Page
Home » cactus-1.8.0-src » org.apache.cactus.integration.ant.deployment » [javadoc | source]
org.apache.cactus.integration.ant.deployment
public class: EarDeployableFile [javadoc | source]
java.lang.Object
   org.apache.cactus.integration.ant.deployment.AbstractDeployableFile
      org.apache.cactus.integration.ant.deployment.EarDeployableFile

All Implemented Interfaces:
    Cloneable, DeployableFile

Represents an EAR file to deploy in a container.
Fields inherited from org.apache.cactus.integration.ant.deployment.AbstractDeployableFile:
deployableFile,  warArchive,  testContext,  servletRedirectorMapping,  filterRedirectorMapping,  jspRedirectorMapping
Method from org.apache.cactus.integration.ant.deployment.EarDeployableFile Summary:
isEar,   isWar
Methods from org.apache.cactus.integration.ant.deployment.AbstractDeployableFile:
clone,   getFile,   getFilterRedirectorMapping,   getJspRedirectorMapping,   getServletRedirectorMapping,   getTestContext,   getWarArchive,   setFile,   setFilterRedirectorMapping,   setJspRedirectorMapping,   setServletRedirectorMapping,   setTestContext,   setWarArchive
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.cactus.integration.ant.deployment.EarDeployableFile Detail:
 public final boolean isEar() 
    {@inheritDoc}
 public final boolean isWar() 
    {@inheritDoc}