Class ProcessHandlerInput


  • public class ProcessHandlerInput
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ProcessHandlerInput​(java.lang.Process process, java.lang.String commandLine)  
      ProcessHandlerInput​(java.lang.Process process, java.lang.String commandLine, java.nio.charset.Charset charset)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.nio.charset.Charset getCharset()  
      java.lang.String getCommandLine()  
      java.lang.Process getProcess()  
      • Methods inherited from class java.lang.Object

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

      • ProcessHandlerInput

        public ProcessHandlerInput​(java.lang.Process process,
                                   java.lang.String commandLine)
      • ProcessHandlerInput

        public ProcessHandlerInput​(java.lang.Process process,
                                   java.lang.String commandLine,
                                   java.nio.charset.Charset charset)
    • Method Detail

      • getProcess

        public java.lang.Process getProcess()
      • getCommandLine

        public java.lang.String getCommandLine()
      • getCharset

        public java.nio.charset.Charset getCharset()