Package de.businesscode.bcdui.toolbox.config
-
Interface Summary Interface Description ConfigurationProvider configuration provider interfaceDbProperties.Listener -
Class Summary Class Description BareConfiguration bare configuration singleton, this class is for internal purpose and must not be used in projects, consider usingConfiguration
that purpose.DbProperties this class loads the configuration properties from database, this class is thread-safe and can also be used as a singleton, theDbProperties.getProperties(String)
method is used to retrieve properties and it will keep the internal data up-to-date in caseDbProperties.refreshCycleSec
has been set in constructor.