Uses of Interface
de.smartics.properties.api.core.domain.PropertyContext

Packages that use PropertyContext
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.context Provides properties configuration information. 
de.smartics.properties.spi.core.metadata Provides helpers to read metadata from property descriptor interfaces. 
 

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

Methods in de.smartics.properties.api.config.domain that return PropertyContext
 PropertyContext ConfigurationProperties.getContext(PropertyDescriptor descriptor)
          Returns the properties context the property described by the given descriptor is part of.
 

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

Methods in de.smartics.properties.api.core.domain that return PropertyContext
 PropertyContext PropertyDescriptor.getContext()
          Returns the context of the property descriptor.
 

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

Methods in de.smartics.properties.impl.config.cache that return PropertyContext
 PropertyContext AbstractCacheConfigurationPropertiesManagement.getContext(PropertyDescriptor descriptor)
           
 

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

Methods in de.smartics.properties.spi.config.domain that return PropertyContext
 PropertyContext ConfigurationPropertiesProxy.getContext(PropertyDescriptor descriptor)
           
 

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

Methods in de.smartics.properties.spi.config.support that return PropertyContext
 PropertyContext AbstractConfigurationProperties.getContext(PropertyDescriptor descriptor)
           
 

Uses of PropertyContext in de.smartics.properties.spi.core.context
 

Classes in de.smartics.properties.spi.core.context that implement PropertyContext
 class MandatoryPropertyContext
          Provides context information for a given property.
 

Methods in de.smartics.properties.spi.core.context that return PropertyContext
 PropertyContext PropertyContextProxy.getPropertyContext(PropertyDescriptor propertyDescriptor)
           
 PropertyContext PropertyContextProvider.getPropertyContext(PropertyDescriptor propertyDescriptor)
          Creates a new property context for the given propertyDescriptor.
 

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

Methods in de.smartics.properties.spi.core.metadata that return PropertyContext
 PropertyContext PropertyMetaData.getContext()
           
 



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