|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<KnownDeploymentTypes>
org.jboss.deployers.spi.management.KnownDeploymentTypes
public enum KnownDeploymentTypes
Enum for the known deployment types.
ManagedDeployment#getTypes()}
Method Summary | |
---|---|
String |
getType()
Get the simple deployment type string. |
static KnownDeploymentTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static KnownDeploymentTypes[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final KnownDeploymentTypes JavaEEApplication
public static final KnownDeploymentTypes JavaEEClientApplication
public static final KnownDeploymentTypes JavaEEEnterpriseBeans2x
public static final KnownDeploymentTypes JavaEEEnterpriseBeans3x
public static final KnownDeploymentTypes JavaEEWebApplication
public static final KnownDeploymentTypes JavaEEResourceAdaptor
public static final KnownDeploymentTypes JavaEEPersistenceUnit
public static final KnownDeploymentTypes JBossServices
public static final KnownDeploymentTypes MCBeans
public static final KnownDeploymentTypes OSGIBundle
public static final KnownDeploymentTypes SpringApplication
public static final KnownDeploymentTypes Unknown
Method Detail |
---|
public static KnownDeploymentTypes[] values()
for (KnownDeploymentTypes c : KnownDeploymentTypes.values()) System.out.println(c);
public static KnownDeploymentTypes valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic String getType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |