- CARRIAGE_RETURN - Static variable in class fr.tikione.ini.util.StringHelper
-
The Carriage Return character (CR).
- checkContent() - Method in class fr.tikione.ini.Ini
-
Try to get all keys values of all sections, in order to throw an exception if a critical error is detected.
- checkContent(Config) - Method in class fr.tikione.ini.Ini
-
Try to get all keys values of all sections, in order to throw an exception if a critical error is detected.
- checkRegex(String, Pattern) - Static method in class fr.tikione.ini.util.StringHelper
-
Check a regular expression.
- clone() - Method in class fr.tikione.ini.Config
-
Creates and returns a copy of this Config
object.
- clone() - Method in class fr.tikione.ini.Ini.Entry
-
Creates and returns a copy of this Entry
object.
- close() - Method in class fr.tikione.ini.util.AbstractLineReader
-
Close the input stream given with the constructor.
- close() - Method in class fr.tikione.ini.util.InputstreamLineReader
-
- CONF_INI_RULE_AFFECTATION_SYMBOL - Static variable in class fr.tikione.ini.Config
-
Strings used to separate keys from values.
- CONF_INI_RULE_AFFECTATION_SYMBOLS_SEPARATOR - Static variable in class fr.tikione.ini.Config
-
- CONF_INI_RULE_COMMENTS_START_SYMBOL - Static variable in class fr.tikione.ini.Config
-
Strings that signal the start of a comment line.
- CONF_INI_RULE_COMMENTS_START_SYMBOLS_SEPARATOR - Static variable in class fr.tikione.ini.Config
-
- CONF_INI_RULE_KEY_GETVALUE_CONVERT_UNICODE - Static variable in class fr.tikione.ini.Config
-
Activate conversion of Unicode escapes when reading key values, except line concatenation.
- CONF_INI_RULE_KEY_GETVALUE_DEFAULTVALUE - Static variable in class fr.tikione.ini.Config
-
String used to represent default value when getting a key value.
- CONF_INI_RULE_KEY_GETVALUE_ENVVAR_SHRTCT - Static variable in class fr.tikione.ini.Config
-
Activate recognition of JVM environment variable shortcuts when getting a key value.
- CONF_INI_RULE_KEY_GETVALUE_SECKEYREF_SHRTCT - Static variable in class fr.tikione.ini.Config
-
Activate recognition of section/key shortcuts when getting a key value.
- CONF_INI_RULE_KEY_GETVALUE_SYSPROP_SHRTCT - Static variable in class fr.tikione.ini.Config
-
Activate recognition of system property shortcuts when getting a key value.
- CONF_INI_RULE_KEY_PARSE_CONVERT_LNINECONCAT - Static variable in class fr.tikione.ini.Config
-
Activate conversion of backslash at end of line to line concatenation when parsing the Ini content.
- CONF_INI_RULE_KEY_PATTERN_SHRTCUT_ANY - Static variable in class fr.tikione.ini.Config
-
The regular expression used to recognize any type of shortcut (section/key reference, system property, and environment variable).
- CONF_INI_RULE_KEY_PATTERN_SHRTCUT_ENVVAR - Static variable in class fr.tikione.ini.Config
-
The regular expression used to recognize environment variable shortcuts.
- CONF_INI_RULE_KEY_PATTERN_SHRTCUT_ENVVAR_LEFT - Static variable in class fr.tikione.ini.Config
-
The character(s) just before the environment variable name.
- CONF_INI_RULE_KEY_PATTERN_SHRTCUT_ENVVAR_RIGHT - Static variable in class fr.tikione.ini.Config
-
The character(s) just after the environment variable name.
- CONF_INI_RULE_KEY_PATTERN_SHRTCUT_SECKEYREF - Static variable in class fr.tikione.ini.Config
-
The regular expression used to recognize section/key shortcuts.
- CONF_INI_RULE_KEY_PATTERN_SHRTCUT_SECKEYREF_LEFT - Static variable in class fr.tikione.ini.Config
-
The character(s) just before the section/key name.
- CONF_INI_RULE_KEY_PATTERN_SHRTCUT_SECKEYREF_MIDDLE - Static variable in class fr.tikione.ini.Config
-
The character(s) between the section and key names.
- CONF_INI_RULE_KEY_PATTERN_SHRTCUT_SECKEYREF_RIGHT - Static variable in class fr.tikione.ini.Config
-
The character(s) just after the section/key name.
- CONF_INI_RULE_KEY_PATTERN_SHRTCUT_SYSPROP - Static variable in class fr.tikione.ini.Config
-
The regular expression used to recognize system property shortcuts.
- CONF_INI_RULE_KEY_PATTERN_SHRTCUT_SYSPROP_LEFT - Static variable in class fr.tikione.ini.Config
-
The character(s) just before the system property name.
- CONF_INI_RULE_KEY_PATTERN_SHRTCUT_SYSPROP_RIGHT - Static variable in class fr.tikione.ini.Config
-
The character(s) just after the system property name.
- CONF_INI_RULE_LINE_CONCAT_SYMBOL - Static variable in class fr.tikione.ini.Config
-
String used to signal a line concatenation when parsing the INI content.
- CONF_INI_RULE_MAX_KEYREF_PURSUIT - Static variable in class fr.tikione.ini.Config
-
Maximum number of shortcuts pursuit, to prevent infinitive loops.
- CONF_INI_RULE_SECTION_END_SYMBOL - Static variable in class fr.tikione.ini.Config
-
Strings that signal the start of a comment line.
- CONF_INI_RULE_SECTION_END_SYMBOLS_SEPARATOR - Static variable in class fr.tikione.ini.Config
-
- CONF_INI_RULE_SECTION_START_SYMBOL - Static variable in class fr.tikione.ini.Config
-
Strings that signal the start of a comment line.
- CONF_INI_RULE_SECTION_START_SYMBOLS_SEPARATOR - Static variable in class fr.tikione.ini.Config
-
- CONF_INI_STAT_NB_COMMENTS_PERFILE - Static variable in class fr.tikione.ini.Config
-
Average number of comment lines per file (for performance purpose).
- CONF_INI_STAT_NB_KEYS_PERSECTION_PERFILE - Static variable in class fr.tikione.ini.Config
-
Average number of keys per section (for performance purpose).
- CONF_INI_STAT_NB_KEYS_PERSECTION_PERFILE_MAPLOADFACTOR - Static variable in class fr.tikione.ini.Config
-
Keys Map
(one keys Map
per section) load factor (for performance purpose).
- CONF_INI_STAT_NB_SECTIONS_PERFILE - Static variable in class fr.tikione.ini.Config
-
Average number of sections per file (for performance purpose).
- CONF_INI_STAT_NB_SECTIONS_PERFILE_MAPLOADFACTOR - Static variable in class fr.tikione.ini.Config
-
Sections Map
load factor (for performance purpose).
- CONF_INI_STAT_NB_SHRTCT_PERLINE - Static variable in class fr.tikione.ini.Config
-
Average number of shortcuts per line (for performance purpose).
- Config - Class in fr.tikione.ini
-
Utility class for INI parser's configuration.
- Config() - Constructor for class fr.tikione.ini.Config
-
Create a new instance of Config
with default INI configuration properties.
- Config(Config) - Constructor for class fr.tikione.ini.Config
-
Create a new instance of Config
by copy.
- Config(Properties) - Constructor for class fr.tikione.ini.Config
-
Create a new instance of Config
with the specified configuration properties.
- convertUnicodeEscapesToUTF8(String) - Static method in class fr.tikione.ini.util.StringHelper
-
Convert Unicode escapes to UTF-8 characters.
- convertUTF8ToUnicodeEscapes(String) - Static method in class fr.tikione.ini.util.StringHelper
-
Convert UTF-8 characters to Unicode escapes.