Uses of Interface
org.jcrontab.data.HoliDaySource

Packages that use HoliDaySource
org.jcrontab.data The classe with the logic to access data. 
 

Uses of HoliDaySource in org.jcrontab.data
 

Classes in org.jcrontab.data that implement HoliDaySource
 class HoliDayFileSource
          This HoliDaySource builds a basic holidays information source.
 

Methods in org.jcrontab.data that return HoliDaySource
static HoliDaySource HoliDayFactory.getInstance()
          This method returns the DataFactory of the System This method grants the Singleton pattern
 HoliDaySource HoliDayFactory.getDAO()
          This method returns the HoliDaySource of the System