| Package | Description |
|---|---|
| management.cli |
| Modifier and Type | Class and Description |
|---|---|
class |
EventedInputStream
Input stream class for simulating shell events
|
class |
TestableGfsh
GfshShell implementation implementing ShellEvent interface
|
| Modifier and Type | Method and Description |
|---|---|
ShellEvent |
ShellEvent.addChars(String seq) |
ShellEvent |
TestableGfsh.addChars(String seq) |
ShellEvent |
EventedInputStream.addChars(String seq) |
ShellEvent |
ShellEvent.addCtrlD() |
ShellEvent |
TestableGfsh.addCtrlD() |
ShellEvent |
EventedInputStream.addCtrlD() |
ShellEvent |
ShellEvent.addCtrlZ() |
ShellEvent |
TestableGfsh.addCtrlZ() |
ShellEvent |
EventedInputStream.addCtrlZ() |
ShellEvent |
ShellEvent.end() |
ShellEvent |
TestableGfsh.end() |
ShellEvent |
EventedInputStream.end() |
ShellEvent |
ShellEvent.newline() |
ShellEvent |
TestableGfsh.newline() |
ShellEvent |
EventedInputStream.newline() |
ShellEvent |
ShellEvent.tab() |
ShellEvent |
TestableGfsh.tab() |
ShellEvent |
EventedInputStream.tab() |
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.