|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RythmConfigurationKey | |
|---|---|
| org.rythmengine.conf | |
| Uses of RythmConfigurationKey in org.rythmengine.conf |
|---|
| Methods in org.rythmengine.conf that return RythmConfigurationKey | |
|---|---|
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. |
| Methods in org.rythmengine.conf with parameters of type RythmConfigurationKey | ||
|---|---|---|
|
RythmConfiguration.get(RythmConfigurationKey key)
Return configuration by configuration key |
|
|
RythmConfiguration.getList(RythmConfigurationKey key,
Class<T> c)
Return a configuration value as list |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||