org.codehaus.modello.plugin.store

Class AbstractVelocityModelloGenerator

public abstract class AbstractVelocityModelloGenerator extends AbstractModelloGenerator

Version: $Id: AbstractVelocityModelloGenerator.java 795 2007-02-08 08:50:51Z brett $

Author: Trygve Laugstøl

Method Summary
protected static ContextmakeStubVelocityContext(Model model, Version version)
protected static ContextmakeStubVelocityContext(Model model, Version version, String packageName)
protected voidwriteClass(String templateName, File basedir, String packageName, String className, Context context)
protected voidwriteTemplate(String templateName, File file, Context context)

Method Detail

makeStubVelocityContext

protected static Context makeStubVelocityContext(Model model, Version version)

makeStubVelocityContext

protected static Context makeStubVelocityContext(Model model, Version version, String packageName)

writeClass

protected void writeClass(String templateName, File basedir, String packageName, String className, Context context)

writeTemplate

protected void writeTemplate(String templateName, File file, Context context)
Copyright © 2001-2009 Codehaus. All Rights Reserved.