public class ProcessRunner extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
generation |
protected int |
node |
| Constructor and Description |
|---|
ProcessRunner(String kind,
int generation,
int node) |
| Modifier and Type | Method and Description |
|---|---|
void |
addStdOutListener(OutputListener listener) |
void |
awaitExit() |
void |
awaitReady() |
protected void |
cleanup() |
protected void |
ready() |
void |
removeStdOutListener(OutputListener listener) |
protected void |
start(org.apache.commons.exec.CommandLine cmd,
Map<String,String> env) |
void |
stop() |
public ProcessRunner(String kind, int generation, int node)
public void addStdOutListener(OutputListener listener)
public void removeStdOutListener(OutputListener listener)
protected void ready()
public void stop()
protected void cleanup()
public void awaitReady()
public void awaitExit()
Copyright © 2021. All rights reserved.