public interface Configuration
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NAME |
Modifier and Type | Method and Description |
---|---|
<T extends Config> |
getConfig(java.lang.Class<T> configInterface)
Get a configuration parameters interface implementation.
|
static final java.lang.String NAME
<T extends Config> T getConfig(java.lang.Class<T> configInterface)
configInterface
- class of configuration interface