Uses of Interface
org.apache.commons.exec.ProcessDestroyer
-
Uses of ProcessDestroyer in org.apache.commons.exec
Modifier and TypeClassDescriptionclass
Destroys all registeredProcess
es when the VM exits.Modifier and TypeMethodDescriptionDefaultExecutor.getProcessDestroyer()
Executor.getProcessDestroyer()
Sets the handler for cleanup of started processes if the main process is going to terminate.Modifier and TypeMethodDescriptionvoid
DefaultExecutor.setProcessDestroyer
(ProcessDestroyer processDestroyer) void
Executor.setProcessDestroyer
(ProcessDestroyer processDestroyer) Sets the handler for cleanup of started processes if the main process is going to terminate.