public interface ShellEvent
| Modifier and Type | Field and Description |
|---|---|
static String |
COMMAND_SEP |
static int |
EOF |
static String |
NEW_LINE |
static byte |
TAB |
| Modifier and Type | Method and Description |
|---|---|
ShellEvent |
addChars(String seq) |
ShellEvent |
addCtrlD() |
ShellEvent |
addCtrlZ() |
void |
clearEvents() |
ShellEvent |
end() |
void |
eof() |
ShellEvent |
newline() |
ShellEvent |
tab() |
void |
terminate() |
void |
waitForOutput() |
static final byte TAB
static final int EOF
static final String NEW_LINE
static final String COMMAND_SEP
ShellEvent tab() throws IOException
IOExceptionShellEvent addChars(String seq) throws IOException
IOExceptionShellEvent addCtrlZ() throws IOException
IOExceptionShellEvent addCtrlD() throws IOException
IOExceptionShellEvent newline() throws IOException
IOExceptionShellEvent end()
void clearEvents()
void waitForOutput()
void terminate()
void eof()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.