Package | Description |
---|---|
act.conf |
Modifier and Type | Class and Description |
---|---|
class |
Config<E extends ConfigKey>
Base class for XxConfig
|
Modifier and Type | Class and Description |
---|---|
class |
ActConfigKey
Act configuration keys. |
class |
AppConfigKey
App configuration keys. |
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<ConfigKey,java.lang.Object> |
Config.data |
Modifier and Type | Method and Description |
---|---|
protected ConfigKey |
AppConfig.keyOf(java.lang.String s) |
protected ConfigKey |
ActConfig.keyOf(java.lang.String s) |
protected abstract ConfigKey |
Config.keyOf(java.lang.String s) |
Modifier and Type | Method and Description |
---|---|
<T> T |
Config.get(ConfigKey key,
T def)
Return configuration by
configuration key |
java.lang.Integer |
Config.getInteger(ConfigKey key,
java.lang.Integer def) |
void |
Config.set(ConfigKey key,
java.lang.Object val) |
Copyright © 2014–2017 ActFramework. All rights reserved.