public enum ServerConfigResourceDef extends java.lang.Enum<ServerConfigResourceDef> implements ResourceDef, ServerFiles
Enum Constant and Description |
---|
DERBY_EMB_CRED |
DERBY_NET_CRED |
SRV_DATASOURCE |
AUDIO_BASE, FILE_BASE, HELP_BASE, IMAGE_BASE, LAUNCH_BASE, LICENSE_BASE, RESOURCE_BASE, SQL_BASE, TRANSLATION_BASE
BATCH_TASK_HISTORY_FILENAME, BATCHTASK_CFG, CONFIG_DIR, DATASOURCE_CFG, GROUP_CFG, NETWORK_CFG, PARAM_CFG, REMOTE_TASK_HISTORY_FILENAME, SRVDATA_DIR, SRVHIST_DIR, SRVLOGS_DIR, SRVTASK_DIR, STARTUP_CFG, USER_CFG, WEBDATA_DIR
Modifier and Type | Method and Description |
---|---|
ResourceDefAdapter |
get() |
static ServerConfigResourceDef |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ServerConfigResourceDef[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServerConfigResourceDef DERBY_EMB_CRED
public static final ServerConfigResourceDef DERBY_NET_CRED
public static final ServerConfigResourceDef SRV_DATASOURCE
public static ServerConfigResourceDef[] values()
for (ServerConfigResourceDef c : ServerConfigResourceDef.values()) System.out.println(c);
public static ServerConfigResourceDef 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 ResourceDefAdapter get()
get
in interface ResourceDef
Copyright © 2013 EsprIT-Systems. All Rights Reserved.