Class ScheduleSpecUtil
java.lang.Object
com.espertech.esper.common.internal.schedule.ScheduleSpecUtil
Utility for computing from a set of parameter objects a schedule specification carry a
crontab-like schedule definition.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ScheduleSpec
computeValues
(Object[] args) Compute from parameters a crontab schedule.static String
getExpressionCountException
(int length)
-
Constructor Details
-
ScheduleSpecUtil
public ScheduleSpecUtil()
-
-
Method Details
-
computeValues
Compute from parameters a crontab schedule.- Parameters:
args
- parameters- Returns:
- crontab schedule
- Throws:
ScheduleParameterException
- if the parameters are invalid
-
getExpressionCountException
-