public abstract class AbstractConfigurationAware extends Object implements ConfigurationAware
Configuration
instance.Modifier and Type | Field and Description |
---|---|
protected Configuration |
configuration |
Constructor and Description |
---|
AbstractConfigurationAware() |
Modifier and Type | Method and Description |
---|---|
protected void |
checkNotInitialized(boolean isInitializedExpression) |
protected void |
init()
Can be overridden so that there's no need to call
super.init(Configuration) . |
void |
init(Configuration configuration)
When overriding this method, always call
super.init(config) . |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getConfigurationKeys
protected volatile Configuration configuration
public void init(Configuration configuration)
super.init(config)
.init
in interface ConfigurationAware
protected void init()
super.init(Configuration)
.protected void checkNotInitialized(boolean isInitializedExpression)
IllegalStateException
- If the isInitializedExpression evaluates to trueCopyright © 2017. All rights reserved.