Uses of Interface
com.opengamma.strata.report.ReportTemplate
-
Packages that use ReportTemplate Package Description com.opengamma.strata.report Reporting Frameworkcom.opengamma.strata.report.cashflow Types for reporting and formatting cashflows.com.opengamma.strata.report.trade Types for reporting and formatting trades. -
-
Uses of ReportTemplate in com.opengamma.strata.report
Classes in com.opengamma.strata.report with type parameters of type ReportTemplate Modifier and Type Interface Description interface
ReportRunner<T extends ReportTemplate>
Runs a report for a specific template type.interface
ReportTemplateIniLoader<T extends ReportTemplate>
Loads a report template from an ini-based file format.Methods in com.opengamma.strata.report that return ReportTemplate Modifier and Type Method Description static ReportTemplate
ReportTemplate. load(IniFile iniFile)
Loads a report template from an ini file. -
Uses of ReportTemplate in com.opengamma.strata.report.cashflow
Classes in com.opengamma.strata.report.cashflow that implement ReportTemplate Modifier and Type Class Description class
CashFlowReportTemplate
Marker for a cash flow report template. -
Uses of ReportTemplate in com.opengamma.strata.report.trade
Classes in com.opengamma.strata.report.trade that implement ReportTemplate Modifier and Type Class Description class
TradeReportTemplate
Describes the contents and layout of a trade report.
-