Package dev.enola.common.exec
Class Exec
java.lang.Object
dev.enola.common.exec.Exec
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidrun(ProcessLauncher launcher, Map<String, String> env, Path directory, InputStream in, OutputStream out, String... command)
-
Method Details
-
run
public static void run(ProcessLauncher launcher, Map<String, String> env, Path directory, InputStream in, OutputStream out, String... command)
-