it.eng.spagobi.geo.datamart
Class DatamartProviderFactory

java.lang.Object
  extended by it.eng.spagobi.geo.datamart.DatamartProviderFactory

public class DatamartProviderFactory
extends java.lang.Object

Builds and returns class instances of the DatamartProviderIFace interface


Constructor Summary
DatamartProviderFactory()
           
 
Method Summary
static DatamartProviderIFace getDatamartProvider(java.lang.String className)
          Builds and returns class instances of the DatamartProviderIFace interface
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DatamartProviderFactory

public DatamartProviderFactory()
Method Detail

getDatamartProvider

public static DatamartProviderIFace getDatamartProvider(java.lang.String className)
                                                 throws java.lang.Exception
Builds and returns class instances of the DatamartProviderIFace interface

Parameters:
className - The class name
Returns:
an instance of the class which must implement the DatamartProviderIFace interface
Throws:
java.lang.Exception - if the class doesn't exist or it doens't implement the interface