Class ProcessHandlerInput

java.lang.Object
com.redhat.devtools.intellij.common.model.ProcessHandlerInput

public class ProcessHandlerInput extends Object
  • Constructor Details

    • ProcessHandlerInput

      public ProcessHandlerInput(Process process, String commandLine)
    • ProcessHandlerInput

      public ProcessHandlerInput(Process process, String commandLine, Charset charset)
  • Method Details

    • getProcess

      public Process getProcess()
    • getCommandLine

      public String getCommandLine()
    • getCharset

      public Charset getCharset()