Class ProcessLogConsoleController

    • Constructor Detail

      • ProcessLogConsoleController

        public ProcessLogConsoleController()
    • Method Detail

      • killProcess

        protected void killProcess()
      • beginProcess

        public void beginProcess​(Process process,
                                 String name)
      • finishProcess

        public void finishProcess()
      • stopLogging

        public void stopLogging()
      • onMessage

        public void onMessage​(String message,
                              org.hortonmachine.gears.utils.processes.ELogStyle style)
        Specified by:
        onMessage in interface org.hortonmachine.gears.utils.processes.IProcessListener
      • onProcessStopped

        public void onProcessStopped()
        Specified by:
        onProcessStopped in interface org.hortonmachine.gears.utils.processes.IProcessListener
      • addFinishRunnable

        public void addFinishRunnable​(Runnable finishRunnable)