- setComment(String, String...) - Method in class org.codejive.properties.Properties
-
Adds the given comments to the item indicated by the given key.
- setComment(String, List<String>) - Method in class org.codejive.properties.Properties
-
Adds the list of comments to the item indicated by the given key.
- setProperty(String, String, String...) - Method in class org.codejive.properties.Properties
-
Associates the specified value with the specified key in this properties table.
- skip(int) - Method in class org.codejive.properties.Cursor
-
- store(Path, String...) - Method in class org.codejive.properties.Properties
-
Stores the contents of this object to the given file.
- store(OutputStream, String...) - Method in class org.codejive.properties.Properties
-
Stores the contents of this object to the given file.
- store(Writer, String...) - Method in class org.codejive.properties.Properties
-
Stores the contents of this object to the given file.
- storeToXML(OutputStream, String) - Method in class org.codejive.properties.Properties
-
Emits an XML document representing all the properties contained in this table.
- storeToXML(OutputStream, String, String) - Method in class org.codejive.properties.Properties
-
Emits an XML document representing all the properties contained in this table.
- stringPropertyNames() - Method in class org.codejive.properties.Properties
-
Returns an unmodifiable set of keys from this property list where the key and its
corresponding value are strings, including distinct keys in the default property list if a
key of the same name has not already been found from the main properties table.