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

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

Subclasses of DescribedProperty in de.smartics.properties.api.config.domain
 class ValidatedProperty
          A validated property provides, in addition to a Property also the resolved, converted, and validated value.
 

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

Constructors in de.smartics.properties.api.config.domain with parameters of type DescribedProperty
DescribedProperty(DescribedProperty property)
          Copy-constructor.
ValidatedProperty(DescribedProperty describedProperty, String expression, Object validatedValue)
          Default constructor.
 

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

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

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

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

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

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



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