Uses of Interface
net.csdn.common.settings.Settings

Packages that use Settings
net.csdn.common.env   
net.csdn.common.logging   
net.csdn.common.logging.log4j   
net.csdn.common.settings   
 

Uses of Settings in net.csdn.common.env
 

Constructors in net.csdn.common.env with parameters of type Settings
Environment(Settings settings)
           
 

Uses of Settings in net.csdn.common.logging
 

Methods in net.csdn.common.logging with parameters of type Settings
static CSLogger Loggers.getLogger(Class clazz, Settings settings, String... prefixes)
           
static CSLogger Loggers.getLogger(String loggerName, Settings settings, String... prefixes)
           
 

Uses of Settings in net.csdn.common.logging.log4j
 

Methods in net.csdn.common.logging.log4j with parameters of type Settings
static void LogConfigurator.configure(Settings settings)
           
 

Uses of Settings in net.csdn.common.settings
 

Classes in net.csdn.common.settings that implement Settings
 class ImmutableSettings
          BlogInfo: william Date: 11-9-1 Time: 下午3:56
 

Fields in net.csdn.common.settings declared as Settings
static Settings ImmutableSettings.Builder.EMPTY_SETTINGS
           
 

Methods in net.csdn.common.settings that return Settings
 Settings Settings.Builder.build()
          Builds the settings.
 Settings ImmutableSettings.Builder.build()
          Builds a Settings (underlying uses ImmutableSettings) based on everything set on this builder.
 Settings Settings.getByPrefix(String prefix)
          A settings that are filtered (and key is removed) with the specified prefix.
 Settings ImmutableSettings.getByPrefix(String prefix)
           
static Settings InternalSettingsPreparer.simplePrepareSettings(Settings pSettings, InputStream inputStream)
           
 

Methods in net.csdn.common.settings that return types with arguments of type Settings
 Map<String,Settings> Settings.getGroups(String settingPrefix)
          Returns group settings for the given setting prefix.
 Map<String,Settings> ImmutableSettings.getGroups(String settingPrefix)
           
static Tuple<Settings,Environment> InternalSettingsPreparer.prepareSettings(Settings pSettings)
           
 

Methods in net.csdn.common.settings with parameters of type Settings
static Tuple<Settings,Environment> InternalSettingsPreparer.prepareSettings(Settings pSettings)
           
 ImmutableSettings.Builder ImmutableSettings.Builder.put(Settings settings)
          Sets all the provided settings.
static Settings InternalSettingsPreparer.simplePrepareSettings(Settings pSettings, InputStream inputStream)
           
 



Copyright © 2014. All Rights Reserved.