A B C E F G H I M N O R S T V W

S

setEndLineComment(String) - Method in interface org.dtools.ini.Commentable
Set the comment that comes after the object but on the same line.
setEndLineComment(String) - Method in class org.dtools.ini.IniItem
 
setEndLineComment(String) - Method in class org.dtools.ini.IniSection
 
setIncludeSpaces(boolean) - Method in class org.dtools.ini.IniFileWriter
This method sets whether a space character should be placed before and after the equals character in an item.
setItemLineSeparator(boolean) - Method in class org.dtools.ini.IniFileWriter
This method sets whether an empty line should be included before and after an item has occurred in the file.
setItemNameRegEx(Pattern) - Method in class org.dtools.ini.IniValidator
Sets the regular Expression pattern for a valid IniItem name.
setPostComment(String) - Method in interface org.dtools.ini.Commentable
Set the comment that comes after the object.
setPostComment(String) - Method in class org.dtools.ini.IniItem
 
setPostComment(String) - Method in class org.dtools.ini.IniSection
 
setPreComment(String) - Method in interface org.dtools.ini.Commentable
Set the comment that comes before the object.
setPreComment(String) - Method in class org.dtools.ini.IniItem
 
setPreComment(String) - Method in class org.dtools.ini.IniSection
 
setSectionLineSeparator(boolean) - Method in class org.dtools.ini.IniFileWriter
This method sets whether an empty line should be included before and after a section has occurred in the file.
setSectionNameRegEx(Pattern) - Method in class org.dtools.ini.IniValidator
Sets the regular Expression pattern for a valid IniSection's name.
setValue(boolean) - Method in class org.dtools.ini.IniItem
Set the value as a boolean value
setValue(char) - Method in class org.dtools.ini.IniItem
Set the value as a character value
setValue(double) - Method in class org.dtools.ini.IniItem
Set the value as a double value
setValue(long) - Method in class org.dtools.ini.IniItem
Set the value as a float value
setValue(Object) - Method in class org.dtools.ini.IniItem
This set the value to an Object when it has been converted to a String.
setValue(String) - Method in class org.dtools.ini.IniItem
Set the value as a String value

A B C E F G H I M N O R S T V W