Class ProcessListenerAdapter

    • Constructor Detail

      • ProcessListenerAdapter

        public ProcessListenerAdapter()
    • Method Detail

      • onErrorOutput

        public void onErrorOutput​(@NotNull
                                  String text)
        Description copied from interface: ProcessListener
        process error output
        Specified by:
        onErrorOutput in interface ProcessListener
        Parameters:
        text - process stderr output text
      • processStarted

        public void processStarted​(@NotNull
                                   String programCommandLine,
                                   @NotNull
                                   File workingDirectory)
        Description copied from interface: ProcessListener
        Process was started.*
        Specified by:
        processStarted in interface ProcessListener
        Parameters:
        programCommandLine - program commandline to log. The actual commandline was collected as list of arguments and sent to java api as the list.
        workingDirectory - process working directory