Uses of Interface
org.spincast.plugins.processutils.ProcessExecutionHandler
Packages that use ProcessExecutionHandler
-
Uses of ProcessExecutionHandler in org.spincast.plugins.processutils
Subinterfaces of ProcessExecutionHandler in org.spincast.plugins.processutilsClasses in org.spincast.plugins.processutils that implement ProcessExecutionHandlerModifier and TypeClassDescriptionclass
class
Methods in org.spincast.plugins.processutils with parameters of type ProcessExecutionHandlerModifier 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)