org.jamon
Class TemplateProcessor

java.lang.Object
  extended by org.jamon.TemplateProcessor

public class TemplateProcessor
extends Object


Constructor Summary
TemplateProcessor(File p_destDir, File p_sourceDir, ClassLoader p_classLoader)
           
 
Method Summary
 void generateSource(String p_filename)
           
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

TemplateProcessor

public TemplateProcessor(File p_destDir,
                         File p_sourceDir,
                         ClassLoader p_classLoader)
Method Detail

generateSource

public void generateSource(String p_filename)
                    throws IOException
Throws:
IOException

main

public static void main(String[] args)