public class CommandProcessorImpl extends Object
| Constructor and Description |
|---|
CommandProcessorImpl(String name,
InputStream input,
OutputStream output,
OutputStream error) |
| Modifier and Type | Method and Description |
|---|---|
void |
addCommand(String name,
CommandHandler command) |
void |
dispose() |
protected void |
processLine(String line) |
protected void |
runReader() |
public CommandProcessorImpl(String name, InputStream input, OutputStream output, OutputStream error)
public void addCommand(String name, CommandHandler command)
public void dispose()
protected void runReader()
throws IOException
IOExceptionprotected void processLine(String line)
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.