|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ModelloException in org.codehaus.modello |
---|
Methods in org.codehaus.modello that throw ModelloException | |
---|---|
void |
Modello.generate(java.io.Reader modelReader,
java.lang.String outputType,
java.util.Properties parameters)
|
void |
Modello.translate(java.io.Reader reader,
java.io.Writer writer,
java.lang.String outputType,
java.util.Properties parameters)
|
Constructors in org.codehaus.modello that throw ModelloException | |
---|---|
Modello()
|
Uses of ModelloException in org.codehaus.modello.core |
---|
Methods in org.codehaus.modello.core that throw ModelloException | |
---|---|
void |
ModelloCore.generate(Model model,
java.lang.String outputType,
java.util.Properties parameters)
|
void |
DefaultModelloCore.generate(Model model,
java.lang.String outputType,
java.util.Properties parameters)
|
Model |
AbstractModelloCore.input(java.io.Reader reader)
|
Model |
ModelloCore.loadModel(java.io.Reader reader)
|
Model |
DefaultModelloCore.loadModel(java.io.Reader reader)
|
void |
AbstractModelloCore.output(Model model,
java.io.Writer writer)
|
void |
ModelloCore.saveModel(Model model,
java.io.Writer writer)
|
void |
DefaultModelloCore.saveModel(Model model,
java.io.Writer writer)
|
Model |
ModelloCore.translate(java.io.Reader reader,
java.lang.String inputType,
java.util.Properties parameters)
|
Model |
DefaultModelloCore.translate(java.io.Reader reader,
java.lang.String inputType,
java.util.Properties parameters)
|
Uses of ModelloException in org.codehaus.modello.core.io |
---|
Methods in org.codehaus.modello.core.io that throw ModelloException | |
---|---|
Model |
ModelReader.loadModel(java.io.Reader reader)
|
Uses of ModelloException in org.codehaus.modello.metadata |
---|
Methods in org.codehaus.modello.metadata that throw ModelloException | |
---|---|
java.util.Map |
AbstractMetadataPlugin.getAssociationMap(ModelAssociation association,
AssociationMetadata metadata)
|
java.util.Map |
MetadataPlugin.getAssociationMap(ModelAssociation association,
AssociationMetadata metadata)
|
AssociationMetadata |
MetadataPlugin.getAssociationMetadata(ModelAssociation association,
java.util.Map data)
|
java.util.Map |
AbstractMetadataPlugin.getClassMap(ModelClass clazz,
ClassMetadata metadata)
|
java.util.Map |
MetadataPlugin.getClassMap(ModelClass clazz,
ClassMetadata metadata)
|
ClassMetadata |
MetadataPlugin.getClassMetadata(ModelClass clazz,
java.util.Map data)
|
java.util.Map |
AbstractMetadataPlugin.getFieldMap(ModelField field,
FieldMetadata metadata)
|
java.util.Map |
MetadataPlugin.getFieldMap(ModelField field,
FieldMetadata metadata)
|
FieldMetadata |
MetadataPlugin.getFieldMetadata(ModelField field,
java.util.Map data)
|
java.util.Map |
AbstractMetadataPlugin.getModelMap(Model model,
ModelMetadata metadata)
|
java.util.Map |
MetadataPlugin.getModelMap(Model model,
ModelMetadata metadata)
|
ModelMetadata |
MetadataPlugin.getModelMetadata(Model model,
java.util.Map data)
|
Uses of ModelloException in org.codehaus.modello.plugin |
---|
Methods in org.codehaus.modello.plugin that throw ModelloException | |
---|---|
protected void |
AbstractModelloGenerator.addModelImports(JClass jClass,
BaseElement baseElem)
|
void |
ModelloGenerator.generate(Model model,
java.util.Properties parameters)
|
protected void |
AbstractModelloGenerator.initialize(Model model,
java.util.Properties parameters)
|
Uses of ModelloException in org.codehaus.modello.plugin.java |
---|
Methods in org.codehaus.modello.plugin.java that throw ModelloException | |
---|---|
void |
JavaModelloGenerator.generate(Model model,
java.util.Properties parameters)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |