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