public class OutputFileGenerator extends Object
Constructor and Description |
---|
OutputFileGenerator(String templateName,
Map options) |
Modifier and Type | Method and Description |
---|---|
void |
generate(PrintWriter out)
Generate the output file.
|
static void |
generateFromTemplate(String template,
Map<String,Object> options,
String outputFileName) |
static void |
main(String[] args) |
public void generate(PrintWriter out) throws IOException
out
- IOException
public static void generateFromTemplate(String template, Map<String,Object> options, String outputFileName) throws IOException
IOException
Copyright © 1996–2023 javacc.org. All rights reserved.