Uses of Class
de.smartics.properties.api.config.domain.ResolvedProperty

Packages that use ResolvedProperty
de.smartics.properties.api.config.domain Provides domain objects for configuration. 
de.smartics.properties.impl.config.cache Provides a ConfigurationPropertiesManagement implementation that provides a cache. 
de.smartics.properties.spi.config.domain Provides domain objects for configuration. 
de.smartics.properties.spi.config.support Provides helpers for service provider to implement ConfigurationPropertiesFactory
 

Uses of ResolvedProperty in de.smartics.properties.api.config.domain
 

Methods in de.smartics.properties.api.config.domain that return ResolvedProperty
 ResolvedProperty ConfigurationProperties.getResolvedProperty(PropertyDescriptor descriptor, Object defaultValue)
          Returns the resolved property for the given descriptor's key, allowing to transparently provide a default value to be returned in case the property has not been set.
 ResolvedProperty ConfigurationProperties.getResolvedProperty(PropertyKey key, Object defaultValue)
          Returns the resolved property for the given key, allowing to transparently provide a default value to be returned in case the property has not been set.
 ResolvedProperty ConfigurationProperties.getResolvedProperty(String key, Object defaultValue)
          Returns the resolved property for the given key, allowing to transparently provide a default value to be returned in case the property has not been set.
 

Uses of ResolvedProperty in de.smartics.properties.impl.config.cache
 

Methods in de.smartics.properties.impl.config.cache that return ResolvedProperty
 ResolvedProperty AbstractCacheConfigurationPropertiesManagement.getResolvedProperty(PropertyDescriptor descriptor, Object defaultValue)
           
 ResolvedProperty AbstractCacheConfigurationPropertiesManagement.getResolvedProperty(PropertyKey key, Object defaultValue)
           
 ResolvedProperty AbstractCacheConfigurationPropertiesManagement.getResolvedProperty(String key, Object defaultValue)
           
 

Uses of ResolvedProperty in de.smartics.properties.spi.config.domain
 

Methods in de.smartics.properties.spi.config.domain that return ResolvedProperty
 ResolvedProperty ConfigurationPropertiesProxy.getResolvedProperty(PropertyDescriptor descriptor, Object defaultValue)
           
 ResolvedProperty ConfigurationPropertiesProxy.getResolvedProperty(PropertyKey key, Object defaultValue)
           
 ResolvedProperty ConfigurationPropertiesProxy.getResolvedProperty(String key, Object defaultValue)
           
 

Uses of ResolvedProperty in de.smartics.properties.spi.config.support
 

Methods in de.smartics.properties.spi.config.support that return ResolvedProperty
 ResolvedProperty ConfigurationPropertiesManagementWithDefaults.getResolvedProperty(PropertyDescriptor descriptor, Object defaultValue)
           
 ResolvedProperty AbstractConfigurationPropertiesManagement.getResolvedProperty(PropertyDescriptor descriptor, Object defaultValue)
           
 ResolvedProperty AbstractConfigurationProperties.getResolvedProperty(PropertyKey key, Object defaultValue)
           
 ResolvedProperty AbstractConfigurationProperties.getResolvedProperty(String key, Object defaultValue)
           
 



Copyright © 2012-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.