Uses of Class
com.peterphi.std.system.exec.Exec
Packages that use Exec
-
Uses of Exec in com.peterphi.std.system.exec
Methods in com.peterphi.std.system.exec that return ExecModifier and TypeMethodDescriptionExec.customiseProcessBuilder(Consumer<ProcessBuilder> customiser) Apply customisations to the internalProcessBuilderExec.runAsSuperuser()Exec.setRedirectError(boolean value) Exec.setRedirectError(File file) Exec.setRedirectOutput(File file) Exec.setWorkingDirectory(File dir) Methods in com.peterphi.std.system.exec with parameters of type Exec