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.PropertiesWriterPropertiesConfiguration.DefaultIOFactory. createPropertiesWriter(java.io.Writer out, ListDelimiterHandler handler)PropertiesConfiguration.PropertiesWriterPropertiesConfiguration.IOFactory. createPropertiesWriter(java.io.Writer out, ListDelimiterHandler handler)Creates aPropertiesWriterfor writing a properties file.
-