Uses of Class
org.apache.commons.configuration.PropertiesConfiguration.PropertiesReader
-
Packages that use PropertiesConfiguration.PropertiesReader Package Description org.apache.commons.configuration -
-
Uses of PropertiesConfiguration.PropertiesReader in org.apache.commons.configuration
Methods in org.apache.commons.configuration that return PropertiesConfiguration.PropertiesReader Modifier and Type Method Description PropertiesConfiguration.PropertiesReader
PropertiesConfiguration.DefaultIOFactory. createPropertiesReader(java.io.Reader in, char delimiter)
PropertiesConfiguration.PropertiesReader
PropertiesConfiguration.IOFactory. createPropertiesReader(java.io.Reader in, char delimiter)
Creates aPropertiesReader
for reading a properties file.
-