Uses of Class
org.openbp.common.setting.SettingResolver

Packages that use SettingResolver
org.openbp.common.setting Generic setting persistency mechanism. 
 

Uses of SettingResolver in org.openbp.common.setting
 

Methods in org.openbp.common.setting that return SettingResolver
static SettingResolver SettingUtil.getStandardResolver()
          Gets the standard resolver.
 

Methods in org.openbp.common.setting with parameters of type SettingResolver
static java.lang.String SettingUtil.expandVariables(java.lang.String s, boolean mandatory, SettingResolver resolver)
          Substitutes variables in the given string using the supplied setting resolver.
static boolean SettingUtil.getBooleanSetting(java.lang.String name, boolean dflt, SettingResolver resolver)
          Gets a boolean setting value or the default using the supplied setting resolver.
static int SettingUtil.getIntSetting(java.lang.String name, int dflt, SettingResolver resolver)
          Gets an integer setting value or the default using the supplied setting resolver.
static java.lang.String SettingUtil.getStringSetting(java.lang.String name, java.lang.String dflt, SettingResolver resolver)
          Gets a string setting value or the default using the supplied setting resolver.
static boolean SettingUtil.saveSettings(SettingResolver resolver)
          Saves the current setting values of the setting provider of the specified 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, SettingResolver resolver)
          Sets an integer setting value using the supplied setting resolver.
static void SettingUtil.setStandardResolver(SettingResolver standardResolverArg)
          Sets the standard 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.
 



Copyright © 2011. All Rights Reserved.