Interface ConsoleInterceptorTarget


  • public interface ConsoleInterceptorTarget
    Implement this interface to be able to receive intercepted console lines from the ConsoleOutputInterceptor.
    Author:
    Rene Schneider - initial API and implementation
    • Method Detail

      • onLine

        void onLine​(String aLine,
                    boolean anStdErrFlag)
        Called for each intercepted line.
        Parameters:
        aLine - the line
        anStdErrFlag - whether the line was intercepted on stderr