net.jtools.tmpl
Class TmplCompiler
java.lang.Object
net.jtools.tmpl.TmplCompiler
public class TmplCompiler
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TmplCompiler
public TmplCompiler()
main
public static void main(String[] args)
createTemplates
public TemplatesHelper createTemplates()
addTemplate
public boolean addTemplate(TemplateHelper x)
addConfiguredTemplates
public void addConfiguredTemplates(TemplatesHelper x)
createCompiler
public CompilerHelper createCompiler()
createFactory
public FactoryHelper createFactory()
execute
public void execute()
throws ClassNotFoundException,
InstantiationException,
IllegalAccessException,
IOException,
CompilerException
- Throws:
ClassNotFoundException
InstantiationException
IllegalAccessException
IOException
CompilerException
getCompilerHelper
public CompilerHelper getCompilerHelper()
getFactoryHelper
public FactoryHelper getFactoryHelper()
getRootDir
public File getRootDir()
setCompilerHelper
public void setCompilerHelper(CompilerHelper options)
setFactoryHelper
public void setFactoryHelper(FactoryHelper options)
setNumThreads
public void setNumThreads(int x)
setRootDir
public void setRootDir(File dir)
© 2000-2006, JTools.org.