Package com.opengamma.strata.report
Interface ReportTemplate
-
- All Known Implementing Classes:
CashFlowReportTemplate,TradeReportTemplate
public interface ReportTemplateMarker interface for report templates.
-
-
Method Summary
Static Methods Modifier and Type Method Description static ReportTemplateload(IniFile iniFile)Loads a report template from an ini file.
-
-
-
Method Detail
-
load
static ReportTemplate load(IniFile iniFile)
Loads a report template from an ini file.- Parameters:
iniFile- the ini file containing the definition of a report template- Returns:
- the template defined in the ini file
- Throws:
RuntimeException- if the ini file cannot be parsed
-
-