public interface TemplateSuiteGenerator
Modifier and Type | Method and Description |
---|---|
void |
generate(File directory,
String packageName,
TemplateSuite suite,
Map<String,String> parameters)
Generates the code.
|
void generate(File directory, String packageName, TemplateSuite suite, Map<String,String> parameters)
directory
- The base directory where the code will be put.packageName
- The package name.suite
- The template suite.parameters
- Configuration parameters.Copyright © 2000–2024 Apache Software Foundation. All rights reserved.