Index
All Classes and Interfaces|All Packages|Constant Field Values
S
- save() - Method in interface org.tquadrat.foundation.inifile.INIFile
-
Saves the contents of the INI file to the file that was provided to
INIFile.create(Path)
orINIFile.open(Path)
. - save() - Method in class org.tquadrat.foundation.inifile.internal.INIFileImpl
-
Saves the contents of the INI file to the file that was provided to
INIFileImpl.create(Path)
orINIFileImpl.open(Path)
. - setClock(Clock) - Method in class org.tquadrat.foundation.inifile.internal.INIFileImpl
-
Sets the clock that is used to determine the last update.
- setComment(String) - Method in interface org.tquadrat.foundation.inifile.INIFile
-
Sets the given comment to the INI file.
- setComment(String) - Method in class org.tquadrat.foundation.inifile.internal.Group
-
Sets a comment to the group.
- setComment(String) - Method in class org.tquadrat.foundation.inifile.internal.INIFileImpl
-
Sets the given comment to the INI file.
- setComment(String) - Method in class org.tquadrat.foundation.inifile.internal.Value
-
Sets a comment to the group.
- setComment(String, String) - Method in interface org.tquadrat.foundation.inifile.INIFile
-
Sets the given comment to the given group.
- setComment(String, String) - Method in class org.tquadrat.foundation.inifile.internal.Group
-
Sets a comment to the value with the given key.
- setComment(String, String) - Method in class org.tquadrat.foundation.inifile.internal.INIFileImpl
-
Sets the given comment to the given group.
- setComment(String, String, String) - Method in interface org.tquadrat.foundation.inifile.INIFile
-
Sets the given comment to the value that is identified by the given group and key.
- setComment(String, String, String) - Method in class org.tquadrat.foundation.inifile.internal.INIFileImpl
-
Sets the given comment to the value that is identified by the given group and key.
- setValue(String) - Method in class org.tquadrat.foundation.inifile.internal.Value
-
Sets a new value.
- setValue(String, String) - Method in class org.tquadrat.foundation.inifile.internal.Group
-
Sets the given value for the given key.
- setValue(String, String, String) - Method in interface org.tquadrat.foundation.inifile.INIFile
-
Stores the given value with the given key to the given group.
- setValue(String, String, String) - Method in class org.tquadrat.foundation.inifile.internal.INIFileImpl
-
Stores the given value with the given key to the given group.
- setValue(String, String, S, StringConverter<S>) - Method in interface org.tquadrat.foundation.inifile.INIFile
-
Stores the given value with the given key to the given group.
- splitComment(CharSequence) - Static method in class org.tquadrat.foundation.inifile.internal.INIFileImpl
-
Splits a comment to the proper line length.
All Classes and Interfaces|All Packages|Constant Field Values