Package de.xima.fc.timing.helper
Class PluginUpdateCheckHelper
- java.lang.Object
 - 
- de.xima.fc.timing.helper.PluginUpdateCheckHelper
 
 
- 
public class PluginUpdateCheckHelper extends Object
 
- 
- 
Constructor Summary
Constructors Constructor Description PluginUpdateCheckHelper() 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.quartz.CronExpressiongetCronExprDaily(Date date)Takes the hours, minutes and seconds of the given date and makes aCronExpressionout of those for a daily trigger 
 - 
 
- 
- 
Method Detail
- 
getCronExprDaily
public static final org.quartz.CronExpression getCronExprDaily(Date date) throws ParseException
Takes the hours, minutes and seconds of the given date and makes aCronExpressionout of those for a daily trigger- Parameters:
 date-Datecontaining the desired day time- Returns:
 CronExpressiondaily CronExpression with the given day time- Throws:
 ParseException- on errors during parsing the cron-expression
 
 - 
 
 -