Save This Page
Home » cactus-1.8.0-src » org.apache.cactus.integration.ant.deployment » [javadoc | source]
org.apache.cactus.integration.ant.deployment
public interface: DeployableFile [javadoc | source]

All Known Implementing Classes:
    AbstractDeployableFile, EarDeployableFile, WarDeployableFile

Represents a component to deploy in a container. It can either be a WAR or an EAR file.
Method from org.apache.cactus.integration.ant.deployment.DeployableFile Summary:
clone,   getFile,   getFilterRedirectorMapping,   getJspRedirectorMapping,   getServletRedirectorMapping,   getTestContext,   getWarArchive,   isEar,   isWar,   setTestContext
Method from org.apache.cactus.integration.ant.deployment.DeployableFile Detail:
 public Object clone() throws CloneNotSupportedException
    Clone the object.
 public File getFile()
 public String getFilterRedirectorMapping()
    Returns the first URL-pattern to which the Cactus filter redirector is mapped in the deployment descriptor.
 public String getJspRedirectorMapping()
    Returns the first URL-pattern to which the Cactus JSP redirector is mapped in the deployment descriptor.
 public String getServletRedirectorMapping()
    Returns the first URL-pattern to which the Cactus servlet redirector is mapped in the deployment descriptor.
 public String getTestContext()
 public WarArchive getWarArchive()
 public boolean isEar()
    Returns whether the deployable file is an enterprise application archive (EAR).
 public boolean isWar()
    Returns whether the deployable file is a web-app archive (WAR).
 public  void setTestContext(String theTestContext)