| Package | Description |
|---|---|
| com.opengamma.strata.collect.io |
Provides utilities for the management of input and output.
|
| Modifier and Type | Method and Description |
|---|---|
PropertySet |
PropertySet.combinedWith(PropertySet other)
Combines this property set with another.
|
static PropertySet |
PropertySet.empty()
Obtains an empty property set.
|
PropertySet |
PropertiesFile.getProperties()
Gets all the key-value properties of this file.
|
static PropertySet |
PropertySet.of(Map<String,String> keyValues)
Obtains an instance from a map.
|
static PropertySet |
PropertySet.of(Multimap<String,String> keyValues)
Obtains an instance from a map allowing for multiple values for each key.
|
PropertySet |
PropertySet.overrideWith(PropertySet other)
Overrides this property set with another.
|
PropertySet |
IniFile.section(String name)
Gets a single section of this INI file.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableMap<String,PropertySet> |
IniFile.asMap()
Returns the INI file as a map.
|
Optional<PropertySet> |
IniFile.findSection(String name)
Finds a single section in this INI file.
|
| Modifier and Type | Method and Description |
|---|---|
PropertySet |
PropertySet.combinedWith(PropertySet other)
Combines this property set with another.
|
static PropertiesFile |
PropertiesFile.of(PropertySet keyValueMap)
Obtains an instance from a key-value property set.
|
PropertySet |
PropertySet.overrideWith(PropertySet other)
Overrides this property set with another.
|
void |
IniFileOutput.writeSection(String sectionName,
PropertySet section)
Writes an individual section of an INI file to the underlying.
|
| Modifier and Type | Method and Description |
|---|---|
static IniFile |
IniFile.of(Map<String,PropertySet> sectionMap)
Obtains an instance, specifying the map of section to properties.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.