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
Subclasses of PropertiesConfiguration.PropertiesWriter in org.apache.commons.configuration2 Modifier and Type Class Description static class
PropertiesConfiguration.JupPropertiesWriter
APropertiesConfiguration.PropertiesWriter
that tries to mimic the behavior ofProperties
.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.PropertiesConfiguration.PropertiesWriter
PropertiesConfiguration.JupIOFactory. createPropertiesWriter(java.io.Writer out, ListDelimiterHandler handler)
-