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
IOException
String findPid(String regex) throws IOException
IOException
boolean canFindPid()
Copyright © 2018 Nuxeo. All rights reserved.