Package org.openbp.common.setting

Generic setting persistency mechanism.

See:
          Description

Interface Summary
SettingProvider A setting provider can retrieve and load setting values from/to persistent storage.
 

Class Summary
FixedSettingProvider Implementation of a setting provider that supports access to System properties.
PropertyFileProvider Implementation of a setting provider that supports access to property files.
ProviderInfo Element of the setting provider list.
SettingResolver The setting resolver manages a chain of setting providers.
SettingUtil The setting util class provides utility methods for access to setting using the SettingResolver mechanism.
SystemPropertyProvider Implementation of a setting provider that supports access to System properties.
 

Package org.openbp.common.setting Description

Generic setting persistency mechanism. Supports property files, system property access etc.



Copyright © 2011. All Rights Reserved.