Uses of Interface
org.apache.commons.exec.ExecuteResultHandler
-
Uses of ExecuteResultHandler in org.apache.commons.exec
Modifier and TypeClassDescriptionclass
A default implementation of 'ExecuteResultHandler' used for asynchronous process handling.Modifier and TypeMethodDescriptionvoid
DefaultExecutor.execute
(CommandLine command, Map<String, String> environment, ExecuteResultHandler handler) void
DefaultExecutor.execute
(CommandLine command, ExecuteResultHandler handler) void
Executor.execute
(CommandLine command, Map<String, String> environment, ExecuteResultHandler handler) Executes a command asynchronously.void
Executor.execute
(CommandLine command, ExecuteResultHandler handler) Executes a command asynchronously.