|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ShellCommandReader | |
|---|---|
| org.overlord.sramp.shell | |
| Uses of ShellCommandReader in org.overlord.sramp.shell |
|---|
| Classes in org.overlord.sramp.shell that implement ShellCommandReader | |
|---|---|
class |
AbstractShellCommandReader
A base class for all shell command readers. |
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. |
| Methods in org.overlord.sramp.shell that return ShellCommandReader | |
|---|---|
protected ShellCommandReader |
SrampShell.createCommandReader(String[] args)
Creates an appropriate ShellCommandReader based on the command line
arguments and the current runtime environment. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||