Package | Description |
---|---|
com.cronutils.model.field.constraint | |
com.cronutils.model.field.expression | |
com.cronutils.model.field.value |
Modifier and Type | Method and Description |
---|---|
Set<SpecialChar> |
FieldConstraints.getSpecialChars() |
Constructor and Description |
---|
FieldConstraints(Map<String,Integer> stringMapping,
Map<Integer,Integer> intMapping,
Set<SpecialChar> specialChars,
int startRange,
int endRange,
boolean strictRange)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static Between |
FieldExpressionFactory.between(SpecialChar from,
int to) |
static On |
FieldExpressionFactory.on(int time,
SpecialChar specialChar) |
static On |
FieldExpressionFactory.on(int time,
SpecialChar specialChar,
int nth) |
static On |
FieldExpressionFactory.on(SpecialChar specialChar) |
Modifier and Type | Method and Description |
---|---|
SpecialChar |
SpecialCharFieldValue.getValue() |
static SpecialChar |
SpecialChar.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpecialChar[] |
SpecialChar.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
SpecialCharFieldValue(SpecialChar specialChar) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.