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