Package com.ibm.di.report
Class ReportFactory
- java.lang.Object
-
- com.ibm.di.report.ReportFactory
-
public class ReportFactory extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringREPORT_CLASSstatic java.lang.StringREPORT_CONFIGstatic java.lang.StringTDI_INSTALL_PATHstatic java.lang.StringTDI_LOCALE
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description IReportcreateReport(java.lang.String configFile)static ReportFactorynewInstance(java.util.Map<java.lang.String,java.lang.String> properties)
-
-
-
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
-
-