org.apache.commons.configuration
Class PropertiesConfiguration.PropertiesWriter
java.lang.Object
java.io.Writer
java.io.FilterWriter
org.apache.commons.configuration.PropertiesConfiguration.PropertiesWriter
- Enclosing class:
- PropertiesConfiguration
- public static class PropertiesConfiguration.PropertiesWriter
- extends FilterWriter
This class is used to write properties lines.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertiesConfiguration.PropertiesWriter
public PropertiesConfiguration.PropertiesWriter(Writer writer)
throws IOException
- Constructor.
- Parameters:
writer - a Writer object providing the underlying stream
writeProperty
public void writeProperty(String key,
Object value)
throws IOException
- Write a property.
- Parameters:
key - value -
- Throws:
IOException
writeProperty
public void writeProperty(String key,
List values)
throws IOException
- Write a property.
- Parameters:
key - The key of the propertyvalues - The array of values of the property
- Throws:
IOException
writeComment
public void writeComment(String comment)
throws IOException
- Write a comment.
- Parameters:
comment -
- Throws:
IOException
Copyright © 2001-2004 The Apache Software Foundation. All Rights Reserved.