Uses of Class
org.codehaus.cargo.container.tomcat.internal.TomcatDeployableStatus

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.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.
static TomcatDeployableStatus TomcatDeployableStatus.NOT_FOUND
          The status of the deployable when it doesn't exists in Tomcat.
 

Methods in org.codehaus.cargo.container.tomcat.internal that return TomcatDeployableStatus
static TomcatDeployableStatus TomcatDeployableStatus.toStatus(java.lang.String statusAsString)
          Transform a status represented as a string into a TomcatDeployableStatus object.
 TomcatDeployableStatus TomcatManager.getStatus(java.lang.String path)
          Return the status of the webapp at the specified context path.
 



Copyright © 2004-2007 Codehaus. All Rights Reserved.