|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cactus.integration.ant.container.AbstractDeployableFile
org.apache.cactus.integration.ant.container.WarDeployableFile
Represents a WAR file to deploy in a container.
Constructor Summary | |
WarDeployableFile()
|
Method Summary | |
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). |
Methods inherited from class org.apache.cactus.integration.ant.container.AbstractDeployableFile |
getFile, getFilterRedirectorMapping, getJspRedirectorMapping, getServletRedirectorMapping, getTestContext, getWarArchive, setFile, setFilterRedirectorMapping, setJspRedirectorMapping, setServletRedirectorMapping, setTestContext, setWarArchive |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WarDeployableFile()
Method Detail |
public final boolean isWar()
DeployableFile
true
if the deployable file is a WARDeployableFile.isWar()
public final boolean isEar()
DeployableFile
true
if the deployable file is a EARDeployableFile.isEar()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |