public class SearchIndexerStateLoaderImpl extends XmlBeanMapper<SearchIndexerStateBean> implements SearchIndexerStateLoader
SearchIndexerStateLoader
interface.Modifier and Type | Field and Description |
---|---|
private static String |
CONFIGURATION_FILENAME |
Constructor and Description |
---|
SearchIndexerStateLoaderImpl()
The constructor.
|
Modifier and Type | Method and Description |
---|---|
SearchIndexerStateHolder |
load(SearchIndexerConfiguration indexerConfiguration)
This method loads the
SearchIndexerState . |
doInitialize, getJaxbContext, getOrCreateMarshaller, getOrCreateUnmarshaller, getResourceFactory, getStaxUtil, handleEvent, isIgnoreUndefinedNodes, isXIncludeAware, loadXml, loadXml, loadXml, loadXml, saveXml, saveXml, saveXml, setResourceFactory, setStaxUtil, setXIncludeAware, validate
createLogger, getLogger
doInitialized, getInitializationState, initialize
private static final String CONFIGURATION_FILENAME
public SearchIndexerStateLoaderImpl()
public SearchIndexerStateHolder load(SearchIndexerConfiguration indexerConfiguration)
SearchIndexerState
. load
in interface SearchIndexerStateLoader
indexerConfiguration
- is the SearchIndexerConfiguration
. It
will be used to create according the
source-state
objects and to determine the location where to load the state from.SearchIndexerState
.Copyright © 2001–2016 mmm-Team. All rights reserved.