Class RunCommand.LoggerOutputProcessor

    • Constructor Summary

      Constructors 
      Constructor Description
      LoggerOutputProcessor​(com.intellij.openapi.diagnostic.Logger logger, java.lang.String commandTitle)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void processError​(java.lang.Exception e)  
      void processExitCode​(int code)  
      void processOutput​(java.lang.String stdout, java.lang.String stderr)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LoggerOutputProcessor

        public LoggerOutputProcessor​(com.intellij.openapi.diagnostic.Logger logger,
                                     java.lang.String commandTitle)