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