com.mindprod.holidays
Class ExportHolidays

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

public final class ExportHolidays
extends java.lang.Object

Export list of holidays to HTML for summary display.

Since:
2008
Version:
1.0 2008-12-03 initial version
Author:
Roedy Green, Canadian Mind Products

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

ExportHolidays

public ExportHolidays()
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 arguments ignored.
Throws:
java.io.IOException - if cannot load or export all the holidays.