Interface ConfigurationReaderContext
-
- All Known Implementing Classes:
ConfigurationBuilderHolder
public interface ConfigurationReaderContext
- Since:
- 12.1
- Author:
- Tristan Tarrant <tristan@infinispan.org>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handleAnyAttribute(ConfigurationReader reader, int i)
void
handleAnyElement(ConfigurationReader reader)
-
-
-
Method Detail
-
handleAnyElement
void handleAnyElement(ConfigurationReader reader)
-
handleAnyAttribute
void handleAnyAttribute(ConfigurationReader reader, int i)
-
-