|
static final String | ADD = "add_schedule" |
|
static final String | UPDATE = "update_schedule" |
|
static final String | REMOVE = "remove_schedule" |
|
static final String | GET = "get_schedule" |
|
static final String | LIST = "list_schedule" |
|
static final String | IMPORT = "import_schedule" |
|
static final String | EXPORT = "export_schedule" |
|
static final String | DROP = "drop_schedule" |
|
◆ ScheduleCommand() [1/3]
eu.baltrad.beast.admin.command.ScheduleCommand.ScheduleCommand |
( |
| ) |
|
|
inline |
◆ ScheduleCommand() [2/3]
eu.baltrad.beast.admin.command.ScheduleCommand.ScheduleCommand |
( |
String | operation | ) |
|
|
inline |
◆ ScheduleCommand() [3/3]
eu.baltrad.beast.admin.command.ScheduleCommand.ScheduleCommand |
( |
String | operation, |
|
|
CronEntry | entry ) |
|
inline |
◆ getEntry()
CronEntry eu.baltrad.beast.admin.command.ScheduleCommand.getEntry |
( |
| ) |
|
|
inline |
◆ getImportedEntries()
List< CronEntry > eu.baltrad.beast.admin.command.ScheduleCommand.getImportedEntries |
( |
| ) |
|
|
inline |
◆ getOperation()
String eu.baltrad.beast.admin.command.ScheduleCommand.getOperation |
( |
| ) |
|
|
inline |
◆ setEntry()
void eu.baltrad.beast.admin.command.ScheduleCommand.setEntry |
( |
CronEntry | entry | ) |
|
|
inline |
◆ setImportedEntries()
void eu.baltrad.beast.admin.command.ScheduleCommand.setImportedEntries |
( |
List< CronEntry > | entries | ) |
|
|
inline |
- Parameters
-
entries | the entries to set |
◆ setOperation()
void eu.baltrad.beast.admin.command.ScheduleCommand.setOperation |
( |
String | operation | ) |
|
|
inline |
◆ validate()
boolean eu.baltrad.beast.admin.command.ScheduleCommand.validate |
( |
| ) |
|
|
inline |
◆ validateExpression()
boolean eu.baltrad.beast.admin.command.ScheduleCommand.validateExpression |
( |
String | expression | ) |
|
|
inlineprotected |
Validates the cron expression.
- Returns
- true if expression is valid
The documentation for this class was generated from the following file:
- src/eu/baltrad/beast/admin/command/ScheduleCommand.java