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

Packages that use de.smartics.properties.api.core.domain
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.api.core.domain Provides property domain objects and exceptions. 
de.smartics.properties.api.core.security Provides security mechanisms to protect property values. 
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.domain.key.envapp Provides a configuration key implementation that supports an environment and an application identifier. 
de.smartics.properties.impl.config.domain.key.rtaware Provides a configuration key implementation that is runtime aware. 
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.report.data Provides classes that represent report data. 
de.smartics.properties.security.esapi Provides a security implementation to en- and decrypt property values based on OWASP ESAPI
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.config.validation Provides validation utilities. 
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.app
PropertyDescriptorRegistry
          A registry for a set of property descriptors.
 

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.
PropertyDescriptorMessageBean
          Provides context information for errors concerning a property.
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.
PropertyExpressionMessageBean
          Provides context information for errors concerning a property value.
PropertyKey
          Defines a property key information.
PropertyMessageBean
          Provides context information for errors concerning a property.
PropertyValidationException
          Signals that the value does not match the given constraints.
PropertyValidationMessageBean
          Provides context information for errors concerning a property.
PropertyValueConversionException
          Signals that a value cannot be converted to its native type.
PropertyValueMessageBean
          Provides context information for errors concerning a property value.
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
ConfigCode
          Codes dealing with property problems.
ConfigException
          Signals that a properties configuration cannot be parsed.
ConfigMessageBean
          Provides information about problems encountered when properties definitions cannot be parsed.
DocumentMetaData
          Provides read access to document meta data.
DocumentName
          The name of a document is unique within a documentation in the context of a given project.
DuplicatePropertyDeclarationException
          Signals that a property descriptor has been encountered twice.
DuplicatePropertyDeclarationsException
          Signals that a set of property descriptor has been encountered twice.
ProjectdocMetaData
          Stores document instance information for projectdoc metadata.
PropertiesContext
          Defines the configuration for smartics properties configuration.
PropertiesContext.Builder
          The builder of PropertiesContext.
PropertyCategories
          The categories the property is associated with.
PropertyCategories.Builder
          Builder for PropertyCategories.
PropertyCode
          Codes dealing with property problems.
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.
PropertyDescriptorClashingMessageBean
          Provides context information for errors concerning two clashing property descriptors.
PropertyDescriptorException
          Base exception of the library for signaling an unspecific cause that is concerned with a specific property providing the property declaration information.
PropertyDescriptorMessageBean
          Provides context information for errors concerning a property.
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.
PropertyExpressionMessageBean
          Provides context information for errors concerning a property value.
PropertyKey
          Defines a property key information.
PropertyMessageBean
          Provides context information for errors concerning a property.
PropertyProjectdoc
          Provides property information read from an SDoc XML document.
PropertySetProjectdoc
          Provides property set information read from an SDoc XML document.
PropertyType
          Provides information about the type of a property.
PropertyValidationException
          Signals that the value does not match the given constraints.
PropertyValidationMessageBean
          Provides context information for errors concerning a property.
PropertyValueChangeMessageBean
          Provides context information for errors concerning a failed change of a property value.
PropertyValueComment
          Provides comments for the values of a property.
PropertyValueMessageBean
          Provides context information for errors concerning a property value.
PropertyValueRange
          Defines the possible values for a property.
SourceInfo
          Contains information about the source the property is defined in.
 

Classes in de.smartics.properties.api.core.domain used by de.smartics.properties.api.core.security
PropertyDescriptor
          Defines property meta data.
PropertyDescriptorMessageBean
          Provides context information for errors concerning 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 a value cannot be converted to its native type.
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.domain.key.envapp
ConfigException
          Signals that a properties configuration cannot be parsed.
 

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

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.
 

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

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.
PropertyComment
          The comment to a property.
PropertyDescriptor
          Defines property meta data.
PropertyValueComment
          Provides comments for the values of a property.
SourceInfo
          Contains information about the source the property is defined in.
 

Classes in de.smartics.properties.api.core.domain used by de.smartics.properties.security.esapi
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 a value cannot be converted to its native type.
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 a value cannot be converted to its native type.
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.spi.config.validation
PropertyDescriptor
          Defines property meta data.
 

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 a value cannot be converted to its native type.
 

Classes in de.smartics.properties.api.core.domain used by de.smartics.properties.spi.core.metadata
DocumentName
          The name of a document is unique within a documentation in the context of a given project.
PropertiesContext
          Defines the configuration for smartics properties configuration.
PropertyCategories
          The categories the property is associated with.
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.
PropertyProjectdoc
          Provides property information read from an SDoc XML document.
PropertySetProjectdoc
          Provides property set information read from an SDoc XML document.
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
ProjectdocMetaData
          Stores document instance information for projectdoc metadata.
PropertiesContext
          Defines the configuration for smartics properties configuration.
PropertyDescriptor
          Defines property meta data.
PropertyProjectdoc
          Provides property information read from an SDoc XML document.
PropertySetProjectdoc
          Provides property set information read from an SDoc XML document.
 

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.