org.jcrontab.data
Class HoliDayFileSource
java.lang.Object
org.jcrontab.data.HoliDayFileSource
- All Implemented Interfaces:
- HoliDaySource
- public class HoliDayFileSource
- extends Object
- implements HoliDaySource
This HoliDaySource builds a basic holidays information source.
- Version:
- $Revision: 1.4 $
- Author:
- $Author: iolalla $
Method Summary |
HoliDay[] |
findAll()
Gets all the HoliDays from the DataSource |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HoliDayFileSource
public HoliDayFileSource()
findAll
public HoliDay[] findAll()
throws Exception
- Description copied from interface:
HoliDaySource
- Gets all the HoliDays from the DataSource
- Specified by:
findAll
in interface HoliDaySource
- Returns:
- HoliDays[]
- Throws:
Exception