Uses of Class
org.apache.commons.configuration2.PropertiesConfiguration.PropertiesReader
-
Packages that use PropertiesConfiguration.PropertiesReader Package Description org.apache.commons.configuration2 The Configuration main package. -
-
Uses of PropertiesConfiguration.PropertiesReader in org.apache.commons.configuration2
Subclasses of PropertiesConfiguration.PropertiesReader in org.apache.commons.configuration2 Modifier and Type Class Description static class
PropertiesConfiguration.JupPropertiesReader
APropertiesConfiguration.PropertiesReader
that tries to mimic the behavior ofProperties
.Methods in org.apache.commons.configuration2 that return PropertiesConfiguration.PropertiesReader Modifier and Type Method Description PropertiesConfiguration.PropertiesReader
PropertiesConfiguration.DefaultIOFactory. createPropertiesReader(Reader in)
PropertiesConfiguration.PropertiesReader
PropertiesConfiguration.IOFactory. createPropertiesReader(Reader in)
Creates aPropertiesReader
for reading a properties file.PropertiesConfiguration.PropertiesReader
PropertiesConfiguration.JupIOFactory. createPropertiesReader(Reader in)
-