|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IniFile | |
---|---|
cz.cuni.amis.utils |
Uses of IniFile in cz.cuni.amis.utils |
---|
Methods in cz.cuni.amis.utils that return IniFile | |
---|---|
IniFile |
IniFile.addIniFile(IniFile iniFile)
Add all sections from one ini file into this one. |
IniFile |
IniFile.set(IniFile values)
Set 'values' into this IniFile, alias for addIniFile(IniFile) . |
Methods in cz.cuni.amis.utils with parameters of type IniFile | |
---|---|
IniFile |
IniFile.addIniFile(IniFile iniFile)
Add all sections from one ini file into this one. |
boolean |
IniFile.isEqual(IniFile other,
String thisName,
String otherName,
Logger log)
Checks, whether THIS IniFile contains the same sections/keys/values as 'other'. |
boolean |
IniFile.isSubset(IniFile other,
String thisName,
String otherName,
Logger log)
Checks, whether THIS IniFile is the subset of 'other'. |
static void |
IniFile.mergeIntoIniFile(IniFile values,
File mergeIntoIniFile)
|
IniFile |
IniFile.set(IniFile values)
Set 'values' into this IniFile, alias for addIniFile(IniFile) . |
Constructors in cz.cuni.amis.utils with parameters of type IniFile | |
---|---|
IniFile(IniFile ini)
Copy-constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |