public abstract class BaseConfigSource extends Object implements ConfigSource
| Modifier and Type | Field and Description |
|---|---|
static String |
CONFIG_ORDINAL |
protected Logger |
log |
| Constructor and Description |
|---|
BaseConfigSource() |
| Modifier and Type | Method and Description |
|---|---|
int |
getOrdinal() |
protected void |
initOrdinal(int defaultOrdinal)
Init method e.g.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetName, getProperties, getValuepublic static final String CONFIG_ORDINAL
protected Logger log
public int getOrdinal()
getOrdinal in interface ConfigSourceprotected void initOrdinal(int defaultOrdinal)
defaultOrdinal - the default value for the ordinal if not set via configurationCopyright © 2017. All rights reserved.