org.sf.codejen.freemarker
Class XmlCodeGenerator
java.lang.Object
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:
- File name of the codegen config
- File name of the XML
- Author:
- Shane Ng
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmlCodeGenerator
public XmlCodeGenerator()
main
public static void main(String[] args)
throws IOException,
SAXException,
ParserConfigurationException
- Throws:
IOException
SAXException
ParserConfigurationException