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

Packages that use PropertyDescriptorRegistry
de.smartics.properties.api.config.app Provides application configurations to be used by clients to this library. 
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.impl.config.classpath Provides a ConfigurationProperties implementation based on Properties that provides properties from registered declarations and definitions on the class path. 
de.smartics.properties.impl.config.ds Provides a SerializableConfigurationPropertiesManagement implementation based on DataSource
de.smartics.properties.impl.config.jndi Provides a SerializableConfigurationPropertiesManagement implementation based on JNDI. 
de.smartics.properties.impl.config.properties Provides a ConfigurationProperties implementation based on Properties
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
de.smartics.properties.spi.core.registry Provides registries to access properties meta information. 
 

Uses of PropertyDescriptorRegistry in de.smartics.properties.api.config.app
 

Methods in de.smartics.properties.api.config.app that return PropertyDescriptorRegistry
 PropertyDescriptorRegistry ConfigurationPropertiesFactory.getRegistry()
          Returns the registry of declarations used by all created configurations.
 

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

Methods in de.smartics.properties.api.config.domain that return PropertyDescriptorRegistry
 PropertyDescriptorRegistry ConfigurationRepositoryManagement.getRegistry()
          Returns the registry to resolve property descriptors.
 PropertyDescriptorRegistry ConfigurationPropertiesManagement.getRegistry()
          Returns the registry to resolve property descriptors.
 

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

Methods in de.smartics.properties.impl.config.cache that return PropertyDescriptorRegistry
 PropertyDescriptorRegistry AbstractCacheConfigurationPropertiesManagement.getRegistry()
           
 

Uses of PropertyDescriptorRegistry in de.smartics.properties.impl.config.classpath
 

Constructors in de.smartics.properties.impl.config.classpath with parameters of type PropertyDescriptorRegistry
ClasspathConfigurationProperties(ConfigurationKey<?> key, PropertyDescriptorRegistry registry, PropertyValueSecurity decrypter)
          Default constructor.
 

Uses of PropertyDescriptorRegistry in de.smartics.properties.impl.config.ds
 

Constructors in de.smartics.properties.impl.config.ds with parameters of type PropertyDescriptorRegistry
DataSourceConfigurationProperties(ConfigurationKey<?> key, PropertyDescriptorRegistry registry, PropertiesStore store, PropertyValueSecurity decrypter)
          Default constructor.
 

Uses of PropertyDescriptorRegistry in de.smartics.properties.impl.config.jndi
 

Constructors in de.smartics.properties.impl.config.jndi with parameters of type PropertyDescriptorRegistry
JndiConfigurationProperties(ConfigurationKey<?> key, PropertyDescriptorRegistry registry, PropertyValueSecurity decrypter)
          Default constructor.
 

Uses of PropertyDescriptorRegistry in de.smartics.properties.impl.config.properties
 

Constructors in de.smartics.properties.impl.config.properties with parameters of type PropertyDescriptorRegistry
PropertiesConfigurationProperties(ConfigurationKey<?> key, PropertyDescriptorRegistry registry, PropertyValueSecurity decrypter)
          Default constructor.
 

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

Methods in de.smartics.properties.spi.config.domain that return PropertyDescriptorRegistry
 PropertyDescriptorRegistry ConfigurationPropertiesManagementProxy.getRegistry()
           
 

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

Constructors in de.smartics.properties.spi.config.resolve with parameters of type PropertyDescriptorRegistry
ConfigurationPropertiesResolveContext(PropertyDescriptorRegistry registry, ConfigurationProperties config)
          Default constructor.
SimplePropertyValueResolver(PropertyDescriptorRegistry registry, ConfigurationProperties config)
          Default constructor.
 

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

Methods in de.smartics.properties.spi.config.support that return PropertyDescriptorRegistry
 PropertyDescriptorRegistry InMemoryConfigurationRepositoryManagement.getRegistry()
          Returns the registry to resolve property descriptors.
 PropertyDescriptorRegistry AbstractConfigurationPropertiesFactory.getRegistry()
           
 PropertyDescriptorRegistry AbstractConfigurationProperties.getRegistry()
          Returns the registry to resolve property descriptors.
 

Constructors in de.smartics.properties.spi.config.support with parameters of type PropertyDescriptorRegistry
AbstractAdminModeConfigurationProperties(ConfigurationKey<?> key, PropertyDescriptorRegistry registry, PropertyValueSecurity decrypter)
          Default constructor.
AbstractConfigurationProperties(ConfigurationKey<?> key, PropertyDescriptorRegistry registry, PropertyValueSecurity decrypter)
          Default constructor.
AbstractConfigurationPropertiesManagement(ConfigurationKey<?> key, PropertyDescriptorRegistry registry, PropertyValueSecurity decrypter)
          Default constructor.
AbstractExternalConfigurationPropertiesManagement(ConfigurationKey<?> key, PropertyDescriptorRegistry registry, PropertyValueSecurity decrypter)
          Default constructor.
AbstractInMemoryConfigurationProperties(ConfigurationKey<?> key, PropertyDescriptorRegistry registry, boolean requiresDefaultOnClassPath, PropertyValueSecurity decrypter)
          Default constructor requiring that a properties file with the same name as the properties set class exists on the class path.
AbstractInMemoryConfigurationProperties(ConfigurationKey<?> key, PropertyDescriptorRegistry registry, PropertyValueSecurity decrypter)
          Convenience constructor requiring that a properties file with the same name as the properties set class exists on the class path.
BootConfigurationProperties(PropertyDescriptorRegistry registry, PropertyValueSecurity decrypter)
          Default constructor.
InMemoryConfigurationRepositoryManagement(PropertyDescriptorRegistry registry, ConfigurationPropertiesManagementFactory factory)
          Default constructor.
 

Uses of PropertyDescriptorRegistry in de.smartics.properties.spi.core.registry
 

Classes in de.smartics.properties.spi.core.registry that implement PropertyDescriptorRegistry
 class InMemoryPropertyDescriptorRegistry
          A registry for a set of property descriptors stored in-memory.
 



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