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

Packages that use UnknownPropertyException
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.resolve Provides an interface to the resolving placeholders. 
de.smartics.properties.spi.config.support Provides helpers for service provider to implement ConfigurationPropertiesFactory
 

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

Methods in de.smartics.properties.api.config.domain that throw UnknownPropertyException
 PropertyDescriptor ConfigurationPropertiesManagement.getDescriptor(PropertyKey key)
          Returns the descriptor for the given key.
 PropertyDescriptor ConfigurationPropertiesManagement.getDescriptor(String key)
          Returns the descriptor for the given key.
 Property ConfigurationProperties.getProperty(PropertyDescriptor descriptor)
          Returns the property for the given descriptor.
 Property 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.
 Property ConfigurationProperties.getProperty(PropertyKey key)
          Returns the property for the given key.
 Property ConfigurationProperties.getProperty(String key)
          Returns the property for the given key.
 Property 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.
 Object ConfigurationProperties.getPropertyValue(PropertyDescriptor descriptor, Object defaultValue)
          Returns the property value for the given descriptor, allowing to transparently provide a default value to be returned in case the property has not been set.
 Object ConfigurationProperties.getPropertyValue(PropertyKey key)
          Returns the property value for the given key.
 Object ConfigurationProperties.getPropertyValue(String key)
          Returns the property value for the given key.
 Object ConfigurationProperties.getPropertyValue(String key, Object defaultValue)
          Returns the property value for the given key, allowing to transparently provide a default value to be returned in case the property has not been set.
 String ConfigurationProperties.getPropertyValueAsString(String key)
          Returns the property string value for the given key.
 String ConfigurationProperties.getPropertyValueAsString(String key, Object defaultValue)
          Returns the property string value for the given key.
 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 UnknownPropertyException in de.smartics.properties.impl.config.cache
 

Methods in de.smartics.properties.impl.config.cache that throw UnknownPropertyException
 PropertyDescriptor AbstractCacheConfigurationPropertiesManagement.getDescriptor(PropertyKey key)
           
 PropertyDescriptor AbstractCacheConfigurationPropertiesManagement.getDescriptor(String key)
           
 Property AbstractCacheConfigurationPropertiesManagement.getProperty(PropertyDescriptor descriptor)
           
 Property AbstractCacheConfigurationPropertiesManagement.getProperty(PropertyDescriptor descriptor, Object defaultValue)
           
 Property AbstractCacheConfigurationPropertiesManagement.getProperty(PropertyKey key)
           
 Property AbstractCacheConfigurationPropertiesManagement.getProperty(String key)
           
 Property AbstractCacheConfigurationPropertiesManagement.getProperty(String key, Object defaultValue)
           
 Object AbstractCacheConfigurationPropertiesManagement.getPropertyValue(PropertyDescriptor descriptor, Object defaultValue)
           
 Object AbstractCacheConfigurationPropertiesManagement.getPropertyValue(PropertyKey key)
           
 Object AbstractCacheConfigurationPropertiesManagement.getPropertyValue(String key)
           
 Object AbstractCacheConfigurationPropertiesManagement.getPropertyValue(String key, Object defaultValue)
           
 String AbstractCacheConfigurationPropertiesManagement.getPropertyValueAsString(String key)
           
 String AbstractCacheConfigurationPropertiesManagement.getPropertyValueAsString(String key, Object defaultValue)
           
 ResolvedProperty AbstractCacheConfigurationPropertiesManagement.getResolvedProperty(PropertyDescriptor descriptor, Object defaultValue)
           
 ResolvedProperty AbstractCacheConfigurationPropertiesManagement.getResolvedProperty(PropertyKey key, Object defaultValue)
           
 ResolvedProperty AbstractCacheConfigurationPropertiesManagement.getResolvedProperty(String key, Object defaultValue)
           
 

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

Methods in de.smartics.properties.spi.config.domain that throw UnknownPropertyException
 PropertyDescriptor ConfigurationPropertiesManagementProxy.getDescriptor(PropertyKey key)
           
 PropertyDescriptor ConfigurationPropertiesManagementProxy.getDescriptor(String key)
           
 Property ConfigurationPropertiesProxy.getProperty(PropertyDescriptor descriptor)
           
 Property ConfigurationPropertiesProxy.getProperty(PropertyDescriptor descriptor, Object defaultValue)
           
 Property ConfigurationPropertiesProxy.getProperty(PropertyKey key)
           
 Property ConfigurationPropertiesProxy.getProperty(String key)
           
 Property ConfigurationPropertiesProxy.getProperty(String key, Object defaultValue)
           
 Object ConfigurationPropertiesProxy.getPropertyValue(PropertyDescriptor descriptor, Object defaultValue)
           
 Object ConfigurationPropertiesProxy.getPropertyValue(PropertyKey key)
           
 Object ConfigurationPropertiesProxy.getPropertyValue(String key)
           
 Object ConfigurationPropertiesProxy.getPropertyValue(String key, Object defaultValue)
           
 String ConfigurationPropertiesProxy.getPropertyValueAsString(String key)
           
 String ConfigurationPropertiesProxy.getPropertyValueAsString(String key, Object defaultValue)
           
 ResolvedProperty ConfigurationPropertiesProxy.getResolvedProperty(PropertyDescriptor descriptor, Object defaultValue)
           
 ResolvedProperty ConfigurationPropertiesProxy.getResolvedProperty(PropertyKey key, Object defaultValue)
           
 ResolvedProperty ConfigurationPropertiesProxy.getResolvedProperty(String key, Object defaultValue)
           
 

Uses of UnknownPropertyException in de.smartics.properties.spi.config.resolve
 

Methods in de.smartics.properties.spi.config.resolve that throw UnknownPropertyException
 String ResolveContext.get(String key)
          Returns the value for the given key.
 String ConfigurationPropertiesResolveContext.get(String key)
          Returns the value for the given key.
 

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

Methods in de.smartics.properties.spi.config.support that throw UnknownPropertyException
 PropertyDescriptor ConfigurationPropertiesManagementWithDefaults.getDescriptor(PropertyKey key)
           
 PropertyDescriptor AbstractConfigurationPropertiesManagement.getDescriptor(PropertyKey key)
           
 PropertyDescriptor ConfigurationPropertiesManagementWithDefaults.getDescriptor(String key)
           
 PropertyDescriptor AbstractConfigurationPropertiesManagement.getDescriptor(String key)
           
 Property AbstractConfigurationProperties.getProperty(PropertyDescriptor descriptor)
           
 Property ConfigurationPropertiesManagementWithDefaults.getProperty(PropertyDescriptor descriptor, Object defaultValue)
           
 Property AbstractConfigurationPropertiesManagement.getProperty(PropertyDescriptor descriptor, Object defaultValue)
           
 Property AbstractConfigurationProperties.getProperty(PropertyKey key)
           
 Property AbstractConfigurationProperties.getProperty(String key)
           
 Property ConfigurationPropertiesManagementWithDefaults.getProperty(String key, Object defaultValue)
           
 Property AbstractConfigurationPropertiesManagement.getProperty(String key, Object defaultValue)
           
 Property AbstractConfigurationProperties.getProperty(String key, Object defaultValue)
           
 Object AbstractConfigurationProperties.getPropertyValue(PropertyDescriptor descriptor, Object defaultValue)
           
 Object AbstractConfigurationProperties.getPropertyValue(PropertyKey key)
           
 Object AbstractConfigurationProperties.getPropertyValue(String key)
           
 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.