public abstract class AbstractNlsDependencies extends AbstractLoggableComponent implements NlsDependencies
NlsDependencies
.Modifier and Type | Field and Description |
---|---|
private static AbstractNlsDependencies |
instance |
Constructor and Description |
---|
AbstractNlsDependencies()
The constructor.
|
Modifier and Type | Method and Description |
---|---|
protected void |
doInitialized()
This method is invoked at the end of the actual
initialization . |
static AbstractNlsDependencies |
getInstance() |
createLogger, doInitialize, getLogger
getInitializationState, initialize
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getArgumentFormatter, getArgumentParser, getIso8601Util, getMessageFormatterFactory
private static AbstractNlsDependencies instance
public static AbstractNlsDependencies getInstance()
protected void doInitialized()
AbstractComponent
initialization
. It is called when
AbstractComponent.initialize()
is invoked for the first time after AbstractComponent.doInitialize()
is completed and
initialization-state
has changed to initialized
. super.
AbstractComponent.doInitialized()
.doInitialized
in class AbstractComponent
Copyright © 2001–2016 mmm-Team. All rights reserved.