public class ActConfig extends Config<ActConfigKey>
Destroyable.Util
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CONF_FILE_NAME |
logger
Constructor and Description |
---|
ActConfig() |
ActConfig(java.util.Map<java.lang.String,?> configuration)
Construct a
AppConfig with a map. |
Modifier and Type | Method and Description |
---|---|
java.io.File |
appBase() |
java.io.File |
home() |
protected ConfigKey |
keyOf(java.lang.String s) |
int |
xioMaxWorkerThreads() |
boolean |
xioStatistics() |
get, get, getIgnoreCase, getInteger, getList, rawConfiguration, releaseResources, set, subSet
addSubResource, destroy, isDestroyed, reload, scope
debug, debug, error, error, fatal, fatal, info, info, isDebugEnabled, isTraceEnabled, trace, trace, warn, warn
public static final java.lang.String CONF_FILE_NAME
public ActConfig(java.util.Map<java.lang.String,?> configuration)
Construct a AppConfig
with a map. The map is copied to the original map of the configuration instance
configuration
- public ActConfig()
protected ConfigKey keyOf(java.lang.String s)
keyOf
in class Config<ActConfigKey>
public java.io.File home()
public java.io.File appBase()
public int xioMaxWorkerThreads()
public boolean xioStatistics()
Copyright © 2014–2017 ActFramework. All rights reserved.