public class DestroyProcessStopper extends Object implements ProcessStopper
ProcessStopper implementation that just invokes Process.destroy().| Modifier and Type | Field and Description |
|---|---|
static ProcessStopper |
INSTANCE
Singleton instance of the
DestroyProcessStopper. |
| Constructor and Description |
|---|
DestroyProcessStopper() |
public static final ProcessStopper INSTANCE
DestroyProcessStopper.public void stop(Process process)
ProcessStopperstop in interface ProcessStopperprocess - sub process being stopped (not null).Copyright © 2020 ZeroTurnaround. All rights reserved.