Package | Description |
---|---|
com.cronutils | |
com.cronutils.mapper | |
com.cronutils.model.field.expression.visitor | |
com.cronutils.parser |
Modifier and Type | Method and Description |
---|---|
String |
StringValidations.removeValidChars(String exp) |
Modifier and Type | Class and Description |
---|---|
class |
WeekDay |
Modifier and Type | Method and Description |
---|---|
protected boolean |
ValidationFieldExpressionVisitor.isDefault(FieldValue<?> fieldValue) |
protected void |
ValidationFieldExpressionVisitor.isInRange(FieldValue<?> fieldValue)
Check if given number is greater or equal to start range and minor or equal to end range.
|
protected void |
ValidationFieldExpressionVisitor.isPeriodInRange(FieldValue<?> fieldValue)
Check if given period is compatible with range.
|
Modifier and Type | Method and Description |
---|---|
protected int |
FieldParser.intToInt(Integer exp)
Maps integer values to another integer equivalence.
|
protected FieldValue<?> |
FieldParser.map(String string) |
protected IntegerFieldValue |
FieldParser.mapToIntegerFieldValue(String string) |
protected FieldExpression |
FieldParser.parseBetween(String[] array) |
protected On |
FieldParser.parseOn(String exp) |
protected On |
FieldParser.parseOnWithHash(String exp) |
protected On |
FieldParser.parseOnWithL(String exp) |
protected On |
FieldParser.parseOnWithLW(String exp) |
protected On |
FieldParser.parseOnWithQuestionMark(String exp) |
protected On |
FieldParser.parseOnWithW(String exp) |
protected int |
FieldParser.stringToInt(String exp)
Maps string expression to integer.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.