public final class ServerConfigKeyAdapter extends java.lang.Object implements ServerConfigKey
PREFIX_CPU, PREFIX_EMAIL_ACCOUNT, PREFIX_EMAIL_CONFIG, PREFIX_EMAIL_TARGET, PREFIX_ESPRIT, PREFIX_LOG, PREFIX_SERVER, PREFIX_WEBSERVER
Constructor and Description |
---|
ServerConfigKeyAdapter(java.lang.String prefix,
java.lang.String name) |
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() |
public ServerConfigKeyAdapter(java.lang.String prefix, java.lang.String name)
public 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.Object
Copyright © 2013 EsprIT-Systems. All Rights Reserved.