|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cactus.integration.api.deployable.AbstractDeployableFile
org.apache.cactus.integration.api.deployable.EarDeployableFile
public class EarDeployableFile
Represents an EAR file to deploy in a container.
| Field Summary |
|---|
| Fields inherited from class org.apache.cactus.integration.api.deployable.AbstractDeployableFile |
|---|
deployableFile, filterRedirectorMapping, jspRedirectorMapping, servletRedirectorMapping, testContext, warArchive |
| Constructor Summary | |
|---|---|
EarDeployableFile()
|
|
| 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.api.deployable.AbstractDeployableFile |
|---|
clone, getFile, getFilterRedirectorMapping, getJspRedirectorMapping, getServletRedirectorMapping, getTestContext, getWarArchive, setFile, setFilterRedirectorMapping, setJspRedirectorMapping, setServletRedirectorMapping, setTestContext, setWarArchive |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EarDeployableFile()
| Method Detail |
|---|
public final boolean isWar()
isWar in interface DeployableFiletrue if the deployable file is a WARDeployableFile.isWar()public final boolean isEar()
isEar in interface DeployableFiletrue if the deployable file is a EARDeployableFile.isEar()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||