| Package | Description |
|---|---|
| org.ops4j.util.collections |
| Modifier and Type | Method and Description |
|---|---|
PropertiesWriter |
PropertiesWriter.append()
Appends an empty line
|
PropertiesWriter |
PropertiesWriter.append(String comment)
Appends a comment to be written.
|
PropertiesWriter |
PropertiesWriter.append(String key,
String value)
Appends a property to be written.
|
PropertiesWriter |
PropertiesWriter.appendRaw(String value)
Appends a raw value = will be exactely as recived.
|
Copyright © 2006-2012 OPS4J - Open Participation Software for Java. All Rights Reserved.