Class Java27ChildProcess
java.lang.Object
net.jrodolfo.java_evolution.java27.Java27ChildProcess
Shared bounded child-process support used by Java 27 preview examples.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final recordResult from one child command. -
Method Summary
-
Method Details
-
tool
-
run
public static Java27ChildProcess.Result run(String... command) throws IOException, InterruptedException Runs a child command while draining output before waiting for termination.- Throws:
IOExceptionInterruptedException
-