Package org.cache2k.extra.config.generic
Class StaxConfigTokenizer.Factory
- java.lang.Object
-
- org.cache2k.extra.config.generic.StaxConfigTokenizer.Factory
-
- All Implemented Interfaces:
TokenizerFactory
- Enclosing class:
- StaxConfigTokenizer
public static class StaxConfigTokenizer.Factory extends Object implements TokenizerFactory
-
-
Constructor Summary
Constructors Constructor Description Factory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfigurationTokenizercreateTokenizer(String source, InputStream in, String encoding)
-
-
-
Method Detail
-
createTokenizer
public ConfigurationTokenizer createTokenizer(String source, InputStream in, String encoding) throws XMLStreamException
- Specified by:
createTokenizerin interfaceTokenizerFactory- Parameters:
source- Name of the source, this is used only for exceptionsin- Input stream to read fromencoding- character encoding to use- Returns:
- the created tokenizer
- Throws:
XMLStreamException
-
-