Uses of Interface
org.apache.commons.exec.ProcessDestroyer
Packages that use ProcessDestroyer
-
Uses of ProcessDestroyer in org.apache.commons.exec
Classes in org.apache.commons.exec that implement ProcessDestroyerModifier and TypeClassDescriptionclass
Destroys all registeredProcess
es when the VM exits.Methods in org.apache.commons.exec that return ProcessDestroyerModifier and TypeMethodDescriptionDefaultExecutor.getProcessDestroyer()
Executor.getProcessDestroyer()
Sets the handler for cleanup of started processes if the main process is going to terminate.Methods in org.apache.commons.exec with parameters of type ProcessDestroyerModifier 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.