| Package | Description |
|---|---|
| com.cronutils.builder | |
| com.cronutils.descriptor | |
| com.cronutils.mapper | |
| com.cronutils.model | |
| com.cronutils.model.definition | |
| com.cronutils.model.time | |
| com.cronutils.parser |
| 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 |
|---|---|
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,
com.google.common.base.Function<Cron,Cron> cronRules)
Constructor
|
CronMapper(CronDefinition from,
CronDefinition to,
com.google.common.base.Function<Cron,Cron> cronRules)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Cron |
Cron.validate() |
| 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 © 2016. All rights reserved.