| Modifier and Type | Method and Description |
|---|---|
Cron |
CronBuilder.instance() |
| Modifier and Type | Method and Description |
|---|---|
String |
CronDescriptor.describe(Cron cron)
Provide a description of given CronFieldParseResult list.
|
| Modifier and Type | Method and Description |
|---|---|
String |
TimeDescriptor.describe(Cron cron) |
| Modifier and Type | Method and Description |
|---|---|
Cron |
CronMapper.map(Cron cron)
Maps given cron to target cron definition.
|
| Modifier and Type | Method and Description |
|---|---|
Cron |
CronMapper.map(Cron cron)
Maps given cron to target cron definition.
|
| Constructor and Description |
|---|
CronMapper(CronDefinition from,
CronDefinition to,
Function<Cron,Cron> cronRules)
Constructor.
|
CronMapper(CronDefinition from,
CronDefinition to,
Function<Cron,Cron> cronRules)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Cron |
Cron.validate()
Validates this Cron instance by validating its cron expression.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Cron.equivalent(Cron cron)
Provides means to compare if two cron expressions are equivalent.
|
boolean |
Cron.equivalent(CronMapper cronMapper,
Cron cron)
Provides means to compare if two cron expressions are equivalent.
|
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
CronConstraint.validate(Cron cron) |
| Modifier and Type | Method and Description |
|---|---|
static ExecutionTime |
ExecutionTime.forCron(Cron cron)
Creates execution time for given Cron.
|
| Modifier and Type | Method and Description |
|---|---|
Cron |
CronParser.parse(String expression)
Parse string with cron expression.
|
Copyright © 2018. All rights reserved.