public class ProcessHelper extends Object
| Constructor and Description |
|---|
ProcessHelper(long serverId,
String cmd,
List<String> argsList,
ReadCallback callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
closeStdIn() |
Process |
getProcess() |
long |
getServerId() |
boolean |
isFinished() |
void |
start() |
void |
writeStdIn(byte[] data) |
public ProcessHelper(long serverId,
String cmd,
List<String> argsList,
ReadCallback callback)
throws IOException
IOExceptionpublic void start()
public long getServerId()
public Process getProcess()
public boolean isFinished()
public void writeStdIn(byte[] data)
public void closeStdIn()
Copyright © 2015 Formicary. All rights reserved.