Class InterceptedLine
- java.lang.Object
-
- de.gebit.integrity.runner.console.intercept.InterceptedLine
-
public class InterceptedLine extends Object
Represents a single captured line of theConsoleInterceptionAggregator
.- Author:
- Rene Schneider - initial API and implementation
-
-
Constructor Summary
Constructors Constructor Description InterceptedLine(String aText, boolean anStdErrFlag)
Creates a new instance.
-
-
-
Constructor Detail
-
InterceptedLine
public InterceptedLine(String aText, boolean anStdErrFlag)
Creates a new instance.- Parameters:
aText
- the textanStdErrFlag
- whether the line was captured from STDERR
-
-
Method Detail
-
getText
public String getText()
-
getTimestamp
public long getTimestamp()
-
isStdErr
public boolean isStdErr()
-
-