Uses of Class
com.peterphi.std.system.exec.Execed
Packages that use Execed
-
Uses of Execed in com.peterphi.std.system.exec
Methods in com.peterphi.std.system.exec that return ExecedModifier and TypeMethodDescriptionstatic Execed
Runs a command, optionally executing as a different user (eg root)static Execed
Runs a command, optionally executing as a different user (eg root)static Execed
Exec.rootUtility
(Iterable<String> command) Runs a command in "utility" mode: redirecting stderr to stdout and running as rootstatic Execed
Exec.rootUtility
(String... command) Runs a command in "utility" mode: redirecting stderr to stdout and running as rootstatic Execed
Exec.start()
Launches the process, returning a handle to it for IO ops, etc.
The finish condition for the OutputProcess is that all processes outputting to standard out must be complete before proceedingstatic Execed
Runs a command in "utility" mode: redirecting stderr to stdout and optionally executing as a different user (eg root)static Execed
Runs a command in "utility" mode: redirecting stderr to stdout and optionally executing as a different user (eg root)static Execed
Runs a command in "utility" mode: redirecting stderr to stdout and optionally executing as a different user (eg root)static Execed
Runs a command in "utility" mode: redirecting stderr to stdout and optionally executing as a different user (eg root)