Package nz.org.riskscape.config.ini4j
Class Ini4jConfigSection
java.lang.Object
nz.org.riskscape.config.ConfigSection
nz.org.riskscape.config.ini4j.Ini4jConfigSection
- All Implemented Interfaces:
Ini4jConfigConstants
public class Ini4jConfigSection
extends nz.org.riskscape.config.ConfigSection
implements Ini4jConfigConstants
-
Field Summary
Fields inherited from interface nz.org.riskscape.config.ini4j.Ini4jConfigConstants
AUTOIMPORT_DEFAULT, AUTOIMPORT_KEY, DEFAULT_PROJECT_INI, FILE_PROTO, IMPORT_KEY, INI_SUFFIX, PROJECT_SECTION, RECURSION_LIMIT, TYPE_PREFIXES
-
Constructor Summary
ConstructorsConstructorDescriptionIni4jConfigSection
(org.ini4j.Profile.Section section, URI location, String name) -
Method Summary
Methods inherited from class nz.org.riskscape.config.ConfigSection
equals, getAll, getLocation, getName, getOne, getOneRequired, hashCode, hasKey, toMap, toMultiMap, wild
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface nz.org.riskscape.config.ini4j.Ini4jConfigConstants
getWellKnownTypePrefix
-
Constructor Details
-
Ini4jConfigSection
-
-
Method Details