Uses of Package
de.smartics.properties.api.core.domain

Packages that use de.smartics.properties.api.core.domain
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.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.properties Provides a ConfigurationProperties implementation based on Properties
de.smartics.properties.report.data Provides classes that represent report data. 
de.smartics.properties.spi.config.definition Provides helpers to deal with definition.xml information. 
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.constraint Provides information about property values constraints. 
de.smartics.properties.spi.core.constraint.jsr303 Provides wrappers to use JSR-303 constraints for property validation. 
de.smartics.properties.spi.core.constraints Provides standard constraints. 
de.smartics.properties.spi.core.context Provides properties configuration information. 
de.smartics.properties.spi.core.convert Provides utilities to convert property values from and to Strings. 
de.smartics.properties.spi.core.metadata Provides helpers to read metadata from property descriptor interfaces. 
de.smartics.properties.spi.core.metadata.comment Provides helpers to read comments for property sets, properties and property values. 
de.smartics.properties.spi.core.metadata.projectdoc Provides helpers for projectdoc information. 
de.smartics.properties.spi.core.registry Provides registries to access properties meta information. 
de.smartics.properties.spi.core.validate Service provider validation classes. 
de.smartics.properties.spi.core.value Provides information about property values. 
 

Classes in de.smartics.properties.api.core.domain used by de.smartics.properties.api.config.domain
DuplicatePropertyDeclarationsException
          Signals that a set of property descriptor has been encountered twice.
PropertiesContext
          Defines the configuration for smartics properties configuration.
PropertyContext
          Provides context information for a given property.
PropertyDescriptor
          Defines property meta data.
PropertyDescriptorException
          Base exception of the library for signaling an unspecific cause that is concerned with a specific property providing the property declaration information.
PropertyDescriptorRegistry
          A registry for a set of property descriptors.
PropertyException
          Base exception of the library for signaling an unspecific cause that is concerned with a specific property.
PropertyKey
          Defines a property key information.
PropertyValidationException
          Signals that the value does not match the given constraints.
PropertyValueConversionException
          Signals that the value does not match the given constraints.
PropertyValueResolveException
          Signals that the value cannot be resolve.
ReadOnlyPropertyException
          Signals that the a read-only property was requested to be updated.
 

Classes in de.smartics.properties.api.core.domain used by de.smartics.properties.api.core.domain
ConfigException
          Signals that a properties configuration cannot be parsed.
DocumentMetaData
          Provides read access to document meta data.
DuplicatePropertyDeclarationException
          Signals that a property descriptor has been encountered twice.
DuplicatePropertyDeclarationsException
          Signals that a set of property descriptor has been encountered twice.
PropertiesContext
          Defines the configuration for smartics properties configuration.
PropertiesContext.Builder
          The builder of PropertiesContext.
PropertyComment
          The comment to a property.
PropertyComment.Builder
          The property comment instance builder.
PropertyConstraint
          Defines constraints on a property value and a description to the constraint that can be presented to the user.
PropertyContext
          Provides context information for a given property.
PropertyDescriptor
          Defines property meta data.
PropertyDescriptorException
          Base exception of the library for signaling an unspecific cause that is concerned with a specific property providing the property declaration information.
PropertyException
          Base exception of the library for signaling an unspecific cause that is concerned with a specific property.
PropertyExpression
          Provides information about the expression to evaluate a default value for a property.
PropertyKey
          Defines a property key information.
PropertyType
          Provides information about the type of a property.
PropertyValidationException
          Signals that the value does not match the given constraints.
PropertyValueComment
          Provides comments for the values of a property.
PropertyValueRange
          Defines the possible values for a property.
 

Classes in de.smartics.properties.api.core.domain used by de.smartics.properties.impl.config.cache
DuplicatePropertyDeclarationsException
          Signals that a set of property descriptor has been encountered twice.
PropertiesContext
          Defines the configuration for smartics properties configuration.
PropertyContext
          Provides context information for a given property.
PropertyDescriptor
          Defines property meta data.
PropertyDescriptorRegistry
          A registry for a set of property descriptors.
PropertyKey
          Defines a property key information.
PropertyValidationException
          Signals that the value does not match the given constraints.
PropertyValueConversionException
          Signals that the value does not match the given constraints.
ReadOnlyPropertyException
          Signals that the a read-only property was requested to be updated.
 

Classes in de.smartics.properties.api.core.domain used by de.smartics.properties.impl.config.classpath
PropertyDescriptorRegistry
          A registry for a set of property descriptors.
 

Classes in de.smartics.properties.api.core.domain used by de.smartics.properties.impl.config.ds
PropertyDescriptorRegistry
          A registry for a set of property descriptors.
PropertyValidationException
          Signals that the value does not match the given constraints.
ReadOnlyPropertyException
          Signals that the a read-only property was requested to be updated.
 

Classes in de.smartics.properties.api.core.domain used by de.smartics.properties.impl.config.properties
PropertyDescriptorRegistry
          A registry for a set of property descriptors.
 

Classes in de.smartics.properties.api.core.domain used by de.smartics.properties.report.data
DocumentMetaData
          Provides read access to document meta data.
PropertyDescriptor
          Defines property meta data.
 

Classes in de.smartics.properties.api.core.domain used by de.smartics.properties.spi.config.definition
ConfigException
          Signals that a properties configuration cannot be parsed.
 

Classes in de.smartics.properties.api.core.domain used by de.smartics.properties.spi.config.domain
DuplicatePropertyDeclarationsException
          Signals that a set of property descriptor has been encountered twice.
PropertiesContext
          Defines the configuration for smartics properties configuration.
PropertyContext
          Provides context information for a given property.
PropertyDescriptor
          Defines property meta data.
PropertyDescriptorRegistry
          A registry for a set of property descriptors.
PropertyKey
          Defines a property key information.
PropertyValidationException
          Signals that the value does not match the given constraints.
PropertyValueConversionException
          Signals that the value does not match the given constraints.
ReadOnlyPropertyException
          Signals that the a read-only property was requested to be updated.
 

Classes in de.smartics.properties.api.core.domain used by de.smartics.properties.spi.config.resolve
PropertyDescriptorRegistry
          A registry for a set of property descriptors.
PropertyValidationException
          Signals that the value does not match the given constraints.
 

Classes in de.smartics.properties.api.core.domain used by de.smartics.properties.spi.config.support
ConfigException
          Signals that a properties configuration cannot be parsed.
DuplicatePropertyDeclarationsException
          Signals that a set of property descriptor has been encountered twice.
PropertiesContext
          Defines the configuration for smartics properties configuration.
PropertyContext
          Provides context information for a given property.
PropertyDescriptor
          Defines property meta data.
PropertyDescriptorRegistry
          A registry for a set of property descriptors.
PropertyKey
          Defines a property key information.
PropertyValidationException
          Signals that the value does not match the given constraints.
PropertyValueConversionException
          Signals that the value does not match the given constraints.
ReadOnlyPropertyException
          Signals that the a read-only property was requested to be updated.
 

Classes in de.smartics.properties.api.core.domain used by de.smartics.properties.spi.core.constraint
PropertyConstraint
          Defines constraints on a property value and a description to the constraint that can be presented to the user.
PropertyDescriptor
          Defines property meta data.
PropertyValidationException
          Signals that the value does not match the given constraints.
 

Classes in de.smartics.properties.api.core.domain used by de.smartics.properties.spi.core.constraint.jsr303
PropertyConstraint
          Defines constraints on a property value and a description to the constraint that can be presented to the user.
 

Classes in de.smartics.properties.api.core.domain used by de.smartics.properties.spi.core.constraints
PropertyConstraint
          Defines constraints on a property value and a description to the constraint that can be presented to the user.
PropertyValueRange
          Defines the possible values for a property.
 

Classes in de.smartics.properties.api.core.domain used by de.smartics.properties.spi.core.context
ConfigException
          Signals that a properties configuration cannot be parsed.
PropertiesContext
          Defines the configuration for smartics properties configuration.
PropertyContext
          Provides context information for a given property.
PropertyDescriptor
          Defines property meta data.
 

Classes in de.smartics.properties.api.core.domain used by de.smartics.properties.spi.core.convert
PropertyDescriptor
          Defines property meta data.
PropertyValueConversionException
          Signals that the value does not match the given constraints.
 

Classes in de.smartics.properties.api.core.domain used by de.smartics.properties.spi.core.metadata
DocumentMetaData
          Provides read access to document meta data.
PropertiesContext
          Defines the configuration for smartics properties configuration.
PropertyComment
          The comment to a property.
PropertyConstraint
          Defines constraints on a property value and a description to the constraint that can be presented to the user.
PropertyContext
          Provides context information for a given property.
PropertyDescriptor
          Defines property meta data.
PropertyExpression
          Provides information about the expression to evaluate a default value for a property.
PropertyKey
          Defines a property key information.
PropertyType
          Provides information about the type of a property.
PropertyValueRange
          Defines the possible values for a property.
 

Classes in de.smartics.properties.api.core.domain used by de.smartics.properties.spi.core.metadata.comment
PropertiesContext
          Defines the configuration for smartics properties configuration.
PropertyComment
          The comment to a property.
PropertyDescriptor
          Defines property meta data.
 

Classes in de.smartics.properties.api.core.domain used by de.smartics.properties.spi.core.metadata.projectdoc
DocumentMetaData
          Provides read access to document meta data.
PropertiesContext
          Defines the configuration for smartics properties configuration.
PropertyDescriptor
          Defines property meta data.
 

Classes in de.smartics.properties.api.core.domain used by de.smartics.properties.spi.core.registry
ConfigException
          Signals that a properties configuration cannot be parsed.
DuplicatePropertyDeclarationException
          Signals that a property descriptor has been encountered twice.
DuplicatePropertyDeclarationsException
          Signals that a set of property descriptor has been encountered twice.
PropertiesContext
          Defines the configuration for smartics properties configuration.
PropertyDescriptor
          Defines property meta data.
PropertyDescriptorRegistry
          A registry for a set of property descriptors.
 

Classes in de.smartics.properties.api.core.domain used by de.smartics.properties.spi.core.validate
PropertyDescriptor
          Defines property meta data.
PropertyValidationException
          Signals that the value does not match the given constraints.
 

Classes in de.smartics.properties.api.core.domain used by de.smartics.properties.spi.core.value
PropertyValueRange
          Defines the possible values for a property.
 



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