Command read rework

This commit is contained in:
crschnick
2024-06-29 13:35:38 +00:00
parent f6c06b38c3
commit e6b6d9b325
2 changed files with 6 additions and 4 deletions
@@ -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;