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

    Fields
    Modifier and Type
    Field
    Description
    private String
     

    Fields inherited from interface de.iip_ecosphere.platform.connectors.parser.InputParser

    SEPARATOR
  • Constructor Summary

    Constructors
    Constructor
    Description
    Creates an instance and sets the encoding.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the encoding.

    Methods inherited from class test.de.iip_ecosphere.platform.connectors.TextLineParserTest.CustomBaseParser

    getConverter, parse

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • encoding

      private String encoding
  • Constructor Details

    • CustomExBaseParser

      public CustomExBaseParser(String encoding)
      Creates an instance and sets the encoding.
      Parameters:
      encoding - the character encoding
  • Method Details

    • getEncoding

      public String getEncoding()
      Returns the encoding.
      Returns:
      the encoding