| Interface | Description |
|---|---|
| ShellCommand |
Interface implemented by all shell commands.
|
| ShellCommandProvider |
Provides comands - used by the shell command factory when creating the map of
available shell commands.
|
| ShellContext |
The context available to all shell commands.
|
| ShellContextEventHandler |
Implement this interface to listen for shell context events.
|
| ShellContextVariableLifecycleHandler |
Lifecycle handler for a shell context variable.
|
| Class | Description |
|---|---|
| AbstractShellCommand |
Base class for shell commands.
|
| Arguments |
A class that can parse the arguments that should be passed to a command.
|
| SimpleShellContext |
A simple implementation of
ShellContext. |
| Exception | Description |
|---|---|
| InvalidCommandArgumentException |
An exception thrown when an argument to a command is invalid.
|
Copyright © 2011-2014 JBoss, a division of Red Hat. All Rights Reserved.