org.sf.codejen.freemarker
Class XmlCodeGenerator

java.lang.Object
  extended by org.sf.codejen.freemarker.XmlCodeGenerator

public class XmlCodeGenerator
extends Object

An application that applying an XML to a FreeMarker template.

The application takes two command-line parameters:

  1. File name of the codegen config
  2. File name of the XML

Author:
Shane Ng

Constructor Summary
XmlCodeGenerator()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlCodeGenerator

public XmlCodeGenerator()
Method Detail

main

public static void main(String[] args)
                 throws IOException,
                        SAXException,
                        ParserConfigurationException
Throws:
IOException
SAXException
ParserConfigurationException