- PropertiesUtils - Class in org.ops4j.util.collections
-
Utility class supporting operations related to property retrival.
- PropertiesWriter - Class in org.ops4j.util.collections
-
Helper for writing properties files.
- PropertiesWriter(OutputStream) - Constructor for class org.ops4j.util.collections.PropertiesWriter
-
Creates a new property writer with default sperator (,).
- PropertiesWriter(OutputStream, String) - Constructor for class org.ops4j.util.collections.PropertiesWriter
-
Creates a new property writer with a custom separator.
- PropertyResolver - Class in org.ops4j.util.collections
-
Utility class that handles substitution of property names in the string
for ${value} relative to a supplied set of properties.