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

Packages that use ValidatedProperty
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 ValidatedProperty in de.smartics.properties.api.config.domain
 

Methods in de.smartics.properties.api.config.domain that return ValidatedProperty
 ValidatedProperty ConfigurationProperties.getValidatedProperty(PropertyDescriptor descriptor, Object defaultValue)
          Returns the validated 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.
 ValidatedProperty ConfigurationProperties.getValidatedProperty(PropertyKey key, Object defaultValue)
          Returns the validated property for the given key, allowing to transparently provide a default value to be returned in case the property has not been set.
 ValidatedProperty ConfigurationProperties.getValidatedProperty(String key, Object defaultValue)
          Returns the validated 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 ValidatedProperty in de.smartics.properties.impl.config.cache
 

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

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

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

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

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



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