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 Object
Object.equals(Object)
public int hashCode()
hashCode
in class Object
Object.hashCode()
public String getStatus()
public String toString()
toString
in class Object
Object.toString()
Copyright © 2004-2013 Codehaus. All Rights Reserved.