Package | Description |
---|---|
org.ini4j |
[ini4j] main package
|
Modifier and Type | Method and Description |
---|---|
Registry.Key |
BasicRegistry.add(String name) |
Registry.Key |
Registry.Key.addChild(String key) |
Registry.Key |
BasicRegistry.get(Object key) |
Registry.Key |
Registry.get(Object key) |
Registry.Key |
BasicRegistry.get(Object key,
int index) |
Registry.Key |
Registry.get(Object key,
int index) |
Registry.Key |
Registry.Key.getChild(String key) |
Registry.Key |
Registry.Key.getParent() |
Registry.Key |
Registry.Key.lookup(String... path) |
Registry.Key |
BasicRegistry.put(String key,
Profile.Section value) |
Registry.Key |
Registry.put(String key,
Profile.Section value) |
Registry.Key |
BasicRegistry.put(String key,
Profile.Section value,
int index) |
Registry.Key |
Registry.put(String key,
Profile.Section value,
int index) |
Registry.Key |
BasicRegistry.remove(Object key) |
Registry.Key |
Registry.remove(Object key) |
Registry.Key |
BasicRegistry.remove(Object key,
int index) |
Registry.Key |
Registry.remove(Object key,
int index) |
Registry.Key |
BasicRegistry.remove(Profile.Section section) |
Copyright © 2013. All Rights Reserved.