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 IniFile
ResourceConfig. combinedIniFile(String resourceName)
Returns a combined INI file formed by merging INI files with the specified name.static IniFile
ResourceConfig. combinedIniFile(List<ResourceLocator> resources)
Returns a combined INI file formed by merging the specified INI files.IniFile
IniFile. combinedWith(IniFile other)
Combines this file with another.static IniFile
IniFile. of(CharSource source)
Parses the specified source as an INI file.static IniFile
IniFile. 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 IniFile
IniFile. combinedWith(IniFile other)
Combines this file with another.void
IniFileOutput. 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 ReportTemplate
ReportTemplate. load(IniFile iniFile)
Loads a report template from an ini file.T
ReportTemplateIniLoader. 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 CashFlowReportTemplate
CashFlowReportTemplate. load(IniFile ini)
Creates a trade report template by reading a template definition in an ini file.CashFlowReportTemplate
CashFlowReportTemplateIniLoader. 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 TradeReportTemplate
TradeReportTemplate. load(IniFile ini)
Creates a trade report template by reading a template definition in an ini file.TradeReportTemplate
TradeReportTemplateIniLoader. load(IniFile iniFile)
-