@Deprecated public class ProcessOutput extends Object implements ProcessOutput
ProcessOutput.builder()| Constructor and Description |
|---|
ProcessOutput(StreamProcessor output,
StreamProcessor error,
StreamProcessor commands)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
StreamProcessor |
commands()
Deprecated.
|
StreamProcessor |
error()
Deprecated.
|
static ProcessOutput |
named(String label,
org.slf4j.Logger logger)
Deprecated.
|
static ProcessOutput |
namedConsole(String label)
Deprecated.
|
StreamProcessor |
output()
Deprecated.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuilder, silentpublic ProcessOutput(StreamProcessor output, StreamProcessor error, StreamProcessor commands)
public StreamProcessor output()
output in interface ProcessOutputpublic StreamProcessor error()
error in interface ProcessOutputpublic StreamProcessor commands()
commands in interface ProcessOutputpublic static ProcessOutput namedConsole(String label)
namedConsole in interface ProcessOutputpublic static ProcessOutput named(String label, org.slf4j.Logger logger)
named in interface ProcessOutputCopyright © 2022. All rights reserved.