Package | Description |
---|---|
vdoclet |
Modifier and Type | Method and Description |
---|---|
void |
Generator.eval(String templateName,
String fileName)
Evaluate a Velocity template.
|
void |
Generator.eval(String templateName,
Writer writer)
Evaluate a Velocity template.
|
Constructor and Description |
---|
Generator(File outputDir)
Construct a new generator.
|
Generator(File outputDir,
ClassLoader templateClassLoader)
Construct a new generator.
|