Uses of Class
com.opengamma.strata.collect.io.IniFile
-
Packages that use IniFile Package Description com.opengamma.strata.collect.io Provides utilities for the management of input and output.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 IniFile in com.opengamma.strata.collect.io
Methods in com.opengamma.strata.collect.io that return IniFile Modifier and Type Method Description static IniFileResourceConfig. combinedIniFile(String resourceName)Returns a combined INI file formed by merging INI files with the specified name.static IniFileResourceConfig. combinedIniFile(List<ResourceLocator> resources)Returns a combined INI file formed by merging the specified INI files.IniFileIniFile. combinedWith(IniFile other)Combines this file with another.static IniFileIniFile. of(CharSource source)Parses the specified source as an INI file.static IniFileIniFile. of(Map<String,PropertySet> sectionMap)Obtains an instance, specifying the map of section to properties.Methods in com.opengamma.strata.collect.io with parameters of type IniFile Modifier and Type Method Description IniFileIniFile. combinedWith(IniFile other)Combines this file with another.voidIniFileOutput. writeIniFile(IniFile file)Writes the provided file to the underlying. -
Uses of IniFile in com.opengamma.strata.report
Methods in com.opengamma.strata.report with parameters of type IniFile Modifier and Type Method Description static ReportTemplateReportTemplate. load(IniFile iniFile)Loads a report template from an ini file.TReportTemplateIniLoader. load(IniFile iniFile)Loads the report template. -
Uses of IniFile in com.opengamma.strata.report.cashflow
Methods in com.opengamma.strata.report.cashflow with parameters of type IniFile Modifier and Type Method Description static CashFlowReportTemplateCashFlowReportTemplate. load(IniFile ini)Creates a trade report template by reading a template definition in an ini file.CashFlowReportTemplateCashFlowReportTemplateIniLoader. load(IniFile iniFile) -
Uses of IniFile in com.opengamma.strata.report.trade
Methods in com.opengamma.strata.report.trade with parameters of type IniFile Modifier and Type Method Description static TradeReportTemplateTradeReportTemplate. load(IniFile ini)Creates a trade report template by reading a template definition in an ini file.TradeReportTemplateTradeReportTemplateIniLoader. load(IniFile iniFile)
-