|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See:
Description
| Interface Summary | |
| CommandInterface | main interface for all protocol console commands. |
| ConsoleRunnable | ConsoleRunnable. |
| OneParamConsoleRunnable | ConsoleRunnable. |
| Class Summary | |
| AbstractCommand | AbstractCommand |
| GetSetCommand | GetSetCommand is a CommandInterface implementation which allows a console command to take an optional parameter -- when the parameter is not present, this command returns the current value for a setting, and when the parameter is present, this command sets the value. |
| HelpCommand | NoParamCommand is a CommandInterface implementation which implements commands that take no parameters. |
| NoParamCommand | NoParamCommand is a CommandInterface implementation which implements commands that take no parameters. |
| OneParamCommand | OneParamCommand is a CommandInterface implementation which implements commands that takes exactly one parameter. |
| Exception Summary | |
| CommandFailedException | Thrown by CommandInterface.execute() method when a command is supported by the particular CommandInterface instance, but failed for some reason when it was attempted. |
| NotSupportedException | Thrown by CommandInterface.execute() method when a command is not supported by the particular CommandInterface instance. |
Classes for protocol console string based command support.
Return to
or the Praya Homepage
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||