Package com.inet.config
package com.inet.config
Provides all classes necessary to manage i-net Clear Reports Configurations.
A Configuration is a storage of the various preferences used by i-net Clear Reports to determine various behaviors, paths, and options.
-
ClassDescriptionStorage of the various properties used by the application to determine various behaviors, paths, and options.This event is fired, if: A
Configurationhas 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.