Interface ProcessHandler

All Known Implementing Classes:
ProcessHandler.BlockingHandler, ProcessHandler.NoOutBlockingHandler

public interface ProcessHandler
  • Method Details

    • log

      void log(String l, boolean isContinued)
      Parameters:
      l -
      isContinued - is true when the line was longer than our max frame size. The received line did not end with a line-feed in the original output
    • completed

      void completed(int exitCode)
    • starting

      void starting(String taskRef)