|
||||||||||
| 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 |
WAR
The WAR deployable type. |
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object object)
|
java.lang.String |
getType()
|
int |
hashCode()
|
java.lang.String |
toString()
|
static DeployableType |
toType(java.lang.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
| Method Detail |
|---|
public static DeployableType toType(java.lang.String typeAsString)
DeployableType object.
typeAsString - the string to transform
DeployableType objectpublic boolean equals(java.lang.Object object)
equals in class java.lang.ObjectObject.equals(Object)public int hashCode()
hashCode in class java.lang.ObjectObject.hashCode()public java.lang.String getType()
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||