public static interface Registry.Key extends Profile.Section
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_NAME |
Modifier and Type | Method and Description |
---|---|
Registry.Key |
addChild(String key) |
Registry.Key |
getChild(String key) |
Registry.Key |
getParent() |
Registry.Type |
getType(Object key) |
Registry.Type |
getType(Object key,
Registry.Type defaulType) |
Registry.Key |
lookup(String... path) |
Registry.Type |
putType(String key,
Registry.Type type) |
Registry.Type |
removeType(Object key) |
childrenNames, getName, getSimpleName, removeChild
add, add, as, as, fetch, fetch, fetch, fetch, fetchAll, from, from, get, get, getAll, put, put, putAll, to, to
getComment, putComment, removeComment
static final String DEFAULT_NAME
Registry.Key getChild(String key)
getChild
in interface Profile.Section
Registry.Key getParent()
getParent
in interface Profile.Section
Registry.Type getType(Object key)
Registry.Type getType(Object key, Registry.Type defaulType)
Registry.Key addChild(String key)
addChild
in interface Profile.Section
Registry.Key lookup(String... path)
lookup
in interface Profile.Section
Registry.Type putType(String key, Registry.Type type)
Registry.Type removeType(Object key)