public interface ClassGenerator
Implementation note: subclass must have at least one constructor accept GeneratorConfig
as parameter. The framework injects configuration via this constructor.
| Modifier and Type | Method and Description |
|---|---|
void |
build() |
void |
generate(File baseDir,
org.apache.tools.ant.DirectoryScanner ds) |
void |
generate(File baseDir,
org.apache.tools.ant.DirectoryScanner ds,
FileFilter filter) |
void |
generate(File propertyFile,
String relPath) |
void generate(File baseDir, org.apache.tools.ant.DirectoryScanner ds, FileFilter filter) throws IOException
IOExceptionvoid generate(File baseDir, org.apache.tools.ant.DirectoryScanner ds) throws IOException
IOExceptionvoid generate(File propertyFile, String relPath) throws IOException
IOExceptionvoid build()
throws IOException
IOExceptionCopyright © 2016. All rights reserved.