Uses of Class
io.github.projectunified.cronutils.model.field.expression.FieldExpression
Packages that use FieldExpression
Package
Description
-
Uses of FieldExpression in io.github.projectunified.cronutils.builder
Methods in io.github.projectunified.cronutils.builder with parameters of type FieldExpressionModifier and TypeMethodDescriptionCronBuilder.withDoM(FieldExpression expression) CronBuilder.withDoW(FieldExpression expression) CronBuilder.withDoY(FieldExpression expression) CronBuilder.withHour(FieldExpression expression) CronBuilder.withMinute(FieldExpression expression) CronBuilder.withMonth(FieldExpression expression) CronBuilder.withSecond(FieldExpression expression) CronBuilder.withYear(FieldExpression expression) -
Uses of FieldExpression in io.github.projectunified.cronutils.model.field
Methods in io.github.projectunified.cronutils.model.field that return FieldExpressionConstructors in io.github.projectunified.cronutils.model.field with parameters of type FieldExpressionModifierConstructorDescriptionCronField(CronFieldName field, FieldExpression expression, FieldConstraints constraints) -
Uses of FieldExpression in io.github.projectunified.cronutils.model.field.expression
Subclasses of FieldExpression in io.github.projectunified.cronutils.model.field.expressionModifier and TypeClassDescriptionclassRepresents a star (*) value on cron expression field.classRepresents a conjunction of cron expressions for a field.classRepresents a range in a cron expression.classRepresents every x time on a cron field.classfinal classRepresents a question mark (?)classRepresents a random value expression in a cron field, using the '~' character.Methods in io.github.projectunified.cronutils.model.field.expression that return FieldExpressionModifier and TypeMethodDescriptionAlways.accept(FieldExpressionVisitor visitor) And.accept(FieldExpressionVisitor visitor) Between.accept(FieldExpressionVisitor visitor) Every.accept(FieldExpressionVisitor visitor) abstract FieldExpressionFieldExpression.accept(FieldExpressionVisitor visitor) Accept a visitor to perform some action on the instance.On.accept(FieldExpressionVisitor visitor) QuestionMark.accept(FieldExpressionVisitor visitor) RandomExpression.accept(FieldExpressionVisitor visitor) static FieldExpressionFieldExpression.always()Every.getExpression()static FieldExpressionFieldExpression.questionMark()Methods in io.github.projectunified.cronutils.model.field.expression that return types with arguments of type FieldExpressionMethods in io.github.projectunified.cronutils.model.field.expression with parameters of type FieldExpressionModifier and TypeMethodDescriptionAnd.and(FieldExpression exp) FieldExpression.and(FieldExpression exp) static EveryFieldExpressionFactory.every(FieldExpression expression, int time) Method parameters in io.github.projectunified.cronutils.model.field.expression with type arguments of type FieldExpressionModifier and TypeMethodDescriptionstatic AndFieldExpressionFactory.and(List<FieldExpression> expressions) Constructors in io.github.projectunified.cronutils.model.field.expression with parameters of type FieldExpression -
Uses of FieldExpression in io.github.projectunified.cronutils.model.field.expression.visitor
Methods in io.github.projectunified.cronutils.model.field.expression.visitor with type parameters of type FieldExpressionModifier and TypeMethodDescriptionprotected <T extends FieldExpression>
TFieldExpressionVisitorAdaptor.caseDefault(T expression) Internal roll-up method.Methods in io.github.projectunified.cronutils.model.field.expression.visitor that return FieldExpressionModifier and TypeMethodDescriptionPerforms action on Always instance.Performs action on And instance.Performs action on Between instance.Performs action on Every instance.Performs action on On instance.FieldExpressionVisitor.visit(QuestionMark questionMark) Performs action on QuestionMark instance.FieldExpressionVisitor.visit(RandomExpression random) Performs action on RandomExpression instance.FieldExpressionVisitorAdaptor.visit(QuestionMark questionMark) FieldExpressionVisitorAdaptor.visit(RandomExpression random) ValidationFieldExpressionVisitor.visit(QuestionMark questionMark) ValidationFieldExpressionVisitor.visit(RandomExpression random) ValueMappingFieldExpressionVisitor.visit(QuestionMark questionMark) ValueMappingFieldExpressionVisitor.visit(RandomExpression random) -
Uses of FieldExpression in io.github.projectunified.cronutils.model.time.generator
Methods in io.github.projectunified.cronutils.model.time.generator with parameters of type FieldExpressionModifier and TypeMethodDescriptionprotected abstract booleanFieldValueGenerator.matchesFieldExpressionClass(FieldExpression fieldExpression) -
Uses of FieldExpression in io.github.projectunified.cronutils.parser
Methods in io.github.projectunified.cronutils.parser that return FieldExpressionModifier and TypeMethodDescriptionParse given expression for a single cron field.protected FieldExpressionFieldParser.parseBetween(String[] array)