com.threerings.jpkg.ant
Interface VelocityTemplate

All Known Implementing Classes:
AbstractTypeScript, BaseTemplateScript, HelloWorld, PostInst, PostRm, PreInst, PreRm, ScriptRunner, TemplateScript

public interface VelocityTemplate

An object which describes a Velocity template


Method Summary
 String getTemplateName()
          Returns the name of the template, as found in the classpath.
 void populateContext(VelocityContext context)
          Provides the template a VelocityContext to populate with e.g.
 

Method Detail

getTemplateName

String getTemplateName()
Returns the name of the template, as found in the classpath.


populateContext

void populateContext(VelocityContext context)
Provides the template a VelocityContext to populate with e.g. key/value substitutions.



Copyright © 2007-2008 Three Rings Design, Inc. All Rights Reserved. Released under a BSD license.