Uses of Class
org.apache.juneau.config.event.ConfigEvent
Packages that use ConfigEvent
-
Uses of ConfigEvent in org.apache.juneau.config.event
Methods in org.apache.juneau.config.event that return ConfigEventModifier and TypeMethodDescriptionstatic ConfigEvent
ConfigEvent.removeEntry
(String config, String section, String key) Removes a value from a configuration.static ConfigEvent
ConfigEvent.removeSection
(String config, String section) Removes a section from the config.static ConfigEvent
ConfigEvent.setEntry
(String config, String section, String key, String value, String modifiers, String comment, List<String> prelines) Sets or replaces a value in a configuration.static ConfigEvent
ConfigEvent.setSection
(String config, String section, List<String> prelines) Adds a new empty section to the config.