Uses of Interface
org.openbp.common.setting.SettingProvider

Packages that use SettingProvider
org.openbp.common.application Application loading support. 
org.openbp.common.setting Generic setting persistency mechanism. 
 

Uses of SettingProvider in org.openbp.common.application
 

Classes in org.openbp.common.application that implement SettingProvider
 class RootDirProvider
          Provider that resolves the read-only property 'RootDir' to the application root directory (see Application.getRootDir()).
 

Uses of SettingProvider in org.openbp.common.setting
 

Classes in org.openbp.common.setting that implement SettingProvider
 class FixedSettingProvider
          Implementation of a setting provider that supports access to System properties.
 class PropertyFileProvider
          Implementation of a setting provider that supports access to property files.
 class SystemPropertyProvider
          Implementation of a setting provider that supports access to System properties.
 

Methods in org.openbp.common.setting that return SettingProvider
 SettingProvider ProviderInfo.getProvider()
          Gets the setting provider.
 SettingProvider SettingResolver.getProvider(java.lang.String name)
          Gets a provider by its name.
static SettingProvider SettingUtil.setBooleanSetting(java.lang.String name, boolean value)
          Sets a boolean setting value using the standard setting resolver.
static SettingProvider SettingUtil.setBooleanSetting(java.lang.String name, boolean value, SettingResolver resolver)
          Sets a boolean setting value using the supplied setting resolver.
static SettingProvider SettingUtil.setIntSetting(java.lang.String name, int value)
          Sets an integer setting value using the standard setting resolver.
static SettingProvider SettingUtil.setIntSetting(java.lang.String name, int value, SettingResolver resolver)
          Sets an integer setting value using the supplied setting resolver.
 SettingProvider SettingResolver.setSetting(java.lang.String name, java.lang.Object value)
          Sets a setting.
static SettingProvider SettingUtil.setStringSetting(java.lang.String name, java.lang.String value)
          Sets a string setting value using the standard setting resolver.
static SettingProvider SettingUtil.setStringSetting(java.lang.String name, java.lang.String value, SettingResolver resolver)
          Sets a string setting value using the supplied setting resolver.
 

Methods in org.openbp.common.setting with parameters of type SettingProvider
 void SettingResolver.addProvider(java.lang.String name, SettingProvider provider, int priority)
          Adds a provider.
 void ProviderInfo.setProvider(SettingProvider provider)
          Sets the setting provider.
 

Constructors in org.openbp.common.setting with parameters of type SettingProvider
ProviderInfo(java.lang.String name, SettingProvider provider, int priority)
          Constructor.
 



Copyright © 2011. All Rights Reserved.