Package org.ini4j
Interface Registry
- All Superinterfaces:
CommentedMap<String,
,Profile.Section> Map<String,
,Profile.Section> MultiMap<String,
,Profile.Section> Profile
- All Known Implementing Classes:
BasicRegistry
,Reg
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enum
static interface
static enum
Nested classes/interfaces inherited from interface org.ini4j.Profile
Profile.Section
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final char
static final Charset
static final char
static final String
static final char
static final String
Fields inherited from interface org.ini4j.Profile
PATH_SEPARATOR
-
Method Summary
Modifier and TypeMethodDescriptionput
(String key, Profile.Section value) put
(String key, Profile.Section value, int index) void
setVersion
(String value) Methods inherited from interface org.ini4j.CommentedMap
getComment, putComment, removeComment
Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, getOrDefault, hashCode, isEmpty, keySet, merge, putAll, putIfAbsent, replace, replace, replaceAll, size, values
-
Field Details
-
ESCAPE_CHAR
static final char ESCAPE_CHAR- See Also:
-
FILE_ENCODING
-
KEY_SEPARATOR
static final char KEY_SEPARATOR- See Also:
-
LINE_SEPARATOR
- See Also:
-
TYPE_SEPARATOR
static final char TYPE_SEPARATOR- See Also:
-
VERSION
- See Also:
-
-
Method Details
-
getVersion
String getVersion() -
setVersion
-
get
- Specified by:
get
in interfaceMap<String,
Profile.Section>
-
get
- Specified by:
get
in interfaceMultiMap<String,
Profile.Section>
-
put
- Specified by:
put
in interfaceMap<String,
Profile.Section>
-
put
- Specified by:
put
in interfaceMultiMap<String,
Profile.Section>
-
remove
- Specified by:
remove
in interfaceMap<String,
Profile.Section>
-
remove
- Specified by:
remove
in interfaceMultiMap<String,
Profile.Section>
-