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 TypeClassDescriptionclassclassMethods in org.spincast.plugins.processutils with parameters of type ProcessExecutionHandlerModifier and TypeMethodDescriptionvoidSpincastProcessUtils.executeAsync(ProcessExecutionHandler handler, long timeoutAmount, TimeUnit timeoutUnit, String... cmdArgs) Execute an external program asynchronously.voidSpincastProcessUtils.executeAsync(ProcessExecutionHandler handler, long timeoutAmount, TimeUnit timeoutUnit, List<String> cmdArgs) Execute an external program asynchronously.voidSpincastProcessUtils.executeAsync(ProcessExecutionHandler handler, String... cmdArgs) Execute an external program asynchronously.voidSpincastProcessUtils.executeAsync(ProcessExecutionHandler handler, List<String> cmdArgs) Execute an external program asynchronously.voidSpincastProcessUtilsDefault.executeAsync(ProcessExecutionHandler handler, long timeoutAmount, TimeUnit timeoutUnit, String... cmdArgs) voidSpincastProcessUtilsDefault.executeAsync(ProcessExecutionHandler handler, long timeoutAmount, TimeUnit timeoutUnit, List<String> cmdArgs) voidSpincastProcessUtilsDefault.executeAsync(ProcessExecutionHandler handler, String... cmdArgs) voidSpincastProcessUtilsDefault.executeAsync(ProcessExecutionHandler handler, List<String> cmdArgs) protected voidSpincastProcessUtilsDefault.startSystemErrReader(Process process, ProcessExecutionHandler handler) protected voidSpincastProcessUtilsDefault.startSystemOutReader(Process process, ProcessExecutionHandler handler)