- generateStrConcat(String, int) - Static method in class fr.tikione.ini.util.StringHelper
-
Return N concatenations of string.
- getConfig() - Method in class fr.tikione.ini.Ini
-
Get the configuration Config
object.
- getDefAffectation(int) - Method in class fr.tikione.ini.Config
-
Get one of the INI strings used to separate keys from values.
- getDefAffectations() - Method in class fr.tikione.ini.Config
-
Get a copy of the INI strings used to separate keys from values.
- getDefaultConfigProperties() - Static method in class fr.tikione.ini.Config
-
Get a copy of the default configuration
Properties
object loaded from
/fr.tikione.ini.properties
, or an
other
Properties
object if the
Config.initialize(java.util.Properties)
method has been called before.
- getDefCommentStart(int) - Method in class fr.tikione.ini.Config
-
Get one of the INI strings that signal the start of a comment line.
- getDefCommentStarts() - Method in class fr.tikione.ini.Config
-
Get a copy of the INI strings that signal the start of a comment line.
- getDefDefaultKeyValue() - Method in class fr.tikione.ini.Config
-
Get the INI string used to represent default value when getting a key value.
- getDefLineConcat() - Method in class fr.tikione.ini.Config
-
Get the INI string used to signal a line concatenation when parsing the INI content.
- getDefMaxShortcutsPursuit() - Method in class fr.tikione.ini.Config
-
Get the maximum number of shortcuts pursuit (environment variable shortcuts, system property shortcuts, section/key reference
shortcuts).
- getDefNbComments() - Method in class fr.tikione.ini.Config
-
Get the usual number of comment lines of one INI file.
- getDefNbSec() - Method in class fr.tikione.ini.Config
-
Get the usual number of sections in one INI file.
- getDefNbSecKeys() - Method in class fr.tikione.ini.Config
-
Get the usual number of keys in a section of one INI file.
- getDefNbShortcuts() - Method in class fr.tikione.ini.Config
-
Get the usual number of shortcuts (environment variable shortcuts, system property shortcuts, section/key shortcuts) in
a line.
- getDefSecKeysLoadfactor() - Method in class fr.tikione.ini.Config
-
Get the keys Map
(one keys Map
per section) load factor.
- getDefSecLoadfactor() - Method in class fr.tikione.ini.Config
-
Get the sections Map
load factor.
- getDefSectionEnd(int) - Method in class fr.tikione.ini.Config
-
Get one of the INI strings used to represent a section ending.
- getDefSectionEnds() - Method in class fr.tikione.ini.Config
-
Get a copy of the INI strings used to represent a section ending.
- getDefSectionStart(int) - Method in class fr.tikione.ini.Config
-
Get one of the INI strings used to represent a section starting.
- getDefSectionStarts() - Method in class fr.tikione.ini.Config
-
Get a copy of the INI strings used to represent a section starting.
- getGroupsFromRegex(String, Pattern, int) - Static method in class fr.tikione.ini.util.StringHelper
-
Return the capturing groups from the regular expression in the string.
- getKeysNames(String) - Method in class fr.tikione.ini.Ini
-
Get a list of all key names in a section.
- getKeyValue(int, String, String, String, Config, boolean) - Method in class fr.tikione.ini.Ini
-
Get key value from the INI content.
- getKeyValue(String, String) - Method in class fr.tikione.ini.Ini
-
Get key value from the INI content.
- getKeyValue(String, String, String) - Method in class fr.tikione.ini.Ini
-
Get key value from the INI content.
- getKeyValue(String, String, String, Config) - Method in class fr.tikione.ini.Ini
-
Get key value from the INI content.
- getKeyValue(String, String, Config) - Method in class fr.tikione.ini.Ini
-
Get key value from the INI content.
- getNewLineStr() - Method in class fr.tikione.ini.Ini
-
Return the new line characters combination CR (Carriage Return), LF (Line Feed) or CRLF according to the INI content that
has been read.
- getNewLineStr() - Method in class fr.tikione.ini.util.AbstractLineReader
-
Return the new line characters combination CR (Carriage Return), LF (Line Feed) or CRLF according to the InputStream
object given to the current AbstractLineReader
object.
- getPaEnvShortcut() - Method in class fr.tikione.ini.Config
-
Get the regular expression used to recognize environment variable shortcuts.
- getPaEnvShortcutLeft() - Method in class fr.tikione.ini.Config
-
Get the character(s) just before the environment variable name.
- getPaEnvShortcutRight() - Method in class fr.tikione.ini.Config
-
Set the character(s) just after the environment variable name.
- getPaPropShortcut() - Method in class fr.tikione.ini.Config
-
Get the regular expression used to recognize system property shortcuts.
- getPaPropShortcutLeft() - Method in class fr.tikione.ini.Config
-
Get the character(s) just before the system property name.
- getPaPropShortcutRight() - Method in class fr.tikione.ini.Config
-
Get the character(s) just after the system property name.
- getPaSeckeyShortcut() - Method in class fr.tikione.ini.Config
-
Get the regular expression used to recognize section/key shortcuts.
- getPaSeckeyShortcutLeft() - Method in class fr.tikione.ini.Config
-
Get the character(s) just before the section/key name.
- getPaSeckeyShortcutMiddle() - Method in class fr.tikione.ini.Config
-
Get the character(s) between the section and key names.
- getPaSeckeyShortcutRight() - Method in class fr.tikione.ini.Config
-
Get the character(s) just after the section/key name.
- getPaShortcut() - Method in class fr.tikione.ini.Config
-
Get the regular expression used to recognize any type of shortcut (section/key reference, system
property, and environment variable).
- getPlatformEncoding() - Static method in class fr.tikione.ini.util.FileHelper
-
Get platform's default file encoding.
- getPlatformNewLine() - Static method in class fr.tikione.ini.util.FileHelper
-
Get platform's default new line character(s), usually CR, LF, or CR+LF.
- getRawKeyValue(String, String, String) - Method in class fr.tikione.ini.Ini
-
Get key value from the INI content with a configuration that disable shortcuts (section/key shortcuts, environment variables
shortcuts, system properties shortcuts) and other configurable functionalities.
- getSectionContentClone(String) - Method in class fr.tikione.ini.Ini
-
Make a copy of a section content.
- getSectionsNames() - Method in class fr.tikione.ini.Ini
-
Get a list of all section names, the global section included.
- getSectionValues(String) - Method in class fr.tikione.ini.Ini
-
Get a Map
of all keys and values of a section.
- getSectionValues(String, Config) - Method in class fr.tikione.ini.Ini
-
Get a Map
of all keys and values of a section.
- getValue() - Method in class fr.tikione.ini.Ini.Entry
-
Get the entry value.