|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DeployableFile
Represents a component to deploy in a container. It can either be a WAR or an EAR file.
Method Summary | |
---|---|
java.lang.Object |
clone()
Clone the object. |
java.io.File |
getFile()
|
java.lang.String |
getFilterRedirectorMapping()
Returns the first URL-pattern to which the Cactus filter redirector is mapped in the deployment descriptor. |
java.lang.String |
getJspRedirectorMapping()
Returns the first URL-pattern to which the Cactus JSP redirector is mapped in the deployment descriptor. |
java.lang.String |
getServletRedirectorMapping()
Returns the first URL-pattern to which the Cactus servlet redirector is mapped in the deployment descriptor. |
java.lang.String |
getTestContext()
|
org.codehaus.cargo.module.webapp.WarArchive |
getWarArchive()
|
boolean |
isEar()
Returns whether the deployable file is an enterprise application archive (EAR). |
boolean |
isWar()
Returns whether the deployable file is a web-app archive (WAR). |
void |
setTestContext(java.lang.String theTestContext)
|
Method Detail |
---|
java.io.File getFile()
boolean isWar()
true
if the deployable file is a WARboolean isEar()
true
if the deployable file is a EARorg.codehaus.cargo.module.webapp.WarArchive getWarArchive()
java.lang.String getTestContext()
void setTestContext(java.lang.String theTestContext)
theTestContext
- the test context that will be used to test if the
container is started or notjava.lang.String getServletRedirectorMapping()
null
if the servlet redirector is
not defined or mapped in the descriptorjava.lang.String getFilterRedirectorMapping()
null
if the filter redirector is
not defined or mapped in the descriptorjava.lang.String getJspRedirectorMapping()
null
if the JSP redirector is
not defined or mapped in the descriptorjava.lang.Object clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
- If clone is not supported (duh)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |