| Interface | Description |
|---|---|
| ShellCommandReader |
Interface used to read commands from the user (or some other source, like
an input file).
|
| Class | Description |
|---|---|
| AbstractShellCommandReader |
A base class for all shell command readers.
|
| AbstractShellContextVariableLifecycleHandler |
Base class for shell context variable lifecycle handlers.
|
| ConsoleShellCommandReader |
An implementation of the
ShellCommandReader that uses standard input
to read commands typed in by the user. |
| FileShellCommandReader |
An implementation of the
ShellCommandReader that reads data from
a file. |
| 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. |
| ShellCommandFactory |
Factory used to create shell commands.
|
| ShellContextImpl |
Implementation of the shell context.
|
| SrampShell |
An interactive shell for working with an s-ramp repository.
|
| StdInShellCommandReader |
An implementation of the
ShellCommandReader that uses standard input
to read commands typed in by the user. |
| TabCompleter |
Implements tab completion for the interactive
|
Copyright © 2011-2013 JBoss, a division of Red Hat. All Rights Reserved.