BEAST
eu.baltrad.beast.admin.Command Class Referenceabstract

Interface for all command objects. More...

Inheritance diagram for eu.baltrad.beast.admin.Command:
eu.baltrad.beast.admin.command.AdaptorCommand eu.baltrad.beast.admin.command.AnomalyDetectorCommand eu.baltrad.beast.admin.command.HelpCommand eu.baltrad.beast.admin.command.RouteCommand eu.baltrad.beast.admin.command.ScheduleCommand eu.baltrad.beast.admin.command.SettingCommand eu.baltrad.beast.admin.command.UserCommand

Public Member Functions

abstract String getOperation ()
 
abstract boolean validate ()
 Validates if the current command is valid according to operation and content and should be accepted.
 
void setRawMessage (String s)
 Sets the RAW message used to populate the command.
 
String getRawMessage ()
 

Detailed Description

Interface for all command objects.

Author
anders

Member Function Documentation

◆ getOperation()

◆ getRawMessage()

String eu.baltrad.beast.admin.Command.getRawMessage ( )
inline
Returns
the RAW message used to populate the command

◆ setRawMessage()

void eu.baltrad.beast.admin.Command.setRawMessage ( String s)
inline

Sets the RAW message used to populate the command.

Parameters
sthe raw message

◆ validate()

abstract boolean eu.baltrad.beast.admin.Command.validate ( )
abstract

The documentation for this class was generated from the following file: