- enableParseLineConcat(boolean) - Method in class fr.tikione.ini.Config
-
Enable conversion of backslash at end of line to line concatenation when parsing the INI content.
- enableReadEnvShortcuts(boolean) - Method in class fr.tikione.ini.Config
-
Enable recognition and following of environment variable shortcuts when getting a key value.
- enableReadSeckeyShortcuts(boolean) - Method in class fr.tikione.ini.Config
-
Enable recognition and following of section/key shortcuts when getting a key value.
- enableReadSysShortcuts(boolean) - Method in class fr.tikione.ini.Config
-
Enable recognition and following of system property shortcuts when getting a key value.
- enableReadUnicodeEscConv(boolean) - Method in class fr.tikione.ini.Config
-
Enable conversion of Unicode escapes to UTF8 when getting a key value.
- equals(Object) - Method in class fr.tikione.ini.Config
-
Compares the specified object with this Config
for equality.
- equals(Object) - Method in class fr.tikione.ini.Ini.Entry
-
Compares the specified object with this Entry
for equality.
- extractKeyNameAndValueFromLine(String, String[]) - Static method in class fr.tikione.ini.util.IniHelper
-
Gets the key name and value in a key affectation line.
- extractSectionNameFromLine(String, String[], String[]) - Static method in class fr.tikione.ini.util.IniHelper
-
Gets the section name from a section declaration line (typically in "[section]", "section" is returned).