public class VelocityTools extends Object
Constructor and Description |
---|
VelocityTools() |
Modifier and Type | Method and Description |
---|---|
static org.apache.velocity.VelocityContext |
createContext() |
static org.apache.velocity.app.VelocityEngine |
createEngine() |
static void |
processTemplate(org.apache.velocity.app.VelocityEngine ve,
org.apache.velocity.VelocityContext context,
String inFile,
String outFile) |
public static org.apache.velocity.app.VelocityEngine createEngine() throws VelocityException
VelocityException
public static org.apache.velocity.VelocityContext createContext()
public static void processTemplate(org.apache.velocity.app.VelocityEngine ve, org.apache.velocity.VelocityContext context, String inFile, String outFile) throws VelocityException, IOException
VelocityException
IOException
Copyright © 2015–2022 SciJava. All rights reserved.