org.jfree.report.modules.parser.ext.factory.datasource |
The {@link
org.jfree.report.modules.parser.ext.factory.datasource.DataSourceFactory} interface
and related classes.
The DataSourceFactory is used to describe and create @link org.jfree.report.filter.DataSource}
implementations. The DataSource description is provided as ObjectDescription; as all DataSources
have Getter and Setter methods defined to access their properties, generic BeanDescriptions are
used to descripe the data sources.
|
Java Source File Name | Type | Comment |
AbstractDataSourceFactory.java | Class | A base class for implementing the
DataSourceFactory interface. |
DataSourceCollector.java | Class | A
DataSourceFactory created from a number of other factories. |
DataSourceFactory.java | Interface | A data source factory. |
DefaultDataSourceFactory.java | Class | A default implementation of the
DataSourceFactory interface. |
URLFilterObjectDescription.java | Class | An ObjectDescription for the URLFilterClass. |