com.ibm.di.report
Class ReportFactory

java.lang.Object
  extended by com.ibm.di.report.ReportFactory

public class ReportFactory
extends java.lang.Object


Field Summary
static java.lang.String REPORT_CLASS
           
static java.lang.String REPORT_CONFIG
           
static java.lang.String TDI_INSTALL_PATH
           
static java.lang.String TDI_LOCALE
           
 
Method Summary
 IReport createReport(java.lang.String configFile)
           
static ReportFactory newInstance(java.util.Map<java.lang.String,java.lang.String> properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REPORT_CLASS

public static final java.lang.String REPORT_CLASS
See Also:
Constant Field Values

REPORT_CONFIG

public static final java.lang.String REPORT_CONFIG
See Also:
Constant Field Values

TDI_INSTALL_PATH

public static final java.lang.String TDI_INSTALL_PATH
See Also:
Constant Field Values

TDI_LOCALE

public static final java.lang.String TDI_LOCALE
See Also:
Constant Field Values
Method Detail

newInstance

public static ReportFactory newInstance(java.util.Map<java.lang.String,java.lang.String> properties)
Parameters:
properties -
Returns:

createReport

public IReport createReport(java.lang.String configFile)
                     throws ReportException
Parameters:
configFile -
Returns:
Throws:
ReportException