|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TomcatDeployableStatus | |
---|---|
org.codehaus.cargo.container.tomcat.internal |
Uses of TomcatDeployableStatus in org.codehaus.cargo.container.tomcat.internal |
---|
Fields in org.codehaus.cargo.container.tomcat.internal declared as TomcatDeployableStatus | |
---|---|
static TomcatDeployableStatus |
TomcatDeployableStatus.NOT_FOUND
The status of the deployable when it doesn't exists in Tomcat. |
static TomcatDeployableStatus |
TomcatDeployableStatus.RUNNING
The status of the deployable when it's running in Tomcat. |
static TomcatDeployableStatus |
TomcatDeployableStatus.STOPPED
The status of the deployable when it's stopped in Tomcat. |
Methods in org.codehaus.cargo.container.tomcat.internal that return TomcatDeployableStatus | |
---|---|
TomcatDeployableStatus |
TomcatManager.getStatus(java.lang.String path)
Return the status of the webapp at the specified context path. |
static TomcatDeployableStatus |
TomcatDeployableStatus.toStatus(java.lang.String statusAsString)
Transform a status represented as a string into a TomcatDeployableStatus object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |