public interface IErrorParser2 extends IErrorParser
Modifier and Type | Field and Description |
---|---|
static int |
KEEP_LONGLINES
Parser can process lines with unlimited length (default length is 1000)
|
static int |
KEEP_UNTRIMMED
Do not trim output line
|
static int |
NONE
Default behavior, lines are trimmed and cut by EOL and less or equal 1000 chars
|
Modifier and Type | Method and Description |
---|---|
int |
getProcessLineBehaviour()
Defines how much output would be processed before calling
IErrorParser.processLine(String, ErrorParserManager) |
processLine
static final int NONE
static final int KEEP_UNTRIMMED
static final int KEEP_LONGLINES
int getProcessLineBehaviour()
IErrorParser.processLine(String, ErrorParserManager)
KEEP_UNTRIMMED
,
KEEP_LONGLINES
Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.