T - The type for this generator.public interface SourceGenerator<T>
| Modifier and Type | Method and Description |
|---|---|
Map<T,VFile> |
findData()
Finds a Map with the available data that needs to be generated by this
object.
|
void |
generateSources(T data,
VFile file)
Generates the sources for the given data and the given file.
|
Map<T,VFile> findData()
void generateSources(T data, VFile file) throws IOException
data - The data for the code generation.file - The file that the data was read from.IOException - If any io exception occurs.Copyright © 2015–2019 Bridje Framework. All rights reserved.