Package com.inet.config
package com.inet.config
-
ClassDescriptionStorage of the various properties used by the application to determine various behaviors, paths, and options.This event is fired, if: A
Configuration
has changed throughConfiguration.put(String, String)
orConfiguration.putAll(java.util.Map)
. The "current" configuration used by the application has changed.A listener for a ConfigurationChangeEvent.Manager in charge of storing, creating, copying, renaming, deleting, and fetching configurations.A configuration migrator migrate the settings of a configuration to a newer version.