Uses of Class
de.iip_ecosphere.platform.connectors.parser.TextLineParser.TextLineParseResult
-
Packages that use TextLineParser.TextLineParseResult Package Description de.iip_ecosphere.platform.connectors.parser Generic integration parsers mapping an arbitrary external format to a indexed/named virtual structure that can be mapped into data types declared in the platform configuration. -
-
Uses of TextLineParser.TextLineParseResult in de.iip_ecosphere.platform.connectors.parser
Methods in de.iip_ecosphere.platform.connectors.parser that return TextLineParser.TextLineParseResult Modifier and Type Method Description TextLineParser.TextLineParseResultTextLineParser. parse(byte[] data)TextLineParser.TextLineParseResultTextLineParser.TextLineParseResult. stepInto(java.lang.String name, int index)TextLineParser.TextLineParseResultTextLineParser.TextLineParseResult. stepOut()
-