public interface ClassGenerator
Implementation note: subclass must have at least one constructor accept GeneratorConfig
as parameter. The framework injects configuration via this constructor.
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.