|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConfigurationService | |
org.sape.carbon.core.bootstrap | |
org.sape.carbon.core.config | |
org.sape.carbon.core.config.cache |
Uses of ConfigurationService in org.sape.carbon.core.bootstrap |
Fields in org.sape.carbon.core.bootstrap declared as ConfigurationService | |
private ConfigurationService |
BootStrapper.configurationService
The ConfigurationService for the Carbon Core |
Methods in org.sape.carbon.core.bootstrap that return ConfigurationService | |
ConfigurationService |
Loader.fetchConfigurationService()
Loads the root ConfigurationService for the system
and returns it. |
ConfigurationService |
DefaultLoader.fetchConfigurationService()
Loads the root ConfigurationService for the system
and returns it. |
ConfigurationService |
BootStrapper.fetchConfigurationService()
Gets a reference to the root configuration provider for the system. |
Methods in org.sape.carbon.core.bootstrap with parameters of type ConfigurationService | |
ComponentKeeper |
Loader.fetchComponentKeeper(ConfigurationService configurationService)
Loads the ComponentKeeper for the system and returns it. |
ComponentKeeper |
DefaultLoader.fetchComponentKeeper(ConfigurationService configurationService)
Loads the ComponentKeeper for the system and returns it. |
Uses of ConfigurationService in org.sape.carbon.core.config |
Classes in org.sape.carbon.core.config that implement ConfigurationService | |
class |
Config
Config implements a static singleton pattern to provide
a single point of access for configuration data. |
class |
DefaultRootConfigurationService
Implementation of RootConfigurationService that traverses
the node tree to fetch and store configuration data. |
Fields in org.sape.carbon.core.config declared as ConfigurationService | |
private ConfigurationService |
Config.configService
Cached reference to the initial ConfigurationService
in the system. |
Methods in org.sape.carbon.core.config that return ConfigurationService | |
ConfigurationService |
DefaultConfigurationServiceFactory.getInstance(ConfigurationDocument configurationDocument)
|
ConfigurationService |
ConfigurationServiceFactory.getInstance(ConfigurationDocument configurationDocument)
Gets an instance of a ConfigurationService using the
Configuration contained in rootConfiguration
to determine the appropriate behavior. |
ConfigurationService |
Config.getConfigurationService()
Provides static access to the Configuration Service. |
Uses of ConfigurationService in org.sape.carbon.core.config.cache |
Fields in org.sape.carbon.core.config.cache declared as ConfigurationService | |
private ConfigurationService |
SynchronizedConfigurationCache.configService
Holds the config service being cached. |
private ConfigurationService |
DoubleCheckConfigurationCache.configService
Holds the config service being cached. |
Methods in org.sape.carbon.core.config.cache with parameters of type ConfigurationService | |
static ConfigurationCache |
ConfigurationCacheFactory.getInstance(ConfigurationService configService)
Gets a new instance of the configured ConfigurationCache |
Constructors in org.sape.carbon.core.config.cache with parameters of type ConfigurationService | |
SynchronizedConfigurationCache(ConfigurationService configService)
Constructs a new SynchronizedConfigurationCache. |
|
DoubleCheckConfigurationCache(ConfigurationService configService)
Constructs a new DoubleCheckConfigurationCache around the given service. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |