public class VelocityRunner extends Object
Modifier and Type | Method and Description |
---|---|
void |
addProperties(String prefix,
String propFileName) |
void |
addProperty(String key,
Object value) |
static VelocityRunner |
getInstance() |
static VelocityRunner |
getInstance(org.apache.maven.project.MavenProject project) |
void |
run(String tplFile,
String outFileName) |
void |
setOutputDirectory(String outputDirName) |
public static VelocityRunner getInstance(org.apache.maven.project.MavenProject project)
public static VelocityRunner getInstance() throws Exception
Exception
public void setOutputDirectory(String outputDirName)
Copyright © 2020. All Rights Reserved.