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(java.lang.String comment)
          Appends a comment to be written.
 PropertiesWriter PropertiesWriter.append(java.lang.String key, java.lang.String value)
          Appends a property to be written.
 PropertiesWriter PropertiesWriter.appendRaw(java.lang.String value)
          Appends a raw value = will be exactely as recived.
 



Copyright © 2006-2009 OPS4J - Open Participation Software for Java. All Rights Reserved.