Package | Description |
---|---|
com.cronutils.model | |
com.cronutils.model.definition |
Modifier and Type | Method and Description |
---|---|
static CronType |
CronType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CronType[] |
CronType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static CronDefinition |
CronDefinitionBuilder.instanceDefinitionFor(CronType cronType)
Creates CronDefinition instance matching cronType specification.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.