@MetaInfServices public class SoftIndexFileStoreConfigurationParser extends Object implements ConfigurationParser
| Modifier and Type | Field and Description |
|---|---|
static String |
ROOT_ELEMENT |
| Constructor and Description |
|---|
SoftIndexFileStoreConfigurationParser() |
| Modifier and Type | Method and Description |
|---|---|
Namespace[] |
getNamespaces() |
void |
readElement(XMLExtendedStreamReader reader,
ConfigurationBuilderHolder holder)
The entry point of a configuration parser which gets passed a
XMLExtendedStreamReader positioned at a root
element associated with the parser itself according to the registered mapping. |
public static final String ROOT_ELEMENT
public SoftIndexFileStoreConfigurationParser()
public void readElement(XMLExtendedStreamReader reader, ConfigurationBuilderHolder holder) throws XMLStreamException
ConfigurationParserXMLExtendedStreamReader positioned at a root
element associated with the parser itself according to the registered mapping.readElement in interface ConfigurationParserreader - the XML stream readerholder - a holder object used by the parser to maintain stateXMLStreamExceptionpublic Namespace[] getNamespaces()
getNamespaces in interface ConfigurationParserCopyright © 2018 JBoss, a division of Red Hat. All rights reserved.