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
IOException
void generate(File baseDir, org.apache.tools.ant.DirectoryScanner ds) throws IOException
IOException
void generate(File propertyFile, String relPath) throws IOException
IOException
void build() throws IOException
IOException
Copyright © 2016. All rights reserved.