org.ini4j
Interface Registry.Key
- All Superinterfaces:
- CommentedMap<String,String>, Map<String,String>, MultiMap<String,String>, OptionMap, Profile.Section
- Enclosing interface:
- Registry
public static interface Registry.Key
- extends Profile.Section
Methods inherited from interface OptionMap |
add, add, as, as, fetch, fetch, fetch, fetch, fetchAll, from, from, get, get, getAll, put, put, putAll, to, to |
Methods inherited from interface Map |
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
DEFAULT_NAME
static final String DEFAULT_NAME
- See Also:
- Constant Field Values
getChild
Registry.Key getChild(String key)
- Specified by:
getChild
in interface Profile.Section
getParent
Registry.Key getParent()
- Specified by:
getParent
in interface Profile.Section
getType
Registry.Type getType(Object key)
getType
Registry.Type getType(Object key,
Registry.Type defaulType)
addChild
Registry.Key addChild(String key)
- Specified by:
addChild
in interface Profile.Section
lookup
Registry.Key lookup(String... path)
- Specified by:
lookup
in interface Profile.Section
putType
Registry.Type putType(String key,
Registry.Type type)
removeType
Registry.Type removeType(Object key)