Prepare for docker contexts

This commit is contained in:
crschnick
2024-05-28 01:58:33 +00:00
parent 7fb54d4fe1
commit e6b70ff60c
2 changed files with 16 additions and 0 deletions
@@ -1,5 +1,6 @@
package io.xpipe.core.process;
import com.fasterxml.jackson.databind.JsonNode;
import io.xpipe.core.util.FailableConsumer;
import java.io.InputStream;
@@ -83,6 +84,8 @@ public interface CommandControl extends ProcessControl {
String readStdoutOrThrow() throws Exception;
JsonNode readStdoutJsonOrThrow() throws Exception;
String readStderrOrThrow() throws Exception;
String readStdoutAndWait() throws Exception;