Uses of Class
org.codehaus.cargo.container.tomcat.internal.TomcatDeployableStatus
-
Packages that use TomcatDeployableStatus Package Description 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 Modifier and Type Field Description 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 Modifier and Type Method Description TomcatDeployableStatus
TomcatManager. getStatus(String path)
Return the status of the webapp at the specified context path.TomcatDeployableStatus
TomcatManager. getStatus(String path, String version)
Return the status of the webapp at the specified context path and version.static TomcatDeployableStatus
TomcatDeployableStatus. toStatus(String statusAsString)
Transform a status represented as a string into aTomcatDeployableStatus
object.
-