Uses of Class
org.ops4j.util.collections.PropertiesWriter

Packages that use PropertiesWriter
org.ops4j.util.collections   
 

Uses of PropertiesWriter in org.ops4j.util.collections
 

Methods in org.ops4j.util.collections that return PropertiesWriter
 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-2013 OPS4J - Open Participation Software for Java. All Rights Reserved.