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 PropertySetPropertySet. combinedWith(PropertySet other)Combines this property set with another.static PropertySetPropertySet. empty()Obtains an empty property set.PropertySetPropertiesFile. getProperties()Gets all the key-value properties of this file.static PropertySetPropertySet. of(Multimap<String,String> keyValues)Obtains an instance from a map allowing for multiple values for each key.static PropertySetPropertySet. of(Map<String,String> keyValues)Obtains an instance from a map.PropertySetPropertySet. overrideWith(PropertySet other)Overrides this property set with another.PropertySetIniFile. 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 PropertySetPropertySet. combinedWith(PropertySet other)Combines this property set with another.static PropertiesFilePropertiesFile. of(PropertySet keyValueMap)Obtains an instance from a key-value property set.PropertySetPropertySet. overrideWith(PropertySet other)Overrides this property set with another.voidIniFileOutput. 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 IniFileIniFile. of(Map<String,PropertySet> sectionMap)Obtains an instance, specifying the map of section to properties.
-