public class ProcessFork extends Object
| 构造器和说明 |
|---|
ProcessFork() |
ProcessFork(File workingDir) |
ProcessFork(File workingDir,
String threadTag) |
ProcessFork(File workingDir,
String[] workingEnv,
String threadTag) |
public ProcessFork()
public ProcessFork(File workingDir)
public ForkFuture fork(String command, boolean isDebugMode) throws IOException
IOExceptionpublic ForkFuture fork(String command) throws IOException
IOExceptionpublic ForkFuture fork(String command, PumperListener pumperListener) throws IOException
IOExceptionCopyright © 2017. All rights reserved.