Package | Description |
---|---|
org.codehaus.cargo.container.tomcat.internal |
Modifier and Type | Field and 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.
|
Modifier and Type | Method and Description |
---|---|
TomcatDeployableStatus |
TomcatManager.getStatus(String path)
Return the status of the webapp at the specified context path.
|
static TomcatDeployableStatus |
TomcatDeployableStatus.toStatus(String statusAsString)
Transform a status represented as a string into a
TomcatDeployableStatus object. |
Copyright © 2004-2013 Codehaus. All Rights Reserved.