public interface ProcessManager
| Modifier and Type | Method and Description |
|---|---|
boolean |
canFindPid() |
String |
findPid(String regex) |
void |
kill(Process process,
String pid) |
void kill(Process process, String pid) throws IOException
IOExceptionString findPid(String regex) throws IOException
IOExceptionboolean canFindPid()
Copyright © 2018 Nuxeo. All rights reserved.