Uses of Class
com.indexdata.utils.CronLine

Packages that use CronLine
com.indexdata.utils   
 

Uses of CronLine in com.indexdata.utils
 

Methods in com.indexdata.utils that return CronLine
static CronLine CronLine.createCronLine(Calendar cal)
           
static CronLine CronLine.currentCronLine()
          Return a cron line that corresponds to current date and time.
 

Methods in com.indexdata.utils with parameters of type CronLine
 boolean CronLine.matches(CronLine pattern)
          Matches this cron line againts the parameter and returns true if the param is more general (contains wildcards) or equal.
 



Copyright © 2012. All Rights Reserved.