Interface ProcessOutputConsumer

  • All Known Implementing Classes:
    DefaultOutputConsumer

    public interface ProcessOutputConsumer
    This interface is used to consume the output of a tool, line by line
    • Method Detail

      • consumeOutput

        void consumeOutput​(String line)
        Consume a line of output obtained from a tool.
        Parameters:
        line - a line of output text.
      • setLogger

        void setLogger​(Logger logger)
      • getProcessOutput

        List<String> getProcessOutput()