public enum RaptureHomeRetriever extends java.lang.Enum<RaptureHomeRetriever>
| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
APP_NAME |
static java.lang.String |
GLOBAL_CONFIG_HOME |
static java.lang.String |
RAPTURE_HOME |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getAppConfigHome() |
static java.lang.String |
getAppName() |
static java.lang.String |
getGlobalConfigHome() |
static java.lang.String |
getRaptureHome() |
static RaptureHomeRetriever |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RaptureHomeRetriever[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RaptureHomeRetriever INSTANCE
public static final java.lang.String GLOBAL_CONFIG_HOME
public static final java.lang.String APP_NAME
public static final java.lang.String RAPTURE_HOME
public static RaptureHomeRetriever[] values()
for (RaptureHomeRetriever c : RaptureHomeRetriever.values()) System.out.println(c);
public static RaptureHomeRetriever valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static java.lang.String getRaptureHome()
public static java.lang.String getGlobalConfigHome()
public static java.lang.String getAppConfigHome()
public static java.lang.String getAppName()