com.mindprod.holidays
Class ExportHolidaysAsCSV

java.lang.Object
  extended by com.mindprod.holidays.ExportHolidaysAsCSV

public final class ExportHolidaysAsCSV
extends java.lang.Object

Export list of holidays in CSV format for use in other other calendar programs.

Since:
2011-02-16
Version:
1.0 2011-02-16 initial version
Author:
Roedy Green, Canadian Mind Products

Constructor Summary
ExportHolidaysAsCSV()
           
 
Method Summary
static void main(java.lang.String[] args)
          Allow this applet to run as as application as well.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExportHolidaysAsCSV

public ExportHolidaysAsCSV()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
Allow this applet to run as as application as well.

Parameters:
args - command line year desired and optionally [verbose] to get extra authority and rule fields.
Throws:
java.io.IOException - if cannot load or export all the holidays.