org.pentaho.di.core.database
Class DataSourceProviderFactory

java.lang.Object
  extended by org.pentaho.di.core.database.DataSourceProviderFactory

public class DataSourceProviderFactory
extends Object

This class provides the extension point for tools to override the default DataSourceProviderInterface implementation. To override the default implementation, simply call the setter with your own implementation.

Author:
mbatchel Jan 9, 2009

Method Summary
static DataSourceProviderInterface getDataSourceProviderInterface()
           
static void setDataSourceProviderInterface(DataSourceProviderInterface value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setDataSourceProviderInterface

public static void setDataSourceProviderInterface(DataSourceProviderInterface value)

getDataSourceProviderInterface

public static DataSourceProviderInterface getDataSourceProviderInterface()