| Package | Description |
|---|---|
| com.opengamma.strata.collect.io |
Provides utilities for the management of input and output.
|
| Modifier and Type | Method and Description |
|---|---|
static IniFile |
ResourceConfig.combinedIniFile(List<ResourceLocator> resources)
Returns a combined INI file formed by merging the specified INI files.
|
static IniFile |
ResourceConfig.combinedIniFile(String resourceName)
Returns a combined INI file formed by merging INI files with the specified name.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
IniFile |
IniFile.combinedWith(IniFile other)
Combines this file with another.
|
void |
IniFileOutput.writeIniFile(IniFile file)
Writes the provided file to the underlying.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.