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

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

public class Motocity
extends Object
implements TemplateEngine


Field Summary
static Motocity INSTANCE
           
 
Method Summary
 void generate(Map<String,?> parameterMap, String templateName, File output, Class<?> clazz, Iterable<? extends File> classPath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static Motocity INSTANCE
Method Detail

generate

public void generate(Map<String,?> parameterMap,
                     String templateName,
                     File output,
                     Class<?> clazz,
                     Iterable<? extends File> classPath)
              throws GeneratorException
Specified by:
generate in interface TemplateEngine
Throws:
GeneratorException