public interface Registry extends Profile
Modifier and Type | Interface and Description |
---|---|
static class |
Registry.Hive |
static interface |
Registry.Key |
static class |
Registry.Type |
Profile.Section
Modifier and Type | Field and Description |
---|---|
static char |
ESCAPE_CHAR |
static Charset |
FILE_ENCODING |
static char |
KEY_SEPARATOR |
static String |
LINE_SEPARATOR |
static char |
TYPE_SEPARATOR |
static String |
VERSION |
PATH_SEPARATOR
Modifier and Type | Method and Description |
---|---|
Registry.Key |
get(Object key) |
Registry.Key |
get(Object key,
int index) |
String |
getVersion() |
Registry.Key |
put(String key,
Profile.Section value) |
Registry.Key |
put(String key,
Profile.Section value,
int index) |
Registry.Key |
remove(Object key) |
Registry.Key |
remove(Object key,
int index) |
void |
setVersion(String value) |
add, add, as, as, fetch, fetch, get, get, getComment, put, remove, remove, setComment
getComment, putComment, removeComment
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, getOrDefault, hashCode, isEmpty, keySet, merge, putAll, putIfAbsent, replace, replace, replaceAll, size, values
static final char ESCAPE_CHAR
static final Charset FILE_ENCODING
static final char KEY_SEPARATOR
static final String LINE_SEPARATOR
static final char TYPE_SEPARATOR
static final String VERSION
String getVersion()
void setVersion(String value)
Registry.Key get(Object key)
get
in interface Map<String,Profile.Section>
Registry.Key get(Object key, int index)
get
in interface MultiMap<String,Profile.Section>
Registry.Key put(String key, Profile.Section value)
put
in interface Map<String,Profile.Section>
Registry.Key put(String key, Profile.Section value, int index)
put
in interface MultiMap<String,Profile.Section>
Registry.Key remove(Object key)
remove
in interface Map<String,Profile.Section>
Registry.Key remove(Object key, int index)
remove
in interface MultiMap<String,Profile.Section>
Copyright © 2019. All rights reserved.