org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.datasource
Class DefaultDataSourceFactory

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.base.ClassFactoryImpl
      extended by org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.datasource.AbstractDataSourceFactory
          extended by org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.datasource.DefaultDataSourceFactory
All Implemented Interfaces:
Serializable, ClassFactory, DataSourceFactory

public class DefaultDataSourceFactory
extends AbstractDataSourceFactory

A default implementation of the DataSourceFactory interface.

Author:
Thomas Morgner
See Also:
Serialized Form

Constructor Summary
DefaultDataSourceFactory()
          Creates a new factory.
 
Method Summary
 
Methods inherited from class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.datasource.AbstractDataSourceFactory
getDataSourceDescription, getDataSourceName, getRegisteredNames, registerDataSources
 
Methods inherited from class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.base.ClassFactoryImpl
configure, equals, getComparator, getConfig, getDescriptionForClass, getRegisteredClasses, getSuperClassObjectDescription, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.base.ClassFactory
configure, equals, getDescriptionForClass, getRegisteredClasses, getSuperClassObjectDescription, hashCode
 

Constructor Detail

DefaultDataSourceFactory

public DefaultDataSourceFactory()
Creates a new factory.