Uses of Class
org.apache.juneau.config.internal.ConfigMap
Packages that use ConfigMap
Package
Description
-
Uses of ConfigMap in org.apache.juneau.config
Constructors in org.apache.juneau.config with parameters of type ConfigMap -
Uses of ConfigMap in org.apache.juneau.config.internal
Methods in org.apache.juneau.config.internal that return ConfigMapModifier and TypeMethodDescriptionConfigMap.commit()
Persist any changes made to this map and signal all listeners.Overwrites the contents of the config file.ConfigMap.register
(ConfigEventListener listener) Registers an event listener on this map.ConfigMap.removeEntry
(String section, String key) Removes an entry.ConfigMap.removeImport
(String section, String importName) Not implemented.ConfigMap.removeSection
(String section) Removes a section.ConfigMap.rollback()
Does a rollback of any changes on this map currently in memory.ConfigMap.setEntry
(String section, String key, String value, String modifiers, String comment, List<String> preLines) Adds or overwrites an existing entry.Not implemented.ConfigMap.setSection
(String section, List<String> preLines) Adds a new section or replaces the pre-lines on an existing section.ConfigMap.unregister
(ConfigEventListener listener) Unregisters an event listener from this map. -
Uses of ConfigMap in org.apache.juneau.config.store
Methods in org.apache.juneau.config.store that return ConfigMap