public class ConfigurationType extends Object
Configurations. There
are currently 3 types: Standalone local, Existing local and runtime configurations.| Modifier and Type | Field and Description |
|---|---|
static ConfigurationType |
EXISTING
Represents an existing configuration type.
|
static ConfigurationType |
RUNTIME
Represents a runtime configuration type.
|
static ConfigurationType |
STANDALONE
Represents a standalone configuration type.
|
| Constructor and Description |
|---|
ConfigurationType(String type) |
public static final ConfigurationType STANDALONE
public static final ConfigurationType EXISTING
public static final ConfigurationType RUNTIME
public ConfigurationType(String type)
type - the internal string representation of the configuration type. For example:
"standalone", "existing" or "runtime".public static ConfigurationType toType(String typeAsString)
ConfigurationType object.typeAsString - the string to transformConfigurationType objectpublic boolean equals(Object object)
equals in class ObjectObject.equals(Object)public int hashCode()
hashCode in class ObjectObject.hashCode()public String getType()
public String toString()
toString in class ObjectObject.toString()Copyright © 2004-2013 Codehaus. All Rights Reserved.