Uses of Class
org.apache.juneau.config.event.ConfigEvent
Packages that use ConfigEvent
- 
Uses of ConfigEvent in org.apache.juneau.config.eventMethods in org.apache.juneau.config.event that return ConfigEventModifier and TypeMethodDescriptionstatic ConfigEventConfigEvent.removeEntry(String config, String section, String key) Removes a value from a configuration.static ConfigEventConfigEvent.removeSection(String config, String section) Removes a section from the config.static ConfigEventConfigEvent.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 ConfigEventConfigEvent.setSection(String config, String section, List<String> prelines) Adds a new empty section to the config.