Package | Description |
---|---|
org.quartz |
The main package of Quartz, containing the client-side interfaces.
|
org.quartz.impl.calendar | |
org.quartz.impl.triggers |
This package contains Trigger implementations that ship with Quartz.
|
Modifier and Type | Method and Description |
---|---|
static CronScheduleBuilder |
CronScheduleBuilder.cronSchedule(CronExpression cronExpression)
Create a CronScheduleBuilder with the given cron-expression.
|
Constructor and Description |
---|
CronExpression(CronExpression expression)
Constructs a new
CronExpression as a copy of an existing
instance. |
CronScheduleBuilder(CronExpression cronExpression) |
Modifier and Type | Method and Description |
---|---|
CronExpression |
CronCalendar.getCronExpression()
Returns the object representation of the cron expression that defines the
dates and times this calendar excludes.
|
Modifier and Type | Method and Description |
---|---|
void |
CronCalendar.setCronExpression(CronExpression expression)
Sets the cron expression for the calendar to a new value
|
Modifier and Type | Method and Description |
---|---|
void |
CronTriggerImpl.setCronExpression(CronExpression cronExpression)
Set the CronExpression to the given one.
|
Copyright 2001-2019, Terracotta, Inc.