Uses of Interface
org.spincast.plugins.processutils.ProcessExecutionHandler
-
Uses of ProcessExecutionHandler in org.spincast.plugins.processutils
Modifier and TypeClassDescriptionclass
class
Modifier and TypeMethodDescriptionvoid
SpincastProcessUtils.executeAsync
(ProcessExecutionHandler handler, long timeoutAmount, TimeUnit timeoutUnit, String... cmdArgs) Execute an external program asynchronously.void
SpincastProcessUtils.executeAsync
(ProcessExecutionHandler handler, long timeoutAmount, TimeUnit timeoutUnit, List<String> cmdArgs) Execute an external program asynchronously.void
SpincastProcessUtils.executeAsync
(ProcessExecutionHandler handler, String... cmdArgs) Execute an external program asynchronously.void
SpincastProcessUtils.executeAsync
(ProcessExecutionHandler handler, List<String> cmdArgs) Execute an external program asynchronously.void
SpincastProcessUtilsDefault.executeAsync
(ProcessExecutionHandler handler, long timeoutAmount, TimeUnit timeoutUnit, String... cmdArgs) void
SpincastProcessUtilsDefault.executeAsync
(ProcessExecutionHandler handler, long timeoutAmount, TimeUnit timeoutUnit, List<String> cmdArgs) void
SpincastProcessUtilsDefault.executeAsync
(ProcessExecutionHandler handler, String... cmdArgs) void
SpincastProcessUtilsDefault.executeAsync
(ProcessExecutionHandler handler, List<String> cmdArgs) protected void
SpincastProcessUtilsDefault.startSystemErrReader
(Process process, ProcessExecutionHandler handler) protected void
SpincastProcessUtilsDefault.startSystemOutReader
(Process process, ProcessExecutionHandler handler)