Interface ConsoleInterceptorTarget
-
public interface ConsoleInterceptorTargetImplement this interface to be able to receive intercepted console lines from theConsoleOutputInterceptor.- Author:
- Rene Schneider - initial API and implementation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonLine(String aLine, boolean anStdErrFlag)Called for each intercepted line.
-
-
-
Method Detail
-
onLine
void onLine(String aLine, boolean anStdErrFlag)
Called for each intercepted line.- Parameters:
aLine- the lineanStdErrFlag- whether the line was intercepted on stderr
-
-