| Package | Description |
|---|---|
| rs.baselib.util |
Provides several utility classes.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
CronSchedule.SingleTimeValue
Represents a single time value, e.g. 9
|
static class |
CronSchedule.TimeAll
Represents the ALL time, *.
|
static class |
CronSchedule.TimeRange
Represents a time range, e.g. 5-9
|
static class |
CronSchedule.TimeSteps
Represents a time interval, e.g. 0-4/10
|
| Modifier and Type | Method and Description |
|---|---|
CronSchedule.AbstractTimeValue |
CronSchedule.TimeSteps.getRange() |
protected CronSchedule.AbstractTimeValue[] |
CronSchedule.getValues(int type)
Returns the values for a specific time type
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
CronSchedule.set(int type,
CronSchedule.AbstractTimeValue[] values)
Sets the values for a specific type
|
void |
CronSchedule.TimeSteps.setRange(CronSchedule.AbstractTimeValue range) |
| Constructor and Description |
|---|
CronSchedule.TimeSteps(CronSchedule.AbstractTimeValue range,
int steps) |
Copyright © 2014. All rights reserved.