public interface ShellCommandReader
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Called by the shell when exiting.
|
void |
open()
Called to open the shell command reader.
|
ShellCommand |
read()
Reads the next command from the input source.
|
void open()
throws IOException
IOExceptionShellCommand read() throws Exception
Exceptionvoid close()
throws IOException
IOExceptionCopyright © 2011–2013 JBoss, a division of Red Hat. All rights reserved.