| Package | Description |
|---|---|
| cz.cuni.amis.utils |
| Modifier and Type | Method and Description |
|---|---|
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). |
| Modifier and Type | Method and Description |
|---|---|
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). |
| Constructor and Description |
|---|
IniFile(IniFile ini)
Copy-constructor.
|
Copyright © 2019 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.