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