CommentedMap<String,Profile.Section>
, Map<String,Profile.Section>
, MultiMap<String,Profile.Section>
, Profile
BasicRegistry
, Reg
public interface Registry extends Profile
Modifier and Type | Interface | Description |
---|---|---|
static class |
Registry.Hive |
|
static interface |
Registry.Key |
|
static class |
Registry.Type |
Map.Entry<K extends Object,V extends Object>
Profile.Section
Modifier and Type | Field | 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 | 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) |
getComment, putComment, removeComment
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entry, entrySet, equals, forEach, getOrDefault, hashCode, isEmpty, keySet, merge, of, of, of, of, of, of, of, of, of, of, of, ofEntries, 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>