public class ProcessDescription extends Object
Constructor and Description |
---|
ProcessDescription(String id,
File directory) |
Modifier and Type | Method and Description |
---|---|
ControlListener |
getControlListener() |
File |
getDirectory() |
String |
getId() |
Process |
getProcess() |
void |
installShutdownHook()
Install a shutdown hook
|
void |
setProcess(Process process) |
String |
toString() |
public String getId()
public File getDirectory()
public ControlListener getControlListener()
public Process getProcess()
public void setProcess(Process process)
public void installShutdownHook()
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.