T |
ProcessCallable.call() |
static <O,E> NoticeableFuture<ObjectValuePair<O,E>> |
ProcessUtil.execute(OutputProcessor<O,E> outputProcessor,
List<String> arguments) |
static <O,E> NoticeableFuture<ObjectValuePair<O,E>> |
ProcessUtil.execute(OutputProcessor<O,E> outputProcessor,
String... arguments) |
<T extends Serializable> ProcessChannel<T> |
ProcessExecutor.execute(ProcessConfig processConfig,
ProcessCallable<T> processCallable) |
static <T extends Serializable> ProcessChannel<T> |
ProcessExecutorUtil.execute(ProcessConfig processConfig,
ProcessCallable<T> processCallable)
Deprecated.
|
E |
OutputProcessor.processStdErr(InputStream stdErrInputStream) |
Void |
ConsumerOutputProcessor.processStdErr(InputStream stdErrInputStream) |
byte[] |
CollectorOutputProcessor.processStdErr(InputStream stdErrInputStream) |
Void |
EchoOutputProcessor.processStdErr(InputStream stdErrInputStream) |
Void |
LoggingOutputProcessor.processStdErr(InputStream stdErrInputStream) |
O |
OutputProcessor.processStdOut(InputStream stdOutInputStream) |
Void |
ConsumerOutputProcessor.processStdOut(InputStream stdOutInputStream) |
byte[] |
CollectorOutputProcessor.processStdOut(InputStream stdOutInputStream) |
Void |
EchoOutputProcessor.processStdOut(InputStream stdOutInputStream) |
Void |
LoggingOutputProcessor.processStdOut(InputStream stdOutInputStream) |