boolean |
SaJMXConfiguration.configureLog4j(SaJMXConstants.ConfigKey section) |
Configures the Log4J system from the given section key.
|
boolean |
SaJMXConfiguration.getBooleanProperty(SaJMXConstants.ConfigKey configKey,
java.lang.String name,
boolean defaultValue) |
Reads boolean property with default value.
|
double |
SaJMXConfiguration.getDoubleProperty(SaJMXConstants.ConfigKey configKey,
java.lang.String name,
double defaultValue) |
Reads double property with default value.
|
java.io.File |
SaJMXConfiguration.getFileProperty(SaJMXConstants.ConfigKey configKey,
java.lang.String name) |
Reads file property.
|
int |
SaJMXConfiguration.getIntProperty(SaJMXConstants.ConfigKey configKey,
java.lang.String name,
int defaultValue) |
Reads integer property with default value.
|
java.io.File |
SaJMXConfiguration.getLinkProperty(SaJMXConstants.ConfigKey configKey) |
Reads linked file property.
|
int |
SaJMXConfiguration.getNumberOfTokens(SaJMXConstants.ConfigKey configKey,
java.lang.String propertyName,
java.lang.String delimiter) |
Reads a multivalue property and returns the number of tokens separated by
the given delimiter.
|
java.util.Properties |
SaJMXConfiguration.getProperties(SaJMXConstants.ConfigKey key) |
Reads a property set.
|
java.lang.String |
SaJMXConfiguration.getProperty(SaJMXConstants.ConfigKey configKey,
java.lang.String key) |
Returns the value for a given key from the given configuration.
|
java.lang.String |
SaJMXConfiguration.getProperty(SaJMXConstants.ConfigKey configKey,
java.lang.String key,
java.lang.String defaultValue) |
Returns the value for a given key from the given configuration with
default value.
|
java.lang.String[] |
SaJMXConfiguration.getTokens(SaJMXConstants.ConfigKey configKey,
java.lang.String propertyName,
java.lang.String delimiter) |
Reads a multivalue property separated by the given delimiter and returns
the values as String[].
|
boolean |
SaJMXConfiguration.hasProperty(SaJMXConstants.ConfigKey configKey,
java.lang.String propertyName) |
Returns true if the property with the given name exists within the given
configuration.
|
boolean |
SaJMXConfiguration.hasSection(SaJMXConstants.ConfigKey key) |
Checks, if the given section exists.
|
void |
SaJMXConfiguration.setProperties(SaJMXConstants.ConfigKey key,
java.util.Properties props) |
sets a property set to the already existing configuration.
|