| Package | Description |
|---|---|
| com.izforge.izpack.api.config |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Registry.Key |
| Modifier and Type | Method and Description |
|---|---|
Profile.Section |
BasicProfile.add(String name) |
Profile.Section |
Profile.add(String sectionName) |
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 |
BasicProfile.remove(Profile.Section section) |
Profile.Section |
Profile.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) |
Registry.Key |
BasicRegistry.remove(Profile.Section section) |
Profile.Section |
BasicProfile.remove(Profile.Section section) |
Profile.Section |
Profile.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 © 2001–2025. All rights reserved.