com.jrefinery.report.io.ext.factory.datasource
Class DefaultDataSourceFactory

java.lang.Object
  |
  +--org.jfree.xml.factory.objects.ClassFactoryImpl
        |
        +--com.jrefinery.report.io.ext.factory.datasource.AbstractDataSourceFactory
              |
              +--com.jrefinery.report.io.ext.factory.datasource.DefaultDataSourceFactory
All Implemented Interfaces:
org.jfree.xml.factory.objects.ClassFactory, DataSourceFactory

public class DefaultDataSourceFactory
extends AbstractDataSourceFactory

A default implementation of the DataSourceFactory interface.

Author:
Thomas Morgner

Constructor Summary
DefaultDataSourceFactory()
          Creates a new factory.
 
Methods inherited from class com.jrefinery.report.io.ext.factory.datasource.AbstractDataSourceFactory
getDataSourceDescription, getDataSourceName, getRegisteredNames, registerDataSources
 
Methods inherited from class org.jfree.xml.factory.objects.ClassFactoryImpl
configure, getComparator, getConfig, getDescriptionForClass, getRegisteredClasses, getSuperClassObjectDescription, registerClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jfree.xml.factory.objects.ClassFactory
configure, getDescriptionForClass, getRegisteredClasses, getSuperClassObjectDescription
 

Constructor Detail

DefaultDataSourceFactory

public DefaultDataSourceFactory()
Creates a new factory.