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 TomcatDeployableStatusTomcatDeployableStatus. NOT_FOUNDThe status of the deployable when it doesn't exists in Tomcat.static TomcatDeployableStatusTomcatDeployableStatus. RUNNINGThe status of the deployable when it's running in Tomcat.static TomcatDeployableStatusTomcatDeployableStatus. STOPPEDThe 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 TomcatDeployableStatusTomcatManager. getStatus(String path)Return the status of the webapp at the specified context path.TomcatDeployableStatusTomcatManager. getStatus(String path, String version)Return the status of the webapp at the specified context path and version.static TomcatDeployableStatusTomcatDeployableStatus. toStatus(String statusAsString)Transform a status represented as a string into aTomcatDeployableStatusobject.
-