- validate(String) - Method in class com.cronutils.validator.CronValidator
-
Validates cron expression
- validateInRange(int) - Method in class com.cronutils.model.field.constraint.FieldConstraints
-
Validate if given number is >= start range and <= end range
- validateSpecialCharAllowed(SpecialChar) - Method in class com.cronutils.model.field.constraint.FieldConstraints
-
Validate if special char is allowed.
- valueOf(String) - Static method in enum com.cronutils.model.CronType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.cronutils.model.field.CronFieldName
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.cronutils.model.field.SpecialChar
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.cronutils.model.CronType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.cronutils.model.field.CronFieldName
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.cronutils.model.field.SpecialChar
-
Returns an array containing the constants of this enum type, in
the order they are declared.