Class FieldExpressionFactory
java.lang.Object
io.github.projectunified.cronutils.model.field.expression.FieldExpressionFactory
-
Method Summary
Modifier and TypeMethodDescriptionstatic Alwaysalways()static Andand(List<FieldExpression> expressions) static Betweenbetween(int from, int to) static Betweenbetween(SpecialChar from, int to) static Everyevery(int time) static Everyevery(FieldExpression expression, int time) static Onon(int time) static Onon(int time, SpecialChar specialChar) static Onon(int time, SpecialChar specialChar, int nth) static Onon(SpecialChar specialChar) static QuestionMark
-
Method Details
-
always
-
between
-
between
-
every
-
every
-
on
-
on
-
on
-
on
-
questionMark
-
and
-