public enum ServerParamsConfigKey extends java.lang.Enum<ServerParamsConfigKey> implements ServerConfigKey
Enum Constant and Description |
---|
ADMIN_EMAIL_ADDRESS |
DEFAULT_USER_PASSWORD |
EXPECTED_MAX_USERS |
IS_SEND_EMAIL_ENABLED |
IS_SEND_LOGS_TO_CLIENT |
LOG_LEVEL |
LOG_MAX_FILES |
LOG_MAX_LINES |
MAX_PARALLEL_AGENTS |
MAX_PARALLEL_REQUESTS |
MAX_PARALLEL_TRANSFERS |
PREFIX_CPU, PREFIX_EMAIL_ACCOUNT, PREFIX_EMAIL_CONFIG, PREFIX_EMAIL_TARGET, PREFIX_ESPRIT, PREFIX_LOG, PREFIX_SERVER, PREFIX_WEBSERVER
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getKey()
Returns the raw key without a prefix path like 'uniqueServerName'.
|
java.lang.String |
getMatchKey()
Returns the replacement match key which is the original key
surrounded by at signs like '@uniqueServerName@'
|
java.lang.String |
getMatchKey(int sequenceNum)
Returns the match-key with the given number added
like i.e.
|
java.lang.String |
getName()
Returns the full key name i.e.
|
java.lang.String |
toString() |
static ServerParamsConfigKey |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ServerParamsConfigKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServerParamsConfigKey LOG_MAX_LINES
public static final ServerParamsConfigKey LOG_MAX_FILES
public static final ServerParamsConfigKey LOG_LEVEL
public static final ServerParamsConfigKey IS_SEND_LOGS_TO_CLIENT
public static final ServerParamsConfigKey IS_SEND_EMAIL_ENABLED
public static final ServerParamsConfigKey DEFAULT_USER_PASSWORD
public static final ServerParamsConfigKey ADMIN_EMAIL_ADDRESS
public static final ServerParamsConfigKey EXPECTED_MAX_USERS
public static final ServerParamsConfigKey MAX_PARALLEL_REQUESTS
public static final ServerParamsConfigKey MAX_PARALLEL_TRANSFERS
public static final ServerParamsConfigKey MAX_PARALLEL_AGENTS
public static ServerParamsConfigKey[] values()
for (ServerParamsConfigKey c : ServerParamsConfigKey.values()) System.out.println(c);
public static ServerParamsConfigKey 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 java.lang.String getName()
ServerConfigKey
getName
in interface ServerConfigKey
public java.lang.String getKey()
ServerConfigKey
getKey
in interface ServerConfigKey
public java.lang.String getMatchKey()
ServerConfigKey
getMatchKey
in interface ServerConfigKey
public java.lang.String getMatchKey(int sequenceNum)
ServerConfigKey
getMatchKey
in interface ServerConfigKey
public java.lang.String toString()
toString
in class java.lang.Enum<ServerParamsConfigKey>
Copyright © 2013 EsprIT-Systems. All Rights Reserved.