Uses of Class
com.opengamma.strata.collect.io.PropertiesFile
-
Packages that use PropertiesFile Package Description com.opengamma.strata.collect.io Provides utilities for the management of input and output. -
-
Uses of PropertiesFile in com.opengamma.strata.collect.io
Methods in com.opengamma.strata.collect.io that return PropertiesFile Modifier and Type Method Description static PropertiesFile
PropertiesFile. of(CharSource source)
Parses the specified source as a properties file.static PropertiesFile
PropertiesFile. of(PropertySet keyValueMap)
Obtains an instance from a key-value property set.
-