Package io.quarkus.test.utils
Class Command
- java.lang.Object
-
- io.quarkus.test.utils.Command
-
public class Command extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommandonDirectory(Path path)CommandoutputToConsole()voidrunAndWait()
-
-
-
Method Detail
-
outputToConsole
public Command outputToConsole()
-
runAndWait
public void runAndWait() throws IOException, InterruptedException- Throws:
IOExceptionInterruptedException
-
-