A C D F G I J L M N P R S T U V

I

IniSections() - Static method in class jSettings
The method returns the names of all the available ini sections
IniSections(String) - Static method in class jSettings
The method returns the names of all the ini sections in which a setting is found
IniSetting(String) - Static method in class jSettings
The method returns a reference to the desired IniSettings object
IniSettings - Class in net.sourceforge.drpetrea.jsettings
This is a generic class for handling settings.
IniSettings(ArrayList<String>, ArrayList<String>, ArrayList<String>, boolean) - Constructor for class IniSettings
The main constructor function, inputing the string arrays into the internal maps.
IniSettings(ArrayList<String>, ArrayList<String>, ArrayList<String>) - Constructor for class IniSettings
The user can also call a constructor without the boolean param, in this case the default value is FALSE.
IniSettings(ArrayList<String>, ArrayList<String>, boolean) - Constructor for class IniSettings
The user can also call a constructor with only two arrays of strings, in which case the regular expression will admit any values.
IniSettings(ArrayList<String>, ArrayList<String>) - Constructor for class IniSettings
The user can also call a constructor with only two arrays of strings, in which case the regular expression will admit any values.
IniSettings(ArrayList<String>, boolean) - Constructor for class IniSettings
The user can also call a constructor with only one array of strings, in which case the regular expression will admit any values and the default values will be set to empty strings.
IniSettings(ArrayList<String>) - Constructor for class IniSettings
The user can also call a constructor with only one array of strings, in which case the regular expression will admit any values and the default values will be set to empty strings.
IniSettings() - Constructor for class IniSettings
The default constructor is not initializing the maps, but just setting the expandable parameter to true - it's not possible to have the maps uninitialized AND not be able to extend them afterwards.
isExpandable() - Method in class FstabSettings
This methods lets the user check the 'expandability' of this object
isExpandable() - Method in class IniSettings
This methods lets the user check the 'expandability' of this object

A C D F G I J L M N P R S T U V