|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface Registry.Key
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface Map |
---|
Map.Entry<K,V> |
Field Summary | |
---|---|
static String |
DEFAULT_NAME
|
Method Summary | |
---|---|
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)
|
Methods inherited from interface org.ini4j.Profile.Section |
---|
childrenNames, getName, getSimpleName, removeChild |
Methods inherited from interface org.ini4j.OptionMap |
---|
add, add, as, as, fetch, fetch, fetch, fetch, fetch, fetch, fetchAll, from, from, get, get, get, get, getAll, put, put, putAll, to, to |
Methods inherited from interface org.ini4j.MultiMap |
---|
add, add, get, getAll, length, put, putAll, remove |
Methods inherited from interface org.ini4j.CommentedMap |
---|
getComment, putComment, removeComment |
Methods inherited from interface Map |
---|
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
Field Detail |
---|
static final String DEFAULT_NAME
Method Detail |
---|
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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |