|
BEAST
|
Commands affecting adaptors. More...
Public Member Functions | |
| AdaptorCommand () | |
| Constructor. | |
| AdaptorCommand (String operation) | |
| Constructor. | |
| AdaptorCommand (String operation, Adaptor adaptor) | |
| Constructor. | |
| String | getOperation () |
| void | setOperation (String operation) |
| boolean | validate () |
| Adaptor | getAdaptor () |
| void | setAdaptor (Adaptor adaptor) |
| List< Adaptor > | getImportedAdaptors () |
| void | setImportedAdaptors (List< Adaptor > importedAdaptors) |
Public Member Functions inherited from eu.baltrad.beast.admin.Command | |
| void | setRawMessage (String s) |
| Sets the RAW message used to populate the command. | |
| String | getRawMessage () |
Protected Member Functions | |
| boolean | validateUri (String uri) |
Commands affecting adaptors.
|
inline |
Constructor.
|
inline |
Constructor.
| operation | the operation |
|
inline |
Constructor.
| operation | the operation |
| adaptor | the adaptor affected |
|
inline |
|
inline |
|
inline |
Reimplemented from eu.baltrad.beast.admin.Command.
|
inline |
| adaptor | the adaptor to set |
|
inline |
| importedAdaptors | the importedAdaptors to set |
|
inline |
| operation | the operation to set |
|
inline |
Reimplemented from eu.baltrad.beast.admin.Command.