|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectijgen.generator.engine.parser.ModelDefinitionsLoader
ijgen.generator.engine.parser.java.JavaModelDefinitionsLoader
public class JavaModelDefinitionsLoader
Class responsible for scanning annotated java model files and loading meta information into corresponding object structure used by generator.
Constructor Summary | |
---|---|
JavaModelDefinitionsLoader(java.lang.String modelDefinitionsDirectory)
|
Method Summary | |
---|---|
protected java.util.List<ClassDefinition> |
doLoadClassDefinitions()
Abstract method that should be overridden by all the successors of this class. |
protected java.lang.String |
getModelDefinitionExtension()
Abstract method that should be overridden by all the successors of this class. |
Methods inherited from class ijgen.generator.engine.parser.ModelDefinitionsLoader |
---|
getClassDefinitions, getModelDefinitionsDirectory, getModelFiles, setModelDefinitionsDirectory |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JavaModelDefinitionsLoader(java.lang.String modelDefinitionsDirectory)
Method Detail |
---|
protected java.util.List<ClassDefinition> doLoadClassDefinitions()
doLoadClassDefinitions
in class ModelDefinitionsLoader
protected java.lang.String getModelDefinitionExtension()
getModelDefinitionExtension
in class ModelDefinitionsLoader
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |