Package cz.cvut.kbss.jopa.modelgen
Class OutputFilesGenerator
java.lang.Object
cz.cvut.kbss.jopa.modelgen.OutputFilesGenerator
Class for generating output files
-
Constructor Summary
ConstructorsConstructorDescriptionOutputFilesGenerator(String targetDir, boolean debugMode, Messager messager) -
Method Summary
Modifier and TypeMethodDescriptionvoidgenerateOutputFiles(Collection<MetamodelClass> classes) Generates files containing Java classes representing the specified static metamodel objects.
-
Constructor Details
-
OutputFilesGenerator
-
-
Method Details
-
generateOutputFiles
Generates files containing Java classes representing the specified static metamodel objects.- Parameters:
classes- Metamodel objects
-
generateClassPreamble
-