mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-08-13 13:01:02 +00:00
Command read rework
This commit is contained in:
@@ -69,9 +69,9 @@ public interface CommandControl extends ProcessControl {
|
||||
|
||||
void withStdoutOrThrow(FailableConsumer<InputStreamReader, Exception> c);
|
||||
|
||||
String readStdoutDiscardErr() throws Exception;
|
||||
String[] readStdoutAndStderr() throws Exception;
|
||||
|
||||
String readJoinedOutputOrThrow() throws Exception;
|
||||
String readStdoutDiscardErr() throws Exception;
|
||||
|
||||
String readStderrDiscardStdout() throws Exception;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user