Uses of Class
de.smartics.properties.api.core.domain.PropertyKey

Packages that use PropertyKey
de.smartics.properties.api.config.domain Provides domain objects for configuration. 
de.smartics.properties.api.core.domain Provides property domain objects and exceptions. 
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
de.smartics.properties.spi.core.metadata Provides helpers to read metadata from property descriptor interfaces. 
 

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

Methods in de.smartics.properties.api.config.domain with parameters of type PropertyKey
 void ConfigurationProperties.addPropertyChangeListener(PropertyKey name, PropertyChangeListener listener)
          Adds the given listener as a listener to the given property.
 PropertyDescriptor ConfigurationPropertiesManagement.getDescriptor(PropertyKey key)
          Returns the descriptor for the given key.
 DescribedProperty ConfigurationProperties.getProperty(PropertyKey key)
          Returns the property for the given key.
 Object ConfigurationProperties.getPropertyValue(PropertyKey key)
          Returns the property value for the given key.
 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.
 void ConfigurationProperties.removePropertyChangeListener(PropertyKey name, PropertyChangeListener listener)
          Removes the given listener as a listener to the given property.
 Property ConfigurationPropertiesManagement.setProperty(PropertyKey key, String value)
          Sets the property value for the given key.
 Property ConfigurationPropertiesManagement.unsetProperty(PropertyKey key)
          Unsets the property value for the given key.
 

Uses of PropertyKey in de.smartics.properties.api.core.domain
 

Methods in de.smartics.properties.api.core.domain that return PropertyKey
static PropertyKey PropertyKey.create(String qualifiedName)
          Creates an instance for the given qualified name.
static PropertyKey PropertyKey.create(String qualifiedName, char separator)
          Creates an instance for the given qualified name.
static PropertyKey PropertyKey.create(String propertySet, String name)
          Creates an instance for the given set and name.
 PropertyKey PropertyDescriptor.getKey()
          Returns the key of the property.
 PropertyKey PropertyValueResolveException.getPropertyKey()
          Returns the key of the property raising the exception.
 PropertyKey PropertyMessageBean.getPropertyKey()
          Returns the key of the property raising the exception.
 

Methods in de.smartics.properties.api.core.domain with parameters of type PropertyKey
 int PropertyKey.compareTo(PropertyKey o)
           
 

Constructors in de.smartics.properties.api.core.domain with parameters of type PropertyKey
PropertyMessageBean(PropertiesCode code, Throwable cause, PropertyKey propertyKey)
          Default constructor.
 

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

Methods in de.smartics.properties.impl.config.cache with parameters of type PropertyKey
 void AbstractCacheConfigurationPropertiesManagement.addPropertyChangeListener(PropertyKey name, PropertyChangeListener listener)
           
 PropertyDescriptor AbstractCacheConfigurationPropertiesManagement.getDescriptor(PropertyKey key)
           
 DescribedProperty AbstractCacheConfigurationPropertiesManagement.getProperty(PropertyKey key)
           
 Object AbstractCacheConfigurationPropertiesManagement.getPropertyValue(PropertyKey key)
           
 ValidatedProperty AbstractCacheConfigurationPropertiesManagement.getValidatedProperty(PropertyKey key, Object defaultValue)
           
 void AbstractCacheConfigurationPropertiesManagement.removePropertyChangeListener(PropertyKey name, PropertyChangeListener listener)
           
 Property AbstractCacheConfigurationPropertiesManagement.setProperty(PropertyKey key, String value)
           
 Property AbstractCacheConfigurationPropertiesManagement.unsetProperty(PropertyKey key)
           
 

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

Methods in de.smartics.properties.spi.config.domain with parameters of type PropertyKey
 void ConfigurationPropertiesProxy.addPropertyChangeListener(PropertyKey name, PropertyChangeListener listener)
           
 PropertyDescriptor ConfigurationPropertiesManagementProxy.getDescriptor(PropertyKey key)
           
 DescribedProperty ConfigurationPropertiesProxy.getProperty(PropertyKey key)
           
 Object ConfigurationPropertiesProxy.getPropertyValue(PropertyKey key)
           
 ValidatedProperty ConfigurationPropertiesProxy.getValidatedProperty(PropertyKey key, Object defaultValue)
           
 void ConfigurationPropertiesProxy.removePropertyChangeListener(PropertyKey name, PropertyChangeListener listener)
           
 Property ConfigurationPropertiesManagementProxy.setProperty(PropertyKey key, String value)
           
 Property ConfigurationPropertiesManagementProxy.unsetProperty(PropertyKey key)
           
 

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

Methods in de.smartics.properties.spi.config.support with parameters of type PropertyKey
 void AbstractConfigurationProperties.addPropertyChangeListener(PropertyKey name, PropertyChangeListener listener)
           
 PropertyDescriptor ConfigurationPropertiesManagementWithDefaults.getDescriptor(PropertyKey key)
           
 PropertyDescriptor AbstractConfigurationPropertiesManagement.getDescriptor(PropertyKey key)
           
 DescribedProperty AbstractConfigurationProperties.getProperty(PropertyKey key)
           
 Object AbstractConfigurationProperties.getPropertyValue(PropertyKey key)
           
 ValidatedProperty AbstractConfigurationProperties.getValidatedProperty(PropertyKey key, Object defaultValue)
           
 void AbstractConfigurationProperties.removePropertyChangeListener(PropertyKey name, PropertyChangeListener listener)
           
 Property ConfigurationPropertiesManagementWithDefaults.setProperty(PropertyKey key, String value)
          Sets the property value for the given key.
 Property AbstractConfigurationPropertiesManagement.setProperty(PropertyKey key, String value)
           
 Property ConfigurationPropertiesManagementWithDefaults.unsetProperty(PropertyKey key)
          Unsets the property value for the given key.
 Property AbstractConfigurationPropertiesManagement.unsetProperty(PropertyKey key)
           
 

Uses of PropertyKey in de.smartics.properties.spi.core.metadata
 

Methods in de.smartics.properties.spi.core.metadata that return PropertyKey
 PropertyKey PropertyMetaData.getKey()
           
 PropertyKey PropertyMetaData.Builder.getKey()
          Returns the key of the property.
 PropertyKey PropertyMetaDataParser.readKey(Method method)
          Reads the property key information from the method.
 

Methods in de.smartics.properties.spi.core.metadata with parameters of type PropertyKey
 PropertyMetaData.Builder PropertyMetaData.Builder.with(PropertyKey key)
          Sets the key of the property.
 

Constructors in de.smartics.properties.spi.core.metadata with parameters of type PropertyKey
MetaInfDocumentMetaDataProxy(PropertyKey key, PropertiesContext context, Method propertyMethod)
          Default constructor.
 



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