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()CommandoutputToLines(List<String> output)voidrunAndWait()voidrunAndWait(Duration waitAtLeast)
-
-
-
Method Detail
-
outputToConsole
public Command outputToConsole()
-
runAndWait
public void runAndWait(Duration waitAtLeast) throws IOException, InterruptedException
- Throws:
IOExceptionInterruptedException
-
runAndWait
public void runAndWait() throws IOException, InterruptedException- Throws:
IOExceptionInterruptedException
-
-