| Package | Description |
|---|---|
| org.overlord.sramp.shell |
| Modifier and Type | Class and Description |
|---|---|
class |
ConsoleShellCommandReader
An implementation of the
ShellCommandReader that uses standard input
to read commands typed in by the user. |
class |
FileShellCommandReader
An implementation of the
ShellCommandReader that reads data from
a file. |
class |
InteractiveShellCommandReader
An implementation of the
ShellCommandReader that uses JLine to provide
a rich console experience to the user, complete with history, tab completion,
and ansi output. |
class |
StdInShellCommandReader
An implementation of the
ShellCommandReader that uses standard input
to read commands typed in by the user. |
Copyright © 2011–2013 JBoss, a division of Red Hat. All rights reserved.