public final class TomcatDeployableStatus extends Object
| Modifier and Type | Field and Description |
|---|---|
static TomcatDeployableStatus |
NOT_FOUND
The status of the deployable when it doesn't exists in Tomcat.
|
static TomcatDeployableStatus |
RUNNING
The status of the deployable when it's running in Tomcat.
|
static TomcatDeployableStatus |
STOPPED
The status of the deployable when it's stopped in Tomcat.
|
public static final TomcatDeployableStatus RUNNING
public static final TomcatDeployableStatus STOPPED
public static final TomcatDeployableStatus NOT_FOUND
public static TomcatDeployableStatus toStatus(String statusAsString)
TomcatDeployableStatus object.statusAsString - the string to transformTomcatDeployableStatus objectpublic boolean equals(Object object)
equals in class ObjectObject.equals(Object)public int hashCode()
hashCode in class ObjectObject.hashCode()public String getStatus()
public String toString()
toString in class ObjectObject.toString()Copyright © 2004-2013 Codehaus. All Rights Reserved.