|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of ModelGenerationException in redora.generator |
|---|
| Methods in redora.generator that throw ModelGenerationException | |
|---|---|
void |
Normalizer.addScope()
Add listScope, tableScope, formScope and lazyScope nodes to the model. listScope In this node all the attributes that have set list='true' are added. |
List<Template> |
GeneratorTemplate.byInput(Template.Input input)
|
static Set<String> |
XMLUtil.definedLanguages(Document doc)
Retrieves the distinct values of all 'language' attributes in given document. |
void |
ModelProcessor.dumpAllModelsToLocalFile()
|
void |
ModelProcessor.dumpModelToLocalFile()
|
static Map<String,Document> |
XMLUtil.enumerations(Document allModels,
String basePackage)
Retrieves all enum from model doc. |
void |
ModelProcessor.generate()
Generate sources for project |
void |
Internationalizer.internationalize(Document doc,
String modelName)
|
static Document |
XMLUtil.newDocument(String basePackage,
String root)
Create the model XML document and adds the root element and optional a package element. |
void |
Normalizer.normalize(Document doc,
String modelName,
Set<String> sortedModels,
int sequence)
Enhances the model XML document with name, package and sequence tags and then invokes. |
boolean |
ModelProcessor.schemaValidation(String schema,
File testFile)
Validate the xml file according to schema file MODEL_SCHEMA |
| Constructors in redora.generator that throw ModelGenerationException | |
|---|---|
FileLocations(String buildDir,
String artifactId)
src/main/resources/templates/ |
|
GeneratorTemplate(String templateDir)
|
|
ModelProcessor(FileLocations where,
String basePackage,
String artifactId,
String defaultLanguage)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||