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

G

getEndLineComment() - Method in interface org.dtools.ini.Commentable
Returns the comment that comes after the object on the same line.
getEndLineComment() - Method in class org.dtools.ini.IniItem
 
getEndLineComment() - Method in class org.dtools.ini.IniSection
 
getItem(int) - Method in class org.dtools.ini.AdvancedIniSection
 
getItem(String) - Method in class org.dtools.ini.AdvancedIniSection
 
getItem(int) - Method in class org.dtools.ini.BasicIniSection
 
getItem(int) - Method in class org.dtools.ini.IniSection
Get the item which is at the given index.
getItem(String) - Method in class org.dtools.ini.IniSection
Returns the item with the given name, or null if no item exists with the given name.
getItemNames() - Method in class org.dtools.ini.AdvancedIniSection
 
getItemNames() - Method in class org.dtools.ini.IniSection
This method returns a collection of all the names of all the items within this section.
getItems() - Method in class org.dtools.ini.AdvancedIniSection
 
getItems() - Method in class org.dtools.ini.BasicIniSection
 
getItems() - Method in class org.dtools.ini.IniSection
Get a collection of all the items within this section.
getName() - Method in class org.dtools.ini.IniItem
Returns the name of this item, note that the item cannot change its name and one would need to create a new item to do so.
getName() - Method in class org.dtools.ini.IniSection
This method returns the name of this section.
getNumberOfItems() - Method in class org.dtools.ini.AdvancedIniSection
 
getNumberOfItems() - Method in class org.dtools.ini.IniFile
Returns the total number of all the items, in every section, that this IniFile has.
getNumberOfItems() - Method in class org.dtools.ini.IniSection
Return the number of IniItems that this array has.
getNumberOfSections() - Method in class org.dtools.ini.IniFile
Returns the number of sections this IniFile object has.
getPostComment() - Method in interface org.dtools.ini.Commentable
Returns the comment that comes after the object.
getPostComment() - Method in class org.dtools.ini.IniItem
 
getPostComment() - Method in class org.dtools.ini.IniSection
 
getPreComment() - Method in interface org.dtools.ini.Commentable
Returns the comment that comes before the object.
getPreComment() - Method in class org.dtools.ini.IniItem
 
getPreComment() - Method in class org.dtools.ini.IniSection
 
getSection(int) - Method in class org.dtools.ini.AdvancedIniFile
 
getSection(int) - Method in class org.dtools.ini.BasicIniFile
 
getSection(int) - Method in class org.dtools.ini.IniFile
Get the section which is at the given index.
getSection(String) - Method in class org.dtools.ini.IniFile
Returns the section that is called name, or null if no such section exists.
getSectionNames() - Method in class org.dtools.ini.IniFile
Gets a collection of the names of all the sections in this IniFile.
getSections() - Method in class org.dtools.ini.AdvancedIniFile
 
getSections() - Method in class org.dtools.ini.BasicIniFile
 
getSections() - Method in class org.dtools.ini.IniFile
Gets a collection of all the sections within this INI file.
getValidator() - Method in class org.dtools.ini.IniFile
Returns a reference to this object's IniValidator which is used to validate names of this IniFile's IniSections and their IniItems.
getValidator() - Method in class org.dtools.ini.IniItem
Gets a reference to this object's IniValidator.
getValidator() - Method in class org.dtools.ini.IniSection
Gets a reference to this object's IniValidator.
getValue() - Method in class org.dtools.ini.IniItem
This returns the String which this items stores.

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