Class ProcessOutputWatcher

  • All Implemented Interfaces:
    Runnable

    public class ProcessOutputWatcher
    extends Thread
    Author:
    Padraig Gleeson
    • Constructor Detail

      • ProcessOutputWatcher

        public ProcessOutputWatcher​(InputStream inputStr,
                                    String referenceName)
    • Method Detail

      • getLog

        public String getLog()
      • run

        public void run()
        Specified by:
        run in interface Runnable
        Overrides:
        run in class Thread