Package 

Interface ProcessExecutionContext

    • Method Summary

      Modifier and Type Method Description
      abstract ProcessCommander getCommander()
      abstract ReceiveChannel<ByteReadPacket> getStdin()
      abstract SendChannel<ByteReadPacket> getStdout()
      abstract SendChannel<ByteReadPacket> getStderr()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait