org.jcrontab.data
Class HoliDayFileSource

java.lang.Object
  |
  +--org.jcrontab.data.HoliDayFileSource
All Implemented Interfaces:
HoliDaySource

public class HoliDayFileSource
extends java.lang.Object
implements HoliDaySource

This HoliDaySource builds a basic holidays information source.

Version:
$Revision: 1.3 $
Author:
$Author: iolalla $

Constructor Summary
HoliDayFileSource()
           
 
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
 

Constructor Detail

HoliDayFileSource

public HoliDayFileSource()
Method Detail

findAll

public HoliDay[] findAll()
                  throws java.lang.Exception
Description copied from interface: HoliDaySource
Gets all the HoliDays from the DataSource

Specified by:
findAll in interface HoliDaySource
Returns:
HoliDays[]
Throws:
java.lang.Exception