Uses of Class
org.apache.commons.configuration2.PropertiesConfiguration.PropertiesWriter
-
Packages that use PropertiesConfiguration.PropertiesWriter Package Description org.apache.commons.configuration2 The Configuration main package. -
-
Uses of PropertiesConfiguration.PropertiesWriter in org.apache.commons.configuration2
Methods in org.apache.commons.configuration2 that return PropertiesConfiguration.PropertiesWriter Modifier and Type Method Description PropertiesConfiguration.PropertiesWriter
PropertiesConfiguration.DefaultIOFactory. createPropertiesWriter(java.io.Writer out, ListDelimiterHandler handler)
PropertiesConfiguration.PropertiesWriter
PropertiesConfiguration.IOFactory. createPropertiesWriter(java.io.Writer out, ListDelimiterHandler handler)
Creates aPropertiesWriter
for writing a properties file.
-