Package org.savantbuild.lang
Class RuntimeTools
java.lang.Object
org.savantbuild.lang.RuntimeTools
A collection of runtime tools.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThe result from a process, including the exit code and output. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RuntimeTools
public RuntimeTools()
-
-
Method Details
-
exec
public static RuntimeTools.ProcessResult exec(String... command) throws IOException, InterruptedException - Throws:
IOExceptionInterruptedException
-