Interface ConfigurationParser
- All Known Implementing Classes:
- AbstractJdbcStoreConfigurationParser,- CacheParser,- ClusteredLockConfigurationParser,- CounterConfigurationParser,- CounterParser,- JdbcStoreConfigurationParser,- Parser,- RemoteStoreConfigurationParser,- RocksDBStoreConfigurationParser,- SqlStoreConfigurationParser
public interface ConfigurationParser
ConfigurationParser.
- Since:
- 5.2
- Author:
- Tristan Tarrant
- 
Method SummaryModifier and TypeMethodDescriptiondefault voidreadAttribute(ConfigurationReader reader, String elementName, int attributeIndex, ConfigurationBuilderHolder holder) voidreadElement(ConfigurationReader reader, ConfigurationBuilderHolder holder) The entry point of a configuration parser which gets passed aConfigurationReaderpositioned at a root element associated with the parser itself according to the registered mapping.
- 
Method Details- 
readElementThe entry point of a configuration parser which gets passed aConfigurationReaderpositioned at a root element associated with the parser itself according to the registered mapping.- Parameters:
- reader- the configuration stream reader
- holder- a holder object used by the parser to maintain state
 
- 
getNamespacesNamespace[] getNamespaces()
- 
readAttributedefault void readAttribute(ConfigurationReader reader, String elementName, int attributeIndex, ConfigurationBuilderHolder holder) 
 
-