See: Description
| Interface | Description |
|---|---|
| Cmd |
Interface with some constants used in cmds-files.
|
| CommandSyntax |
This interface describe the command syntax.
|
| Class | Description |
|---|---|
| Command |
Command extends CommandFrame and implements execute().
|
| CommandFactory |
Factory to create a Command
|
| CommandSequence |
Class to read and write cmdfiles
|
| Parameter |
Parameter of a Command
Each parameter has a type (name) and can have between min and max values.
|
| TestCmd |
Test-Application for command generation.
|
| WriteCmds |
Basic methods for cmds-file generation
|
| Exception | Description |
|---|---|
| CommandException |
This Exception is thrown when a command-error is detected
|