public class BasicRegistry extends BasicProfile implements Registry
Registry.Hive, Registry.Key, Registry.TypeProfile.SectionESCAPE_CHAR, FILE_ENCODING, KEY_SEPARATOR, LINE_SEPARATOR, TYPE_SEPARATOR, VERSIONPATH_SEPARATOR| Constructor and Description |
|---|
BasicRegistry() |
| Modifier and Type | Method and Description |
|---|---|
Registry.Key |
add(String name) |
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) |
Registry.Key |
remove(Profile.Section section) |
void |
setVersion(String value) |
add, as, as, fetch, fetch, get, get, getFooterComment, getHeaderComment, put, removeOptionFromSection, setFooterComment, setHeaderCommentaddEmptyLine, clear, getComment, getNewLineCount, putAll, putComment, removeCommentadd, add, containsKey, containsValue, entrySet, getAll, isEmpty, keySet, length, putAll, size, toString, valuesclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitadd, as, as, fetch, fetch, get, get, getFooterComment, getHeaderComment, put, removeOptionFromSection, setFooterComment, setHeaderCommentadd, add, getAll, length, putAlladdEmptyLine, getComment, getNewLineCount, putComment, removeCommentclear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, getOrDefault, hashCode, isEmpty, keySet, merge, putAll, putIfAbsent, remove, replace, replace, replaceAll, size, valuespublic String getVersion()
getVersion in interface Registrypublic void setVersion(String value)
setVersion in interface Registrypublic Registry.Key add(String name)
add in interface Profileadd in class BasicProfilepublic Registry.Key get(Object key)
get in interface Registryget in interface Map<String,Profile.Section>get in class BasicMultiMap<String,Profile.Section>public Registry.Key get(Object key, int index)
get in interface MultiMap<String,Profile.Section>get in interface Registryget in class BasicMultiMap<String,Profile.Section>public Registry.Key put(String key, Profile.Section value)
put in interface Registryput in interface Map<String,Profile.Section>put in class BasicMultiMap<String,Profile.Section>public Registry.Key put(String key, Profile.Section value, int index)
put in interface MultiMap<String,Profile.Section>put in interface Registryput in class BasicMultiMap<String,Profile.Section>public Registry.Key remove(Profile.Section section)
remove in interface Profileremove in class BasicProfilepublic Registry.Key remove(Object key)
remove in interface Registryremove in interface Map<String,Profile.Section>remove in class CommonMultiMap<String,Profile.Section>public Registry.Key remove(Object key, int index)
remove in interface MultiMap<String,Profile.Section>remove in interface Registryremove in class CommonMultiMap<String,Profile.Section>Copyright © 2001–2025. All rights reserved.