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 | Class and Description |
---|---|
class |
CompositeCron |
class |
SingleCron |
Modifier and Type | Method and Description |
---|---|
Cron |
CompositeCron.validate() |
Cron |
SingleCron.validate()
Validates this Cron instance by validating its cron expression.
|
Cron |
Cron.validate()
Validates this Cron instance by validating its cron expression.
|
Modifier and Type | Method and Description |
---|---|
List<Cron> |
CompositeCron.getCrons() |
Modifier and Type | Method and Description |
---|---|
boolean |
CompositeCron.equivalent(Cron cron) |
boolean |
SingleCron.equivalent(Cron cron)
Provides means to compare if two cron expressions are equivalent.
|
boolean |
Cron.equivalent(Cron cron)
Provides means to compare if two cron expressions are equivalent.
|
boolean |
CompositeCron.equivalent(CronMapper cronMapper,
Cron cron) |
boolean |
SingleCron.equivalent(CronMapper cronMapper,
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.
|
Constructor and Description |
---|
CompositeCron(List<Cron> crons) |
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 © 2020 JBoss by Red Hat. All rights reserved.