|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractShellCommandReader | |
|---|---|
| org.overlord.sramp.shell | |
| Uses of AbstractShellCommandReader in org.overlord.sramp.shell |
|---|
| Subclasses of AbstractShellCommandReader in org.overlord.sramp.shell | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||