net.walend.enum.generator
Class Main

java.lang.Object
  |
  +--net.walend.enum.generator.Main

public final class Main
extends java.lang.Object

A class to hold the main() method and get things started.

Author:
David Walend david@walend.net

Constructor Summary
private Main()
           
 
Method Summary
static void doIt(java.io.File inFile, java.io.File outFile)
          Call this method from within your own code to avoid System.exit(-1) if something goes wrong.
static void doIt(java.lang.String[] args)
          Call this method from within your own code to avoid System.exit(-1) if something goes wrong.
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Main

private Main()
Method Detail

doIt

public static void doIt(java.io.File inFile,
                        java.io.File outFile)
                 throws javax.xml.parsers.ParserConfigurationException,
                        java.io.IOException,
                        org.xml.sax.SAXException,
                        org.apache.velocity.exception.ResourceNotFoundException,
                        org.apache.velocity.exception.ParseErrorException,
                        org.apache.velocity.exception.MethodInvocationException,
                        java.lang.Exception
Call this method from within your own code to avoid System.exit(-1) if something goes wrong.

javax.xml.parsers.ParserConfigurationException
java.io.IOException
org.xml.sax.SAXException
org.apache.velocity.exception.ResourceNotFoundException
org.apache.velocity.exception.ParseErrorException
org.apache.velocity.exception.MethodInvocationException
java.lang.Exception

doIt

public static void doIt(java.lang.String[] args)
                 throws javax.xml.parsers.ParserConfigurationException,
                        java.io.IOException,
                        org.xml.sax.SAXException,
                        org.apache.velocity.exception.ResourceNotFoundException,
                        org.apache.velocity.exception.ParseErrorException,
                        org.apache.velocity.exception.MethodInvocationException,
                        java.lang.Exception
Call this method from within your own code to avoid System.exit(-1) if something goes wrong.

javax.xml.parsers.ParserConfigurationException
java.io.IOException
org.xml.sax.SAXException
org.apache.velocity.exception.ResourceNotFoundException
org.apache.velocity.exception.ParseErrorException
org.apache.velocity.exception.MethodInvocationException
java.lang.Exception

main

public static void main(java.lang.String[] args)


Copyright (c) 2001, 2002, David Walend