Package de.xima.fc.timing.helper
Class PluginUpdateCheckHelper
java.lang.Object
de.xima.fc.timing.helper.PluginUpdateCheckHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final org.quartz.CronExpression
getCronExprDaily
(Date date) Takes the hours, minutes and seconds of the given date and makes aCronExpression
out of those for a daily trigger
-
Constructor Details
-
PluginUpdateCheckHelper
public PluginUpdateCheckHelper()
-
-
Method Details
-
getCronExprDaily
Takes the hours, minutes and seconds of the given date and makes aCronExpression
out of those for a daily trigger- Parameters:
date
-Date
containing the desired day time- Returns:
CronExpression
daily CronExpression with the given day time- Throws:
ParseException
- on errors during parsing the cron-expression
-