|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.cargo.container.deployable.DeployableType
public final class DeployableType
Type of Depoyable. Can be WAR, EAR, EXPANDED_WAR, etc.
Field Summary | |
---|---|
static DeployableType |
EAR
The EAR deployable type. |
static DeployableType |
EJB
The EJB deployable type. |
static DeployableType |
FILE
The File deployable type. |
static DeployableType |
RAR
The RAR deployable type. |
static DeployableType |
SAR
The SAR deployable type. |
static DeployableType |
WAR
The WAR deployable type. |
Method Summary | |
---|---|
boolean |
equals(Object object)
|
String |
getType()
|
int |
hashCode()
|
String |
toString()
|
static DeployableType |
toType(String typeAsString)
Transform a type represented as a string into a DeployableType object. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final DeployableType WAR
public static final DeployableType EAR
public static final DeployableType EJB
public static final DeployableType SAR
public static final DeployableType RAR
public static final DeployableType FILE
Method Detail |
---|
public static DeployableType toType(String typeAsString)
DeployableType
object.
typeAsString
- the string to transform
DeployableType
objectpublic boolean equals(Object object)
equals
in class Object
Object.equals(Object)
public int hashCode()
hashCode
in class Object
Object.hashCode()
public String getType()
public String toString()
toString
in class Object
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |