public abstract class ExternalCommand extends Object
| Constructor and Description |
|---|
ExternalCommand(Logger log) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
end() |
void |
execute() |
protected abstract String[] |
getArgs() |
protected int |
getStatusCode() |
protected void |
processLine(String line) |
protected void |
start() |
protected final Logger log
public ExternalCommand(Logger log)
public void execute()
throws IOException
IOExceptionprotected void start()
protected void end()
protected int getStatusCode()
protected abstract String[] getArgs()
protected void processLine(String line)
Copyright © 2017. All rights reserved.