Uses of Interface
org.zeroturnaround.exec.listener.ProcessDestroyer
-
Packages that use ProcessDestroyer Package Description org.zeroturnaround.exec org.zeroturnaround.exec.listener -
-
Uses of ProcessDestroyer in org.zeroturnaround.exec
Methods in org.zeroturnaround.exec with parameters of type ProcessDestroyer Modifier and Type Method Description ProcessExecutor
ProcessExecutor. addDestroyer(ProcessDestroyer destroyer)
Adds a process destroyer to be notified when the process starts and stops.ProcessExecutor
ProcessExecutor. destroyer(ProcessDestroyer destroyer)
Sets the process destroyer to be notified when the process starts and stops. -
Uses of ProcessDestroyer in org.zeroturnaround.exec.listener
Classes in org.zeroturnaround.exec.listener that implement ProcessDestroyer Modifier and Type Class Description class
ShutdownHookProcessDestroyer
Destroys all registeredProcess
es when the VM exits.Fields in org.zeroturnaround.exec.listener declared as ProcessDestroyer Modifier and Type Field Description private ProcessDestroyer
DestroyerListenerAdapter. destroyer
static ProcessDestroyer
ShutdownHookProcessDestroyer. INSTANCE
Singleton instance of theShutdownHookProcessDestroyer
.Constructors in org.zeroturnaround.exec.listener with parameters of type ProcessDestroyer Constructor Description DestroyerListenerAdapter(ProcessDestroyer destroyer)
-