Package | Description |
---|---|
act.conf |
Modifier and Type | Method and Description |
---|---|
static AppConfigKey |
AppConfigKey.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AppConfigKey |
AppConfigKey.valueOfIgnoreCase(java.lang.String s)
Return key enum instance from the string in case insensitive mode
|
static AppConfigKey[] |
AppConfigKey.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
<T> java.util.List<T> |
Config.getList(AppConfigKey key,
java.lang.Class<T> c)
Return a configuration value as list
|
Copyright © 2014–2017 ActFramework. All rights reserved.