- setConfig(Config) - Method in class fr.tikione.ini.Ini
-
Set the configuration Config
object.
- setDefAffectations(String[]) - Method in class fr.tikione.ini.Config
-
Set the INI strings used to separate keys from values.
- setDefCommentStarts(String[]) - Method in class fr.tikione.ini.Config
-
Set the INI strings that signal the start of a comment line.
- setDefDefaultKeyValue(String) - Method in class fr.tikione.ini.Config
-
Set the INI string used to represent default value when getting a key value.
- setDefLineConcat(String) - Method in class fr.tikione.ini.Config
-
Set the INI string used to signal a line concatenation when parsing the INI content.
- setDefMaxShortcutsPursuit(int) - Method in class fr.tikione.ini.Config
-
Set the maximum number of shortcuts pursuit (environment variable shortcuts, system property shortcuts, section/key reference
shortcuts).
- setDefNbComments(int) - Method in class fr.tikione.ini.Config
-
Set the usual number of comment lines of one INI file.
- setDefNbSec(int) - Method in class fr.tikione.ini.Config
-
Set the usual number of sections in one INI file.
- setDefNbSecKeys(int) - Method in class fr.tikione.ini.Config
-
Set the usual number of keys in a section of one INI file.
- setDefNbShortcuts(int) - Method in class fr.tikione.ini.Config
-
Set the usual number of shortcuts (environment variable shortcuts, system property shortcuts, section/key shortcuts) in
a line.
- setDefSecKeysLoadfactor(float) - Method in class fr.tikione.ini.Config
-
Set the keys Map
(one keys Map
per section) load factor.
- setDefSecLoadfactor(float) - Method in class fr.tikione.ini.Config
-
Set the sections Map
load factor.
- setDefSectionEnds(String[]) - Method in class fr.tikione.ini.Config
-
Set the INI strings used to represent a section ending.
- setDefSectionStarts(String[]) - Method in class fr.tikione.ini.Config
-
Set the INI strings used to represent a section starting.
- setKeyValue(String, String, String) - Method in class fr.tikione.ini.Ini
-
Write a value into the Ini
content.
- setPaEnvShortcut(String) - Method in class fr.tikione.ini.Config
-
Set the regular expression used to recognize environment variable shortcuts.
- setPaEnvShortcutLeft(String) - Method in class fr.tikione.ini.Config
-
Set the characters just before the environment variable name.
- setPaEnvShortcutRight(String) - Method in class fr.tikione.ini.Config
-
Set the character(s) just after the environment variable name.
- setPaPropShortcut(String) - Method in class fr.tikione.ini.Config
-
Set the regular expression used to recognize system property shortcuts.
- setPaPropShortcutLeft(String) - Method in class fr.tikione.ini.Config
-
Set the character(s) just before the system property name.
- setPaPropShortcutRight(String) - Method in class fr.tikione.ini.Config
-
Set the character(s) just after the system property name.
- setPaSeckeyShortcut(String) - Method in class fr.tikione.ini.Config
-
Set the regular expression used to recognize section/key shortcuts.
- setPaSeckeyShortcutLeft(String) - Method in class fr.tikione.ini.Config
-
set the character(s) just before the section/key name.
- setPaSeckeyShortcutMiddle(String) - Method in class fr.tikione.ini.Config
-
Set the character(s) between the section and key names.
- setPaSeckeyShortcutRight(String) - Method in class fr.tikione.ini.Config
-
Set the character(s) just after the section/key name.
- setPaShortcut(String) - Method in class fr.tikione.ini.Config
-
Set the regular expression used to recognize any type of shortcut (section/key reference, system property, and environment
variable).
- setValue(String) - Method in class fr.tikione.ini.Ini.Entry
-
Set the entry value.
- sort() - Method in class fr.tikione.ini.Ini
-
Sort the content by section and key name.
- sort(Comparator<Object>) - Method in class fr.tikione.ini.Ini
-
Sort the content by section and key name.
- sort(Comparator<Object>, Comparator<Object>) - Method in class fr.tikione.ini.Ini
-
Sort the content by section and key name.
- SPACE - Static variable in class fr.tikione.ini.util.StringHelper
-
The white-space character ('\u0020'
).
- store(File) - Method in class fr.tikione.ini.Ini
-
Store the INI content with platform's default file encoding and new line character(s).
- store(File, String, String) - Method in class fr.tikione.ini.Ini
-
Store the INI content.
- store(OutputStream) - Method in class fr.tikione.ini.Ini
-
Store the INI content with platform's default file encoding and new line character(s).
- store(OutputStream, String, String) - Method in class fr.tikione.ini.Ini
-
Store the INI content.
- strAreEmpty(String...) - Static method in class fr.tikione.ini.util.StringHelper
-
Indicate if all the strings are null or length equals to zero or are entirely packed with spaces and/or tabulations.
- strEndsWith(String, String...) - Static method in class fr.tikione.ini.util.StringHelper
-
Indicate if the string ends with one of the specified prefixes.
- StringHelper - Class in fr.tikione.ini.util
-
This class offers many usual string operations.
- strIsEmpty(String) - Static method in class fr.tikione.ini.util.StringHelper
-
Indicate if the string is null or length equals to zero or is entirely packed with spaces and/or tabulations.
- strIsNotEmpty(String) - Static method in class fr.tikione.ini.util.StringHelper
-
Indicate if the string is not null and length greater than zero and is not entirely packed with spaces and/or tabulations.
- strStartsWith(String, String...) - Static method in class fr.tikione.ini.util.StringHelper
-
Indicate if the string starts with one of the specified prefixes.