fr.umlv.tatoo.cc.common.generator.impl
Class Velocity

java.lang.Object
  extended by fr.umlv.tatoo.cc.common.generator.impl.Velocity
All Implemented Interfaces:
TemplateEngine

public class Velocity
extends Object
implements TemplateEngine


Constructor Summary
Velocity()
           
 
Method Summary
 void generate(Map<String,?> map, String templateName, File file, File sourceDir, Class<?> clazz)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Velocity

public Velocity()
Method Detail

generate

public void generate(Map<String,?> map,
                     String templateName,
                     File file,
                     File sourceDir,
                     Class<?> clazz)
              throws GeneratorException
Specified by:
generate in interface TemplateEngine
Throws:
GeneratorException