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 enumstatic interfacestatic enumNested classes/interfaces inherited from interface org.ini4j.Profile
Profile.Section -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final charstatic final Charsetstatic final charstatic final Stringstatic final charstatic final StringFields 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) voidsetVersion(String value) Methods inherited from interface org.ini4j.CommentedMap
getComment, putComment, removeCommentMethods 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:
getin interfaceMap<String,Profile.Section>
-
get
- Specified by:
getin interfaceMultiMap<String,Profile.Section>
-
put
- Specified by:
putin interfaceMap<String,Profile.Section>
-
put
- Specified by:
putin interfaceMultiMap<String,Profile.Section>
-
remove
- Specified by:
removein interfaceMap<String,Profile.Section>
-
remove
- Specified by:
removein interfaceMultiMap<String,Profile.Section>
-