Package | Description |
---|---|
org.rythmengine.conf |
Modifier and Type | Method and Description |
---|---|
static RythmConfigurationKey |
RythmConfigurationKey.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RythmConfigurationKey |
RythmConfigurationKey.valueOfIgnoreCase(String s)
Return key enum instance from the string in case insensitive mode
|
static RythmConfigurationKey[] |
RythmConfigurationKey.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
<T> T |
RythmConfiguration.get(RythmConfigurationKey key)
Return configuration by
configuration key |
<T> List<T> |
RythmConfiguration.getList(RythmConfigurationKey key,
Class<T> c)
Return a configuration value as list
|
Copyright © 2015. All Rights Reserved.