Uses of Class
com.opengamma.strata.collect.io.PropertySet
-
Packages that use PropertySet Package Description com.opengamma.strata.collect.io Provides utilities for the management of input and output. -
-
Uses of PropertySet in com.opengamma.strata.collect.io
Methods in com.opengamma.strata.collect.io that return PropertySet Modifier and Type Method 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(Multimap<String,String> keyValues)
Obtains an instance from a map allowing for multiple values for each key.static PropertySet
PropertySet. of(Map<String,String> keyValues)
Obtains an instance from a map.PropertySet
PropertySet. overrideWith(PropertySet other)
Overrides this property set with another.PropertySet
IniFile. section(String name)
Gets a single section of this INI file.Methods in com.opengamma.strata.collect.io that return types with arguments of type PropertySet Modifier and Type Method 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.Methods in com.opengamma.strata.collect.io with parameters of type PropertySet Modifier and Type Method 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.Method parameters in com.opengamma.strata.collect.io with type arguments of type PropertySet Modifier and Type Method Description static IniFile
IniFile. of(Map<String,PropertySet> sectionMap)
Obtains an instance, specifying the map of section to properties.
-