Modifier and Type | Method and Description |
---|---|
Section |
Config.addSection(String name)
Define a new section with a given name and makes the new section the active section.
|
Section |
Config.getSectionFirst(String name)
Search the in-memory list of sections and return the first section with the given name.
|
Section |
Config.getSectionFirst(String name,
String tag)
Search the in-memory list of sections and return the first section with the given name and tag name.
|
Modifier and Type | Method and Description |
---|---|
ArrayList<Section> |
Config.getSection(String name)
Search the in-memory list of sections and return a list of sections with the given name.
|
ArrayList<Section> |
Config.getSection(String name,
String tag)
Search the in-memory list of sections with the given name and assigned tag and return a list of matching sections.
|
Modifier and Type | Method and Description |
---|---|
void |
Config.setProperty(Section section,
String name,
String value)
Set the value of a property for a section.
|
Copyright © 2014-2016 Regents University of California. All Rights Reserved.