public enum LocaleResources extends Enum<LocaleResources>
Modifier and Type | Method and Description |
---|---|
static Translate<LocaleResources> |
createLocalizer() |
static LocaleResources |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LocaleResources[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LocaleResources STARTING_AGENT
public static final LocaleResources COMMAND_STORAGE_ARGUMENT_REQUIRED
public static final LocaleResources STORAGE_ALREADY_RUNNING
public static final LocaleResources STORAGE_ALREADY_RUNNING_WITH_PID
public static final LocaleResources ERROR_STARTING_DB
public static final LocaleResources SERVER_SHUTDOWN_COMPLETE
public static final LocaleResources LOG_FILE_AT
public static final LocaleResources CANNOT_START_SERVER
public static final LocaleResources CANNOT_SHUTDOWN_SERVER
public static final LocaleResources STALE_PID_FILE
public static final LocaleResources STALE_PID_FILE_NO_MATCHING_PROCESS
public static final LocaleResources STARTING_STORAGE_SERVER
public static final LocaleResources CANNOT_EXECUTE_PROCESS
public static final LocaleResources SERVER_LISTENING_ON
public static final LocaleResources PID_IS
public static final LocaleResources LAUNCHER_UNAVAILABLE
public static final LocaleResources MISSING_PROPERTY
public static final LocaleResources MISSING_PEM
public static final LocaleResources MISSING_PASSPHRASE
public static final LocaleResources MISSING_DB_CONFIG
public static final LocaleResources MISSING_DB_DIR
public static LocaleResources[] values()
for (LocaleResources c : LocaleResources.values()) System.out.println(c);
public static LocaleResources valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullpublic static Translate<LocaleResources> createLocalizer()
Copyright © 2014. All rights reserved.