|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ModelloException in org.codehaus.modello |
---|
Methods in org.codehaus.modello that throw ModelloException | |
---|---|
void |
Modello.generate(Reader modelReader,
String outputType,
Properties parameters)
|
void |
Modello.translate(Reader reader,
Writer writer,
String outputType,
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 |
DefaultModelloCore.generate(Model model,
String outputType,
Properties parameters)
|
void |
ModelloCore.generate(Model model,
String outputType,
Properties parameters)
|
Model |
AbstractModelloCore.input(Reader reader)
|
Model |
DefaultModelloCore.loadModel(File file)
|
Model |
ModelloCore.loadModel(File file)
|
Model |
DefaultModelloCore.loadModel(Reader reader)
|
Model |
ModelloCore.loadModel(Reader reader)
|
void |
AbstractModelloCore.output(Model model,
Writer writer)
|
void |
DefaultModelloCore.saveModel(Model model,
Writer writer)
|
void |
ModelloCore.saveModel(Model model,
Writer writer)
|
Model |
DefaultModelloCore.translate(Reader reader,
String inputType,
Properties parameters)
|
Model |
ModelloCore.translate(Reader reader,
String inputType,
Properties parameters)
|
Uses of ModelloException in org.codehaus.modello.core.io |
---|
Methods in org.codehaus.modello.core.io that throw ModelloException | |
---|---|
Model |
ModelReader.loadModel(Reader reader)
|
Uses of ModelloException in org.codehaus.modello.metadata |
---|
Methods in org.codehaus.modello.metadata that throw ModelloException | |
---|---|
AssociationMetadata |
MetadataPlugin.getAssociationMetadata(ModelAssociation association,
Map<String,String> data)
|
ClassMetadata |
MetadataPlugin.getClassMetadata(ModelClass clazz,
Map<String,String> data)
|
FieldMetadata |
MetadataPlugin.getFieldMetadata(ModelField field,
Map<String,String> data)
|
InterfaceMetadata |
MetadataPlugin.getInterfaceMetadata(ModelInterface iface,
Map<String,String> data)
|
ModelMetadata |
MetadataPlugin.getModelMetadata(Model model,
Map<String,String> data)
|
Uses of ModelloException in org.codehaus.modello.plugin |
---|
Methods in org.codehaus.modello.plugin that throw ModelloException | |
---|---|
void |
ModelloGenerator.generate(Model model,
Properties parameters)
|
protected void |
AbstractModelloGenerator.initialize(Model model,
Properties parameters)
|
Uses of ModelloException in org.codehaus.modello.plugin.converters |
---|
Methods in org.codehaus.modello.plugin.converters that throw ModelloException | |
---|---|
void |
ConverterGenerator.generate(Model model,
Properties parameters)
|
Uses of ModelloException in org.codehaus.modello.plugin.dom4j |
---|
Methods in org.codehaus.modello.plugin.dom4j that throw ModelloException | |
---|---|
void |
Dom4jReaderGenerator.generate(Model model,
Properties parameters)
|
void |
Dom4jWriterGenerator.generate(Model model,
Properties parameters)
|
Uses of ModelloException in org.codehaus.modello.plugin.java |
---|
Methods in org.codehaus.modello.plugin.java that throw ModelloException | |
---|---|
protected void |
AbstractJavaModelloGenerator.addModelImports(JClass jClass,
BaseElement baseElem)
|
void |
JavaModelloGenerator.generate(Model model,
Properties parameters)
|
protected String |
AbstractJavaModelloGenerator.getJavaDefaultValue(ModelField modelField)
|
protected String |
AbstractJavaModelloGenerator.getValueChecker(String type,
String value,
ModelField field)
|
protected void |
AbstractJavaModelloGenerator.initialize(Model model,
Properties parameters)
|
Uses of ModelloException in org.codehaus.modello.plugin.jdom |
---|
Methods in org.codehaus.modello.plugin.jdom that throw ModelloException | |
---|---|
void |
JDOMWriterGenerator.generate(Model model,
Properties parameters)
|
Uses of ModelloException in org.codehaus.modello.plugin.stax |
---|
Methods in org.codehaus.modello.plugin.stax that throw ModelloException | |
---|---|
void |
StaxWriterGenerator.generate(Model model,
Properties parameters)
|
void |
StaxReaderGenerator.generate(Model model,
Properties parameters)
|
void |
StaxSerializerGenerator.generate(Model model,
Properties parameters)
|
protected ModelField |
AbstractStaxGenerator.getReferenceIdentifierField(ModelAssociation association)
|
protected void |
AbstractStaxGenerator.initialize(Model model,
Properties parameters)
|
Uses of ModelloException in org.codehaus.modello.plugin.xdoc |
---|
Methods in org.codehaus.modello.plugin.xdoc that throw ModelloException | |
---|---|
void |
XdocGenerator.generate(Model model,
Properties parameters)
|
Uses of ModelloException in org.codehaus.modello.plugin.xdoc.metadata |
---|
Methods in org.codehaus.modello.plugin.xdoc.metadata that throw ModelloException | |
---|---|
AssociationMetadata |
XdocMetadataPlugin.getAssociationMetadata(ModelAssociation association,
Map<String,String> data)
|
FieldMetadata |
XdocMetadataPlugin.getFieldMetadata(ModelField field,
Map<String,String> data)
|
ModelMetadata |
XdocMetadataPlugin.getModelMetadata(Model model,
Map<String,String> data)
|
Uses of ModelloException in org.codehaus.modello.plugin.xpp3 |
---|
Methods in org.codehaus.modello.plugin.xpp3 that throw ModelloException | |
---|---|
void |
Xpp3ReaderGenerator.generate(Model model,
Properties parameters)
|
void |
Xpp3WriterGenerator.generate(Model model,
Properties parameters)
|
Uses of ModelloException in org.codehaus.modello.plugin.xsd |
---|
Methods in org.codehaus.modello.plugin.xsd that throw ModelloException | |
---|---|
void |
XsdGenerator.generate(Model model,
Properties parameters)
|
static String |
XsdModelHelper.getNamespace(Model model,
Version version)
|
static String |
XsdModelHelper.getTargetNamespace(Model model,
Version version)
|
Uses of ModelloException in org.codehaus.modello.plugin.xsd.metadata |
---|
Methods in org.codehaus.modello.plugin.xsd.metadata that throw ModelloException | |
---|---|
AssociationMetadata |
XsdMetadataPlugin.getAssociationMetadata(ModelAssociation association,
Map<String,String> data)
|
ClassMetadata |
XsdMetadataPlugin.getClassMetadata(ModelClass clazz,
Map<String,String> data)
|
FieldMetadata |
XsdMetadataPlugin.getFieldMetadata(ModelField field,
Map<String,String> data)
|
InterfaceMetadata |
XsdMetadataPlugin.getInterfaceMetadata(ModelInterface iface,
Map<String,String> data)
|
ModelMetadata |
XsdMetadataPlugin.getModelMetadata(Model model,
Map<String,String> data)
|
Uses of ModelloException in org.codehaus.modello.plugins.xml |
---|
Methods in org.codehaus.modello.plugins.xml that throw ModelloException | |
---|---|
protected void |
AbstractXmlJavaGenerator.initialize(Model model,
Properties parameters)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |