Package | Description |
---|---|
org.jfree.xml.generator |
XML generatorBeanInfoBeanInfoBeanInfo.
|
Modifier and Type | Field and Description |
---|---|
private DescriptionModel |
ModelWriter.model
A model containing class descriptions.
|
private DescriptionModel |
DefaultModelReader.model
A model containing classes and the corresponding class descriptions.
|
Modifier and Type | Method and Description |
---|---|
DescriptionModel |
ModelBuilder.buildModel(SourceCollector c,
DescriptionModel model)
Builds a model from the classes provided by the
SourceCollector . |
static DescriptionModel |
DescriptionGenerator.generate(java.lang.String source,
java.util.Properties configuration,
DescriptionModel model)
Generates a
DescriptionModel from the specified source. |
DescriptionModel |
ModelWriter.getModel()
Returns the model.
|
DescriptionModel |
DefaultModelReader.load(java.lang.String file)
Loads a description model.
|
Modifier and Type | Method and Description |
---|---|
DescriptionModel |
ModelBuilder.buildModel(SourceCollector c,
DescriptionModel model)
Builds a model from the classes provided by the
SourceCollector . |
private java.lang.Class[] |
ModelBuilder.fillModel(java.lang.Class[] classes,
DescriptionModel model)
Updates the model to contain the given classes.
|
private void |
ModelBuilder.fillSuperClasses(DescriptionModel model)
Fills the super class for all object descriptions of the model.
|
private java.lang.Class[] |
ModelBuilder.findElementTypes(DescriptionModel model) |
static DescriptionModel |
DescriptionGenerator.generate(java.lang.String source,
java.util.Properties configuration,
DescriptionModel model)
Generates a
DescriptionModel from the specified source. |
void |
ModelWriter.setModel(DescriptionModel model)
Sets the model to be written.
|
static void |
DescriptionGenerator.writeMultiFile(java.lang.String target,
DescriptionModel model)
Writes the class description model to multiple files.
|
static void |
DescriptionGenerator.writeSingleFile(java.lang.String target,
DescriptionModel model)
Writes the class description model to a single file.
|