Package | Description |
---|---|
de.novanic.eventservice.config | |
de.novanic.eventservice.config.level |
Modifier and Type | Method and Description |
---|---|
void |
EventServiceConfigurationFactory.addConfigurationLoader(ConfigLevel aLevel,
ConfigurationLoader aConfigurationLoader)
Adds a
ConfigurationLoader (in the queue before the default
configuration loaders). |
void |
EventServiceConfigurationFactory.replaceConfigurationLoader(ConfigLevel aLevel,
ConfigurationLoader aConfigurationLoader)
Replaces a configuration loader at the specified configuration level.
|
Modifier and Type | Field and Description |
---|---|
static ConfigLevel |
ConfigLevelFactory.DEFAULT
DEFAULT level = 5000 - 7499
|
static ConfigLevel |
ConfigLevelFactory.HIGH
HIGH level = 7500 - 9999
|
static ConfigLevel |
ConfigLevelFactory.HIGHEST
HIGHEST level = >= 10000
|
static ConfigLevel |
ConfigLevelFactory.LOW
LOW level = 2500 - 4999
|
static ConfigLevel |
ConfigLevelFactory.LOWEST
LOWEST level = 1 - 2499
|
Modifier and Type | Method and Description |
---|---|
static ConfigLevel |
ConfigLevelFactory.createConfigLevel(int aLevelIdent)
Creates a custom configuration level for finer steps than the pre-defined configuration levels
(
ConfigLevelFactory.LOWEST ,
ConfigLevelFactory.LOW , ConfigLevelFactory.DEFAULT ,
ConfigLevelFactory.HIGH , ConfigLevelFactory.HIGHEST ). |
Copyright © 2012. All Rights Reserved.