| Package | Description |
|---|---|
| org.overlord.sramp.shell |
| Modifier and Type | Class and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
protected ShellCommandReader |
SrampShell.createCommandReader(String[] args)
Creates an appropriate
ShellCommandReader based on the command line
arguments and the current runtime environment. |
Copyright © 2011–2013 JBoss, a division of Red Hat. All rights reserved.