Package | Description |
---|---|
org.ini4j |
[ini4j] main package
|
Modifier and Type | Interface and Description |
---|---|
static interface |
Registry.Key |
Modifier and Type | Method and Description |
---|---|
Profile.Section |
Profile.add(String sectionName) |
Profile.Section |
BasicProfile.add(String name) |
Profile.Section |
Profile.Section.addChild(String key) |
Profile.Section |
Profile.Section.getChild(String key) |
Profile.Section |
Profile.Section.getParent() |
Profile.Section |
Profile.Section.lookup(String... path) |
Profile.Section |
Profile.remove(Profile.Section section) |
Profile.Section |
BasicProfile.remove(Profile.Section section) |
Modifier and Type | Method and Description |
---|---|
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) |
Profile.Section |
Profile.remove(Profile.Section section) |
Registry.Key |
BasicRegistry.remove(Profile.Section section) |
Profile.Section |
BasicProfile.remove(Profile.Section section) |
protected void |
Ini.store(IniHandler formatter,
Profile.Section section) |
protected void |
Ini.store(IniHandler formatter,
Profile.Section section,
String option,
int index) |
Copyright © 2014. All rights reserved.