Class TextLineParserTest.CustomExBaseParser
java.lang.Object
test.de.iip_ecosphere.platform.connectors.TextLineParserTest.CustomBaseParser
test.de.iip_ecosphere.platform.connectors.TextLineParserTest.CustomExBaseParser
- All Implemented Interfaces:
de.iip_ecosphere.platform.connectors.parser.InputParser<String>
- Enclosing class:
TextLineParserTest
public static class TextLineParserTest.CustomExBaseParser
extends TextLineParserTest.CustomBaseParser
A test parser with encoding.
- Author:
- Holger Eichelberger, SSE
-
Nested Class Summary
Nested classes/interfaces inherited from interface de.iip_ecosphere.platform.connectors.parser.InputParser
de.iip_ecosphere.platform.connectors.parser.InputParser.InputConverter<T>, de.iip_ecosphere.platform.connectors.parser.InputParser.ParseResult<T> -
Field Summary
FieldsFields inherited from interface de.iip_ecosphere.platform.connectors.parser.InputParser
SEPARATOR -
Constructor Summary
ConstructorsConstructorDescriptionCustomExBaseParser(String encoding) Creates an instance and sets theencoding. -
Method Summary
Methods inherited from class test.de.iip_ecosphere.platform.connectors.TextLineParserTest.CustomBaseParser
getConverter, parse
-
Field Details
-
encoding
-
-
Constructor Details
-
CustomExBaseParser
Creates an instance and sets theencoding.- Parameters:
encoding- the character encoding
-
-
Method Details
-
getEncoding
Returns the encoding.- Returns:
- the encoding
-