Package nz.org.riskscape.config.ini
Class IniConfigSection
java.lang.Object
nz.org.riskscape.config.ConfigSection
nz.org.riskscape.config.ini.IniConfigSection
public class IniConfigSection
extends nz.org.riskscape.config.ConfigSection
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumMode that determines how to resolve conflicts when there are multiple INI sections with the same ID. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe key used to specify aIniConfigSection.ConflictModein config files. -
Constructor Summary
ConstructorsConstructorDescriptionIniConfigSection(URI location, String name, nz.org.riskscape.ini.Section section) -
Method Summary
Modifier and TypeMethodDescriptionnz.org.riskscape.ini.SectionMethods inherited from class nz.org.riskscape.config.ConfigSection
equals, getAll, getLocation, getName, getOne, getOneRequired, hashCode, hasKey, toMap, toMultiMap, wild
-
Field Details
-
ON_CONFLICT_KEY
The key used to specify a
IniConfigSection.ConflictModein config files.- See Also:
-
-
Constructor Details
-
IniConfigSection
-
-
Method Details