A B C D E F G H I J L M N O P R S T U V W X

A

AbstractCacheConfigurationPropertiesManagement - Class in de.smartics.properties.impl.config.cache
A delegate that provides a cache.
AbstractCacheConfigurationPropertiesManagement() - Constructor for class de.smartics.properties.impl.config.cache. AbstractCacheConfigurationPropertiesManagement
Default constructor.
AbstractCacheConfigurationPropertiesManagement(DependencyTrackingCache) - Constructor for class de.smartics.properties.impl.config.cache. AbstractCacheConfigurationPropertiesManagement
Default constructor that allows to specify a cache to be used.
AbstractConfigurationProperties - Class in de.smartics.properties.spi.config.support
Abstract implementation of the SerializableConfigurationProperties interface.
AbstractConfigurationProperties() - Constructor for class de.smartics.properties.spi.config.support. AbstractConfigurationProperties
Constructor for serializable subclasses.
AbstractConfigurationProperties(ConfigurationKey, PropertyDescriptorRegistry) - Constructor for class de.smartics.properties.spi.config.support. AbstractConfigurationProperties
Default constructor.
AbstractConfigurationPropertiesFactory< T extends ConfigurationPropertiesManagement> - Class in de.smartics.properties.spi.config.support
Base implementation of the ConfigurationPropertiesFactory.
AbstractConfigurationPropertiesFactory() - Constructor for class de.smartics.properties.spi.config.support. AbstractConfigurationPropertiesFactory
Default constructor.
AbstractConfigurationPropertiesManagement - Class in de.smartics.properties.spi.config.support
Abstract implementation of the ConfigurationProperties interface.
AbstractConfigurationPropertiesManagement() - Constructor for class de.smartics.properties.spi.config.support. AbstractConfigurationPropertiesManagement
Constructor for serializable subclasses.
AbstractConfigurationPropertiesManagement(ConfigurationKey, PropertyDescriptorRegistry) - Constructor for class de.smartics.properties.spi.config.support. AbstractConfigurationPropertiesManagement
Default constructor.
AbstractDataSourceDescriptor - Class in de.smartics.properties.spi.config.ds
Helper to create database configurations with a data source.
AbstractDataSourceDescriptor(AbstractDataSourceDescriptor.Builder) - Constructor for class de.smartics.properties.spi.config.ds. AbstractDataSourceDescriptor
Default constructor.
AbstractDataSourceDescriptor.Builder - Class in de.smartics.properties.spi.config.ds
The builder of descriptor instances.
AbstractDataSourceDescriptor.Builder() - Constructor for class de.smartics.properties.spi.config.ds. AbstractDataSourceDescriptor.Builder
 
AbstractInMemoryConfigurationProperties - Class in de.smartics.properties.spi.config.support
An implementation that stores all properties in-memory.
AbstractInMemoryConfigurationProperties(ConfigurationKey, PropertyDescriptorRegistry) - Constructor for class de.smartics.properties.spi.config.support. AbstractInMemoryConfigurationProperties
Convenience constructor requiring that a properties file with the same name as the properties set class exists on the class path.
AbstractInMemoryConfigurationProperties(ConfigurationKey, PropertyDescriptorRegistry, boolean) - Constructor for class de.smartics.properties.spi.config.support. AbstractInMemoryConfigurationProperties
Default constructor requiring that a properties file with the same name as the properties set class exists on the class path.
AbstractProjectClassLoader - Class in de.smartics.properties.utils
Base implementation of class loaders that serve classes from the given directories.
AbstractProjectClassLoader(ClassLoader) - Constructor for class de.smartics.properties.utils. AbstractProjectClassLoader
Default constructor.
AbstractPropertyConstraint< T> - Class in de.smartics.properties.spi.core.constraint
Base implementation of the PropertyConstraint interface.
AbstractPropertyConstraint() - Constructor for class de.smartics.properties.spi.core.constraint. AbstractPropertyConstraint
Default constructor.
AbstractPropertyReport - Class in de.smartics.properties.reports
Writes each report to a file.
AbstractPropertyReport() - Constructor for class de.smartics.properties.reports. AbstractPropertyReport
Default constructor.
AccessType - Enum in de.smartics.properties.api.core.annotations
Defines the type of the access to properties.
add(Property) - Method in class de.smartics.properties.api.config.domain. UnknownProperties
Adds the unknown properties to the list.
add(String, String) - Method in class de.smartics.properties.api.core.context.alias. PropertyAliasMapping
Adds a new alias to the given physical resource.
add(PropertyConstraint<?>) - Method in class de.smartics.properties.spi.core.metadata. PropertyMetaData.Builder
Adds the given constraint to the list of constraints.
addArtifactRef(ArtifactRef) - Method in class de.smartics.properties.resource.repository. ClassPathEnvironment
Adds the given artifact reference to the list of artifact references.
addAudience(String) - Method in class de.smartics.properties.spi.core.metadata.projectdoc. ProjectdocMetaData
Adds the member to the intended audience of this document.
addCategory(String) - Method in class de.smartics.properties.spi.core.metadata.projectdoc. ProjectdocMetaData
Adds a category.
addClassPathProperties(Class<?>) - Method in class de.smartics.properties.spi.config.support. AbstractInMemoryConfigurationProperties
Loads the properties for the given properties interface from the class path.
addDefaultRootUrls(PropertyDescriptorRegistry) - Method in class de.smartics.properties.spi.config.support. ClassPathLoader
Adds all class path root URLs provided by the context class loader of the current thread.
addDefinitions(Properties) - Method in interface de.smartics.properties.api.config.domain. ConfigurationPropertiesManagement
Adds the given definitions to this configuration.
addDefinitions(Properties) - Method in class de.smartics.properties.impl.config.cache. AbstractCacheConfigurationPropertiesManagement
 
addDefinitions(Properties) - Method in class de.smartics.properties.spi.config.domain. ConfigurationPropertiesManagementProxy
 
addDefinitions(Properties) - Method in class de.smartics.properties.spi.config.support. AbstractConfigurationPropertiesManagement
 
addDefinitions(Properties) - Method in class de.smartics.properties.spi.config.support. ConfigurationPropertiesManagementWithDefaults
 
addDescriptors(Class<?>) - Method in interface de.smartics.properties.api.config.domain. ConfigurationPropertiesManagement
Adds all property descriptors declared in the given type.
addDescriptors(Class<?>, List<PropertyDescriptor>) - Method in interface de.smartics.properties.api.core.domain. PropertyDescriptorRegistry
Adds the descriptors to the given declaring type.
addDescriptors(Class<?>) - Method in interface de.smartics.properties.api.core.domain. PropertyDescriptorRegistry
Adds the given descriptor.
addDescriptors(Class<?>...) - Method in interface de.smartics.properties.api.core.domain. PropertyDescriptorRegistry
Adds the given descriptors.
addDescriptors(Set<Class<?>>) - Method in interface de.smartics.properties.api.core.domain. PropertyDescriptorRegistry
Adds the given descriptors.
addDescriptors(Class<?>) - Method in class de.smartics.properties.impl.config.cache. AbstractCacheConfigurationPropertiesManagement
 
addDescriptors(Class<?>) - Method in class de.smartics.properties.spi.config.domain. ConfigurationPropertiesManagementProxy
 
addDescriptors(Class<?>) - Method in class de.smartics.properties.spi.config.support. AbstractConfigurationPropertiesManagement
 
addDescriptors(Class<?>) - Method in class de.smartics.properties.spi.config.support. ConfigurationPropertiesManagementWithDefaults
 
addDescriptors(Class<?>, List<PropertyDescriptor>) - Method in class de.smartics.properties.spi.core.registry. InMemoryPropertyDescriptorRegistry
Adds the descriptors to the given declaring type.
addDescriptors(Class<?>) - Method in class de.smartics.properties.spi.core.registry. InMemoryPropertyDescriptorRegistry
Adds the given descriptor.
addDescriptors(Class<?>...) - Method in class de.smartics.properties.spi.core.registry. InMemoryPropertyDescriptorRegistry
Adds the given descriptors.
addDescriptors(Set<Class<?>>) - Method in class de.smartics.properties.spi.core.registry. InMemoryPropertyDescriptorRegistry
Adds the given descriptors.
addElement(List<String>, String) - Static method in class de.smartics.properties.spi.core.metadata.projectdoc. ProjectdocMetaData
Adds the element to the given list, if the element is neither blank nor already part of the list.
additionalPropertiesLocations() - Method in interface de.smartics.properties.api.config.app. BootProperties
A list of optional additional locations of properties files that are taken into account.
addNote(String) - Method in class de.smartics.properties.spi.core.metadata.projectdoc. ProjectdocMetaData
Adds a note.
addParent(String) - Method in class de.smartics.properties.spi.core.metadata.projectdoc. ProjectdocMetaData
Adds a parent.
addProblem(ReportProblem) - Method in interface de.smartics.properties.report.data. PropertyReport
Reports a problem encountered while analyzing for report items.
addProblem(ReportProblem) - Method in class de.smartics.properties.reports. AbstractPropertyReport
Reports a problem encountered while analyzing for report items.
addPropertyChangeListener(PropertyKey, PropertyChangeListener) - Method in interface de.smartics.properties.api.config.domain. ConfigurationProperties
Adds the given listener as a listener to the given property.
addPropertyChangeListener(PropertyChangeListener) - Method in interface de.smartics.properties.api.config.domain. ConfigurationProperties
Adds the given listener to track any property changes.
addPropertyChangeListener(String, PropertyChangeListener) - Method in interface de.smartics.properties.api.config.domain. PropertyManager
Adds the given listener as a listener to the given property.
addPropertyChangeListener(PropertyChangeListener) - Method in interface de.smartics.properties.api.config.domain. PropertyManager
Adds the given listener to track any property changes.
addPropertyChangeListener(PropertyKey, PropertyChangeListener) - Method in class de.smartics.properties.impl.config.cache. AbstractCacheConfigurationPropertiesManagement
 
addPropertyChangeListener(PropertyChangeListener) - Method in class de.smartics.properties.impl.config.cache. AbstractCacheConfigurationPropertiesManagement
 
addPropertyChangeListener(PropertyKey, PropertyChangeListener) - Method in class de.smartics.properties.spi.config.domain. ConfigurationPropertiesProxy
 
addPropertyChangeListener(PropertyChangeListener) - Method in class de.smartics.properties.spi.config.domain. ConfigurationPropertiesProxy
 
addPropertyChangeListener(PropertyKey, PropertyChangeListener) - Method in class de.smartics.properties.spi.config.support. AbstractConfigurationProperties
 
addPropertyChangeListener(PropertyChangeListener) - Method in class de.smartics.properties.spi.config.support. AbstractConfigurationProperties
 
addPropertyChangeListener(String, PropertyChangeListener) - Method in class de.smartics.properties.spi.config.support. InMemoryPropertiesManager
 
addPropertyChangeListener(PropertyChangeListener) - Method in class de.smartics.properties.spi.config.support. InMemoryPropertiesManager
 
addPropertyProviders(Collection<PropertyProvider>) - Method in interface de.smartics.properties.api.config.app. ConfigurationPropertiesFactory
Adds the given providers of properties as additional property definitions.
addPropertyProviders(PropertyProvider...) - Method in interface de.smartics.properties.api.config.app. ConfigurationPropertiesFactory
Adds the given providers of properties as additional property definitions.
addPropertyProviders(Collection<PropertyProvider>) - Method in class de.smartics.properties.spi.config.support. AbstractConfigurationPropertiesFactory
 
addPropertyProviders(PropertyProvider...) - Method in class de.smartics.properties.spi.config.support. AbstractConfigurationPropertiesFactory
 
addRootLocations(Collection<URL>) - Method in interface de.smartics.properties.api.config.app. ConfigurationPropertiesFactory
Adds the given URLs to the locations to search for property declarations and definitions.
addRootLocations(URL...) - Method in interface de.smartics.properties.api.config.app. ConfigurationPropertiesFactory
Adds the given additional URLs to the locations to search for property declarations and definitions.
addRootLocations(Collection<URL>) - Method in class de.smartics.properties.spi.config.support. AbstractConfigurationPropertiesFactory
 
addRootLocations(URL...) - Method in class de.smartics.properties.spi.config.support. AbstractConfigurationPropertiesFactory
 
addRootProperties(List<PropertyProvider>) - Method in class de.smartics.properties.spi.config.support. ClassPathLoader
Adds the given property providers as additional property definitions.
addRootUrl(URL) - Method in class de.smartics.properties.spi.config.support. ClassPathLoader
Adds the given URL to the set of class path root URLs.
addRootUrl(Class<?>) - Method in class de.smartics.properties.spi.config.support. ClassPathLoader
Adds the root URL of the given exemplar to the set of class path root URLs.
addRootUrl(ClassLoader) - Method in class de.smartics.properties.spi.config.support. ClassPathLoader
Adds the relevant root URL of the given classLoader to the set of class path root URLs.
addRootUrls(ArtifactId) - Method in class de.smartics.properties.impl.config.resource. ResourceConfigurationPropertiesFactory
Adds the URLs derived from the dependencies provided by the given artifactId to the locations to search for property declarations and definitions.
addRootUrls(List<URL>) - Method in class de.smartics.properties.spi.config.support. ClassPathLoader
Adds the given root URLs to the collection of class path roots managed by this class loader.
addSourceTree(File) - Method in class de.smartics.properties.report. ReportConfiguration
Adds the given source tree to the list of source tree.
addTag(String) - Method in class de.smartics.properties.spi.core.metadata.projectdoc. ProjectdocMetaData
Adds a tag.
addValueComment(Serializable, String) - Method in class de.smartics.properties.api.core.domain. PropertyValueComment
Adds the comment for the given value.
addValueComment(Object, String) - Method in class de.smartics.properties.report.data. ValueComment
Adds the comment for the given value.
AliasException - Exception in de.smartics.properties.api.core.context.alias
Signals problems with an alias.
AliasException(String, Throwable, String) - Constructor for exception de.smartics.properties.api.core.context.alias. AliasException
Default constructor.
AliasTraverser - Interface in de.smartics.properties.api.core.context.alias
Allows to traverse the aliases of a PropertyAliasMapping.
ANY_APP - Static variable in class de.smartics.properties.api.config.domain.key. ApplicationId
Defines the application for any group, name and version.
ANY_ENV - Static variable in class de.smartics.properties.api.config.domain.key. EnvironmentId
Defines the application for any environment.
appendMetaDataMessage(StringBuilder, PropertyDescriptor) - Static method in exception de.smartics.properties.api.core.domain. PropertyDescriptorException
Returns information on meta data of the property.
ApplicationId - Class in de.smartics.properties.api.config.domain.key
The coordinates to identify an application.
ApplicationId(String, String, String) - Constructor for class de.smartics.properties.api.config.domain.key. ApplicationId
Default constructor.
ApplicationIdLoader - Class in de.smartics.properties.api.config.domain.key
Loads the application identifier from the Manifest file.
ApplicationIdLoader() - Constructor for class de.smartics.properties.api.config.domain.key. ApplicationIdLoader
Convenience constructor preferring manifest information from EARs and no caching.
ApplicationIdLoader(boolean) - Constructor for class de.smartics.properties.api.config.domain.key. ApplicationIdLoader
Convenience constructor preferring no caching.
ApplicationIdLoader(boolean, boolean) - Constructor for class de.smartics.properties.api.config.domain.key. ApplicationIdLoader
Default constructor.
ArtifactId - Class in de.smartics.properties.resource.repository
Identifies an artifact of resources.
ArtifactId.Builder - Class in de.smartics.properties.resource.repository
Builder to create instances of ArtifactId.
ArtifactId.Builder() - Constructor for class de.smartics.properties.resource.repository. ArtifactId.Builder
 
ArtifactRef - Class in de.smartics.properties.resource.repository
An artifact identifier including a physical reference to an exemplar of the artifact.
ArtifactRef(ArtifactId, URL) - Constructor for class de.smartics.properties.resource.repository. ArtifactRef
Default constructor.

B

BeanUtilsPropertyValueConverter - Class in de.smartics.properties.spi.core.convert
Converter of property values to and from Strings using Apache's commons-beanutils.
BeanUtilsPropertyValueConverter() - Constructor for class de.smartics.properties.spi.core.convert. BeanUtilsPropertyValueConverter
 
BootConfigurationProperties - Class in de.smartics.properties.spi.config.support
Implementation based on Properties.
BootConfigurationProperties(PropertyDescriptorRegistry) - Constructor for class de.smartics.properties.spi.config.support. BootConfigurationProperties
Default constructor.
BootLoader - Class in de.smartics.properties.spi.config.support
Loads boot properties that influence the loading of properties.
BootLoader(ConfigurationPropertiesManagement, ClassLoader) - Constructor for class de.smartics.properties.spi.config.support. BootLoader
Convenience constructor to initialize class path root URLs.
BootProperties - Interface in de.smartics.properties.api.config.app
Provides configuration properties for the library loaded at boot time before any other properties are loaded.
build() - Method in class de.smartics.properties.api.config.domain.key. ConfigurationKeyBuilder
Creates an ConfigurationKey instance.
build() - Method in class de.smartics.properties.api.core.domain. PropertiesContext.Builder
Creates the instance.
build() - Method in class de.smartics.properties.api.core.domain. PropertyComment.Builder
Creates the property comment instance.
build() - Method in class de.smartics.properties.report.data. PropertyReportItem.Builder
Creates the report item.
build() - Method in class de.smartics.properties.report.data. PropertyReportSet.Builder
Creates the report item.
build() - Method in class de.smartics.properties.resource.repository. ArtifactId.Builder
Creates an instance of ArtifactId.
build() - Method in class de.smartics.properties.spi.config.ds. DefaultDataSourceManager.Builder
Creates the instance.
build() - Method in class de.smartics.properties.spi.config.ds. PropertiesStore.Builder
Creates the instance.
build(Class<T>, SerializableConfigurationProperties) - Method in class de.smartics.properties.spi.config.proxy. PropertyConfigurationObjectBuilder
Build the object that contains the properties information for the given properties interface.
build() - Method in class de.smartics.properties.spi.core.metadata. PropertyMetaData.Builder
Creates the instance.

C

CacheConfigurationPropertiesManagement - Class in de.smartics.properties.impl.config.cache
A delegate that provides a cache.
CacheConfigurationPropertiesManagement(ConfigurationPropertiesManagementSpi) - Constructor for class de.smartics.properties.impl.config.cache. CacheConfigurationPropertiesManagement
Default constructor.
calcArchivePath(Class<?>) - Static method in class de.smartics.properties.spi.core.util. ClassLoaderUtils
Determines the path to the class loader root that contains the given type.
calcFirstArchivePath(ClassLoader, String) - Static method in class de.smartics.properties.spi.core.util. ClassLoaderUtils
Determines the path to the class loader root that contains the given resource.
checkPropertySetType(Class<?>) - Static method in class de.smartics.properties.spi.core.util. PropertyUtils
Checks of the given type is a property set types.
ClassLoaderUtils - Class in de.smartics.properties.spi.core.util
Utilities dealing with class loaders.
ClasspathConfigurationProperties - Class in de.smartics.properties.impl.config.classpath
Implementation based on Properties.
ClasspathConfigurationProperties() - Constructor for class de.smartics.properties.impl.config.classpath. ClasspathConfigurationProperties
Convenience constructor using its own registry and an artificial key.
ClasspathConfigurationProperties(boolean) - Constructor for class de.smartics.properties.impl.config.classpath. ClasspathConfigurationProperties
Convenience constructor allowing to control the need of existing properties files on the classpath, using its own registry and an artificial key.
ClasspathConfigurationProperties(ConfigurationKey) - Constructor for class de.smartics.properties.impl.config.classpath. ClasspathConfigurationProperties
Convenience constructor using its own registry.
ClasspathConfigurationProperties(ConfigurationKey, PropertyDescriptorRegistry) - Constructor for class de.smartics.properties.impl.config.classpath. ClasspathConfigurationProperties
Default constructor.
ClasspathConfigurationPropertiesFactory - Class in de.smartics.properties.impl.config.classpath
Factory to create instances of ClasspathConfigurationProperties.
ClasspathConfigurationPropertiesFactory() - Constructor for class de.smartics.properties.impl.config.classpath. ClasspathConfigurationPropertiesFactory
Default constructor.
ClassPathEnvironment - Class in de.smartics.properties.resource.repository
Defines the environment of class path resources to access.
ClassPathEnvironment() - Constructor for class de.smartics.properties.resource.repository. ClassPathEnvironment
Default constructor.
ClassPathEnvironment(ArtifactRef...) - Constructor for class de.smartics.properties.resource.repository. ClassPathEnvironment
Convenience constructor that allows to add artifact references to create an initial list.
ClassPathEnvironment(List<ArtifactRef>) - Constructor for class de.smartics.properties.resource.repository. ClassPathEnvironment
Convenience constructor that allows to add artifact references to create an initial list.
ClassPathListing - Interface in de.smartics.properties.spi.core.context
Service to list the contents of a folder on the class path.
ClassPathListingFactory - Class in de.smartics.properties.spi.core.context
A factory to create instances of ClassPathListing.
ClassPathListingFactory() - Constructor for class de.smartics.properties.spi.core.context. ClassPathListingFactory
 
ClassPathLoader< T extends ConfigurationPropertiesManagement> - Class in de.smartics.properties.spi.config.support
Loads property descriptors and properties files found on the class path.
ClassPathLoader(FactoryCache<T>, boolean, boolean) - Constructor for class de.smartics.properties.spi.config.support. ClassPathLoader
Default constructor.
clean(String) - Method in class de.smartics.properties.utils. HtmlUtils
Cleans up the HTML fragment.
cleanJDom(String) - Method in class de.smartics.properties.utils. HtmlUtils
Cleans up the HTML fragment.
close() - Method in class de.smartics.properties.spi.config.ds. DsPropertyCollection
Closes the collection to release the underlying connection.
CollectionPropertyValueRange< T> - Class in de.smartics.properties.spi.core.value
Defines a set of valid enumerable elements for values of a property.
CollectionPropertyValueRange(T[]) - Constructor for class de.smartics.properties.spi.core.value. CollectionPropertyValueRange
Constructor accepting an array of values.
CollectionPropertyValueRange(Collection<T>) - Constructor for class de.smartics.properties.spi.core.value. CollectionPropertyValueRange
Constructor accepting a collection of values.
CommentException - Exception in de.smartics.properties.spi.core.metadata.comment
Signals that a property comment cannot be parsed.
CommentException(String) - Constructor for exception de.smartics.properties.spi.core.metadata.comment. CommentException
Default constructor.
CommentException(String, Throwable) - Constructor for exception de.smartics.properties.spi.core.metadata.comment. CommentException
Default Constructor.
compareTo(ApplicationId) - Method in class de.smartics.properties.api.config.domain.key. ApplicationId
compareTo(ConfigurationKey) - Method in class de.smartics.properties.api.config.domain.key. ConfigurationKey
compareTo(EnvironmentId) - Method in class de.smartics.properties.api.config.domain.key. EnvironmentId
compareTo(Property) - Method in class de.smartics.properties.api.config.domain. Property
compareTo(PropertyLocation) - Method in class de.smartics.properties.api.config.domain. PropertyLocation
 
compareTo(PropertyKey) - Method in class de.smartics.properties.api.core.domain. PropertyKey
 
compareTo(ArtifactId) - Method in class de.smartics.properties.resource.repository. ArtifactId
CompoundConfigurationException - Exception in de.smartics.properties.api.config.domain
Signals multiple problems with a configuration.
CompoundConfigurationException(ConfigurationKey, List<ConfigurationException>) - Constructor for exception de.smartics.properties.api.config.domain. CompoundConfigurationException
Convenience constructor without a message and root cause.
CompoundConfigurationException(String, ConfigurationKey, List<ConfigurationException>) - Constructor for exception de.smartics.properties.api.config.domain. CompoundConfigurationException
Convenience constructor without a root cause.
CompoundConfigurationException(Throwable, ConfigurationKey, List<ConfigurationException>) - Constructor for exception de.smartics.properties.api.config.domain. CompoundConfigurationException
Convenience constructor without a message.
CompoundConfigurationException(String, Throwable, ConfigurationKey, List<ConfigurationException>) - Constructor for exception de.smartics.properties.api.config.domain. CompoundConfigurationException
Default constructor.
ConfigException - Exception in de.smartics.properties.api.core.domain
Signals that a properties configuration cannot be parsed.
ConfigException(String) - Constructor for exception de.smartics.properties.api.core.domain. ConfigException
Default constructor.
ConfigException(String, Throwable) - Constructor for exception de.smartics.properties.api.core.domain. ConfigException
Default Constructor.
ConfigurationException - Exception in de.smartics.properties.api.config.domain
Signals problems with a configuration.
ConfigurationException(String, ConfigurationKey) - Constructor for exception de.smartics.properties.api.config.domain. ConfigurationException
Convenience constructor without a root cause.
ConfigurationException(Throwable, ConfigurationKey) - Constructor for exception de.smartics.properties.api.config.domain. ConfigurationException
Convenience constructor without a message.
ConfigurationException(String, Throwable, ConfigurationKey) - Constructor for exception de.smartics.properties.api.config.domain. ConfigurationException
Constructor.
ConfigurationFactoryException - Exception in de.smartics.properties.api.config.app
Signals factory problems on creating instances of ConfigurationPropertiesFactory.
ConfigurationFactoryException(String, Throwable) - Constructor for exception de.smartics.properties.api.config.app. ConfigurationFactoryException
Constructor.
ConfigurationFactoryException(String) - Constructor for exception de.smartics.properties.api.config.app. ConfigurationFactoryException
Constructor.
ConfigurationFactoryException(Throwable) - Constructor for exception de.smartics.properties.api.config.app. ConfigurationFactoryException
Constructor.
ConfigurationKey - Class in de.smartics.properties.api.config.domain.key
The configuration key identifies a configuration.
ConfigurationKey(EnvironmentId, ApplicationId) - Constructor for class de.smartics.properties.api.config.domain.key. ConfigurationKey
Default constructor.
ConfigurationKeyBuilder - Class in de.smartics.properties.api.config.domain.key
Helper to create instances of ConfigurationKey.
ConfigurationKeyBuilder() - Constructor for class de.smartics.properties.api.config.domain.key. ConfigurationKeyBuilder
 
ConfigurationKeyHelper - Class in de.smartics.properties.api.config.domain.key
Helper to construct configuration keys by analyzing the runtime environment.
ConfigurationKeyHelper() - Constructor for class de.smartics.properties.api.config.domain.key. ConfigurationKeyHelper
Convenience constructor preferring manifest information from EARs.
ConfigurationKeyHelper(boolean) - Constructor for class de.smartics.properties.api.config.domain.key. ConfigurationKeyHelper
Default constructor.
ConfigurationLoadingException - Exception in de.smartics.properties.api.config.domain
Signals that configuration with the given key cannot be loaded.
ConfigurationLoadingException(ConfigurationKey, String) - Constructor for exception de.smartics.properties.api.config.domain. ConfigurationLoadingException
Convenience constructor without root cause.
ConfigurationLoadingException(Throwable, ConfigurationKey, String) - Constructor for exception de.smartics.properties.api.config.domain. ConfigurationLoadingException
Default Constructor.
ConfigurationNotFoundException - Exception in de.smartics.properties.api.config.domain
Signals that configuration with the given key cannot be found as a resource.
ConfigurationNotFoundException(ConfigurationKey, String) - Constructor for exception de.smartics.properties.api.config.domain. ConfigurationNotFoundException
Convenience constructor without root cause.
ConfigurationNotFoundException(Throwable, ConfigurationKey, String) - Constructor for exception de.smartics.properties.api.config.domain. ConfigurationNotFoundException
Default Constructor.
ConfigurationProperties - Interface in de.smartics.properties.api.config.domain
Provides access to all configuration properties for a given application in a given environment.
ConfigurationPropertiesFactory - Interface in de.smartics.properties.api.config.app
Interface to create instances of ConfigurationProperties.
ConfigurationPropertiesFactoryFactory - Class in de.smartics.properties.api.config.app
Creates instances of the ConfigurationPropertiesFactory.
ConfigurationPropertiesManagement - Interface in de.smartics.properties.api.config.domain
Provides management access to the configuration properties.
ConfigurationPropertiesManagementProxy - Class in de.smartics.properties.spi.config.domain
A serialization proxy that allows non serializable configuration properties instances to be serialized using their factories cache and ability to recreate that instances.
ConfigurationPropertiesManagementProxy(ConfigurationKey, ConfigurationPropertiesFactory) - Constructor for class de.smartics.properties.spi.config.domain. ConfigurationPropertiesManagementProxy
Default constructor.
ConfigurationPropertiesManagementSpi - Interface in de.smartics.properties.spi.config.support
Provides an extended interface to service providers.
ConfigurationPropertiesManagementWithDefaults - Class in de.smartics.properties.spi.config.support
A configuration properties instance that contains the main configuration properties, which matches the key, and all the defaults that have a partial representation of the key.
ConfigurationPropertiesManagementWithDefaults(List<ConfigurationPropertiesManagement>) - Constructor for class de.smartics.properties.spi.config.support. ConfigurationPropertiesManagementWithDefaults
Default constructor.
ConfigurationPropertiesProxy - Class in de.smartics.properties.spi.config.domain
A serialization proxy that allows non serializable configuration properties instances to be serialized using their factories cache and ability to recreate that instances.
ConfigurationPropertiesProxy(ConfigurationKey, ConfigurationPropertiesFactory) - Constructor for class de.smartics.properties.spi.config.domain. ConfigurationPropertiesProxy
Default constructor.
ConfigurationPropertiesResolveContext - Class in de.smartics.properties.spi.config.resolve
Simple interface on ConfigurationProperties.
ConfigurationPropertiesResolveContext(PropertyDescriptorRegistry, ConfigurationProperties) - Constructor for class de.smartics.properties.spi.config.resolve. ConfigurationPropertiesResolveContext
Default constructor.
ConfigurationPropertiesSpi - Interface in de.smartics.properties.spi.config.support
Provides an extended interface to service providers.
ConfigurationRegistry - Class in de.smartics.properties.spi.core.registry
Manages configurations for property descriptors.
ConfigurationRegistry() - Constructor for class de.smartics.properties.spi.core.registry. ConfigurationRegistry
Default constructor.
ConfigurationRepository - Interface in de.smartics.properties.api.config.domain
Provides access to configurations for applications in the configured environments.
ConfigurationRepositoryManagement - Interface in de.smartics.properties.api.config.domain
Management interface to change configuration properties.
ConfigurationValidationException - Exception in de.smartics.properties.api.config.domain
Signals that the configuration is invalid or at least properties cannot be validated because there are no properties descriptors registered for them.
ConfigurationValidationException(ConfigurationKey, List<PropertyException>, List<PropertyDescriptor>, UnknownProperties) - Constructor for exception de.smartics.properties.api.config.domain. ConfigurationValidationException
Convenience constructor without root cause.
ConfigurationValidationException(Throwable, ConfigurationKey, List<PropertyException>, List<PropertyDescriptor>, UnknownProperties) - Constructor for exception de.smartics.properties.api.config.domain. ConfigurationValidationException
Default Constructor.
ConfigurationValidator - Class in de.smartics.properties.spi.config.validation
Helper to validate sets of properties.
ConfigurationValidator(ConfigurationPropertiesManagement) - Constructor for class de.smartics.properties.spi.config.validation. ConfigurationValidator
Default constructor for non-lenient validation.
ConfigurationValidator(ConfigurationPropertiesManagement, boolean) - Constructor for class de.smartics.properties.spi.config.validation. ConfigurationValidator
Default constructor.
containsKey(String) - Method in interface de.smartics.properties.api.config.domain. PropertyProvider
Checks if a given property is provided by the property provider.
containsKey(String) - Method in class de.smartics.properties.spi.config.ds. DataSourceConfigurationPropertyProvider
 
containsKey(String) - Method in class de.smartics.properties.spi.config.ds. PropertiesStore
Checks if a property with the given name is stored.
containsKey(String) - Method in class de.smartics.properties.spi.config.support. InMemoryPropertiesManager
 
containsKey(String) - Method in class de.smartics.properties.spi.config.support. PropertiesPropertyProvider
 
convert(PropertyDescriptor, Object) - Method in class de.smartics.properties.spi.core.convert. BeanUtilsPropertyValueConverter
 
convert(PropertyDescriptor, Object) - Method in interface de.smartics.properties.spi.core.convert. PropertyValueConverter
Converts, if necessary, the given value to the target type defined by the descriptor.
create(ConfigurationKey) - Method in interface de.smartics.properties.api.config.app. ConfigurationPropertiesFactory
Returns the configuration properties for the given key.
create(String) - Static method in class de.smartics.properties.api.core.domain. PropertyExpression
Creates an instance of PropertyExpression with the given expression string.
create(String) - Static method in class de.smartics.properties.api.core.domain. PropertyKey
Creates an instance for the given qualified name.
create(String, char) - Static method in class de.smartics.properties.api.core.domain. PropertyKey
Creates an instance for the given qualified name.
create(String, String) - Static method in class de.smartics.properties.api.core.domain. PropertyKey
Creates an instance for the given set and name.
create() - Method in class de.smartics.properties.impl.config.classpath. ClasspathConfigurationPropertiesFactory
Creates a configuration properties instance for an artificial key.
create(ApplicationId) - Method in class de.smartics.properties.impl.config.properties. PropertiesConfigurationPropertiesFactory
Creates a configuration properties instance for an artificial environment.
create(ReportConfiguration) - Static method in class de.smartics.properties.report. ReportBuilder
Factory method to create an instance of a report builder.
create(String, String, String, String, String) - Static method in class de.smartics.properties.resource.repository. ArtifactId
Helper to create instances of ArtifactId instead of using the ArtifactId.Builder.
create() - Method in class de.smartics.properties.resource.repository. ResourceRepositoryFactory
Creates an instance of ResourceRepository using the configuration of the service in META-INF/services.
create(ConfigurationKey) - Method in class de.smartics.properties.spi.config.support. AbstractConfigurationPropertiesFactory
 
create() - Method in class de.smartics.properties.spi.core.context. ClassPathListingFactory
Creates an instance of ClassPathListing using the configuration of the service in META-INF/services.
create(PropertiesContext) - Static method in class de.smartics.properties.spi.core.metadata. PropertyMetaDataParser
Convenience constructor to generate property descriptors with access to property comments.
create(List<File>) - Static method in class de.smartics.properties.utils. ProjectClassLoader
Convenience factory method using the Thread.currentThread().getContextClassLoader().
create(ClassLoader, List<File>) - Static method in class de.smartics.properties.utils. ProjectClassLoader
Default factory method.
createCachedJarLoader() - Static method in class de.smartics.properties.api.config.domain.key. ApplicationIdLoader
Returns a caching loader that reads the Manifest file from the JAR that actually contains the resource.
createClassPathContext(ClassLoader, String) - Static method in class de.smartics.properties.spi.core.util. ClassLoaderUtils
Creates the class path context for the given class loader and its derived context root.
createConfigTable() - Method in class de.smartics.properties.spi.config.ds. DefaultDataSourceManager
 
createConfigTable() - Method in interface de.smartics.properties.spi.config.ds. PropertiesDataSourceManager
Creates the configuration on the referenced data source.
createDefault() - Method in interface de.smartics.properties.api.config.app. ConfigurationPropertiesFactory
Returns the configuration for the default key.
createDefault() - Method in class de.smartics.properties.spi.config.support. AbstractConfigurationPropertiesFactory
 
createDefaultFactory() - Static method in class de.smartics.properties.api.config.app. ConfigurationPropertiesFactoryFactory
Creates the default factory found on the class path.
createDefaultManagement() - Method in interface de.smartics.properties.api.config.app. ConfigurationPropertiesFactory
Returns the management view on a configuration for the default key.
createDefaultManagement() - Method in class de.smartics.properties.spi.config.support. AbstractConfigurationPropertiesFactory
 
createEmptyContext() - Static method in class de.smartics.properties.api.core.domain. PropertiesContext
Creates an empty context.
createFactory(Class<T>) - Static method in class de.smartics.properties.api.config.app. ConfigurationPropertiesFactoryFactory
Creates a factory of the given type.
createFactory(String) - Static method in class de.smartics.properties.api.config.app. ConfigurationPropertiesFactoryFactory
Creates a factory for the given type name.
createFromNames(Collection<String>) - Static method in class de.smartics.properties.utils. ProjectClassLoader
Convenience factory method to specify the directories as Strings and using the Thread.currentThread().getContextClassLoader().
createFromNames(ClassLoader, Collection<String>) - Static method in class de.smartics.properties.utils. ProjectClassLoader
Convenience factory method to specify the directories as Strings.
createHtml() - Static method in class de.smartics.properties.api.core.util. JavadocCommentHelper
Creates a default helper for normalizing in an HTML context.
createManagement(ConfigurationKey) - Method in interface de.smartics.properties.api.config.app. ConfigurationPropertiesFactory
Returns the configuration properties for the given key.
createManagement() - Method in class de.smartics.properties.impl.config.classpath. ClasspathConfigurationPropertiesFactory
Creates a configuration properties management instance for an artificial environment.
createManagement(ApplicationId) - Method in class de.smartics.properties.impl.config.properties. PropertiesConfigurationPropertiesFactory
Creates a configuration properties management instance for an artificial environment.
createManagement(ConfigurationKey) - Method in class de.smartics.properties.spi.config.support. AbstractConfigurationPropertiesFactory
 
createMandatoryProperties() - Method in interface de.smartics.properties.api.core.domain. PropertyDescriptorRegistry
Returns the list of mandatory properties.
createMandatoryProperties() - Method in class de.smartics.properties.spi.core.registry. InMemoryPropertyDescriptorRegistry
Returns the list of mandatory properties.
createMetaDataFromAnnotations(Method) - Method in class de.smartics.properties.spi.core.metadata.projectdoc. ProjectdocAnnotationCollector
Adds annotations of the given element.
createMetaInfPath(PropertyDescriptor) - Method in class de.smartics.properties.api.core.domain. PropertiesContext
Returns the URL to the XML report in the META-INF directory of the given descriptor.
createMetaInfPath(PropertyDescriptor, Locale) - Method in class de.smartics.properties.api.core.domain. PropertiesContext
Returns the URL to the XML report in the META-INF directory of the given descriptor.
createNewConfiguration(ConfigurationKey) - Method in class de.smartics.properties.impl.config.classpath. ClasspathConfigurationPropertiesFactory
 
createNewConfiguration(ConfigurationKey) - Method in class de.smartics.properties.impl.config.ds. DataSourceConfigurationPropertiesFactory
 
createNewConfiguration(ConfigurationKey) - Method in class de.smartics.properties.impl.config.properties. PropertiesConfigurationPropertiesFactory
 
createNewConfiguration(ConfigurationKey) - Method in class de.smartics.properties.impl.config.resource. ResourceConfigurationPropertiesFactory
 
createNewConfiguration(ConfigurationKey) - Method in class de.smartics.properties.spi.config.support. AbstractConfigurationPropertiesFactory
Creates an empty instance of the configuration properties instance.
createPropertiesManagement(ConfigurationKey) - Method in class de.smartics.properties.spi.config.support. FactoryCache
Creates an instance of ConfigurationPropertiesManagement.
createReportUrl(String) - Method in class de.smartics.properties.api.core.domain. PropertiesContext
Returns the URL to the relative target.
createReportUrl(PropertyDescriptor) - Method in class de.smartics.properties.api.core.domain. PropertiesContext
Returns the URL to the report documentation for the given descriptor.
createText() - Static method in class de.smartics.properties.api.core.util. JavadocCommentHelper
Creates a default helper for normalizing in text context.
createWithoutContextAccess() - Static method in class de.smartics.properties.spi.core.metadata. PropertyMetaDataParser
Convenience constructor to generate property descriptors without comments.

D

DataSourceConfigurationProperties - Class in de.smartics.properties.impl.config.ds
Implementation based on Properties.
DataSourceConfigurationProperties(ConfigurationKey, PropertyDescriptorRegistry, PropertiesStore) - Constructor for class de.smartics.properties.impl.config.ds. DataSourceConfigurationProperties
Default constructor.
DataSourceConfigurationPropertiesFactory - Class in de.smartics.properties.impl.config.ds
Factory to create instances of DataSourceConfigurationProperties.
DataSourceConfigurationPropertiesFactory() - Constructor for class de.smartics.properties.impl.config.ds. DataSourceConfigurationPropertiesFactory
Default constructor.
DataSourceConfigurationPropertyProvider - Class in de.smartics.properties.spi.config.ds
Provides an adapter for properties in a data source to match the PropertyProvider interface.
DataSourceConfigurationPropertyProvider(ConfigurationKey, PropertiesStore) - Constructor for class de.smartics.properties.spi.config.ds. DataSourceConfigurationPropertyProvider
Default constructor.
DataSourceException - Exception in de.smartics.properties.spi.config.ds
Signals problems with accessing a data source.
DataSourceException(String, String) - Constructor for exception de.smartics.properties.spi.config.ds. DataSourceException
Convenience constructor without a root cause.
DataSourceException(Throwable, String) - Constructor for exception de.smartics.properties.spi.config.ds. DataSourceException
Convenience constructor without a message.
DataSourceException(String, Throwable, String) - Constructor for exception de.smartics.properties.spi.config.ds. DataSourceException
Constructor.
DataSourceProxy - Interface in de.smartics.properties.spi.config.ds
Allows serializable access to a data source.
dataSourceProxy - Variable in class de.smartics.properties.spi.config.ds. DefaultDataSourceManager.Builder
The proxy to provide access to a data source.
de.smartics.properties.api.config - package de.smartics.properties.api.config
Provides an API to use properties.
de.smartics.properties.api.config.app - package de.smartics.properties.api.config.app
Provides application configurations to be used by clients to this library.
de.smartics.properties.api.config.domain - package de.smartics.properties.api.config.domain
Provides domain objects for configuration.
de.smartics.properties.api.config.domain.key - package de.smartics.properties.api.config.domain.key
Provides runtime structures to access property values.
de.smartics.properties.api.core.annotations - package de.smartics.properties.api.core.annotations
Provides annotations to attach metadata to properties.
de.smartics.properties.api.core.app - package de.smartics.properties.api.core.app
Provides classes on the domain level.
de.smartics.properties.api.core.context.alias - package de.smartics.properties.api.core.context.alias
Provides helper classes to manage different aliases to the same physical resources.
de.smartics.properties.api.core.domain - package de.smartics.properties.api.core.domain
Provides property domain objects and exceptions.
de.smartics.properties.api.core.util - package de.smartics.properties.api.core.util
Provides utilities for API clients.
de.smartics.properties.impl.config.cache - package de.smartics.properties.impl.config.cache
Provides a ConfigurationPropertiesManagement implementation that provides a cache.
de.smartics.properties.impl.config.classpath - package 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 - package de.smartics.properties.impl.config.ds
Provides a SerializableConfigurationPropertiesManagement implementation based on DataSource.
de.smartics.properties.impl.config.properties - package de.smartics.properties.impl.config.properties
Provides a ConfigurationProperties implementation based on Properties.
de.smartics.properties.impl.config.resource - package de.smartics.properties.impl.config.resource
Provides a SerializableConfigurationPropertiesManagement implementation based on accessing remote resources.
de.smartics.properties.report - package de.smartics.properties.report
Provides classes to parse project source code and generate reports.
de.smartics.properties.report.app - package de.smartics.properties.report.app
Provides classes on the domain level.
de.smartics.properties.report.data - package de.smartics.properties.report.data
Provides classes that represent report data.
de.smartics.properties.report.qdox - package de.smartics.properties.report.qdox
Helper package to implement QDox interfaces.
de.smartics.properties.reports - package de.smartics.properties.reports
Provides report implementations to generate reports in different formats.
de.smartics.properties.resource.repository - package de.smartics.properties.resource.repository
Provides the resource access abstraction.
de.smartics.properties.spi.config - package de.smartics.properties.spi.config
Provides configuration classes to be extended and used for extensions by service providers.
de.smartics.properties.spi.config.definition - package de.smartics.properties.spi.config.definition
Provides helpers to deal with definition.xml information.
de.smartics.properties.spi.config.domain - package de.smartics.properties.spi.config.domain
Provides domain objects for configuration.
de.smartics.properties.spi.config.ds - package de.smartics.properties.spi.config.ds
Provides implementations to provide access to data sources from configuration factories.
de.smartics.properties.spi.config.proxy - package de.smartics.properties.spi.config.proxy
Provides classes to create a java dynamic proxy for a given properties interface.
de.smartics.properties.spi.config.resolve - package de.smartics.properties.spi.config.resolve
Provides an interface to the resolving placeholders.
de.smartics.properties.spi.config.support - package de.smartics.properties.spi.config.support
Provides helpers for service provider to implement ConfigurationPropertiesFactory.
de.smartics.properties.spi.config.validation - package de.smartics.properties.spi.config.validation
Provides validation utilities.
de.smartics.properties.spi.core.classpath - package de.smartics.properties.spi.core.classpath
Provides utilities to collect properties information from the class path.
de.smartics.properties.spi.core.constraint - package de.smartics.properties.spi.core.constraint
Provides information about property values constraints.
de.smartics.properties.spi.core.constraint.jsr303 - package de.smartics.properties.spi.core.constraint.jsr303
Provides wrappers to use JSR-303 constraints for property validation.
de.smartics.properties.spi.core.constraints - package de.smartics.properties.spi.core.constraints
Provides standard constraints.
de.smartics.properties.spi.core.context - package de.smartics.properties.spi.core.context
Provides properties configuration information.
de.smartics.properties.spi.core.convert - package de.smartics.properties.spi.core.convert
Provides utilities to convert property values from and to Strings.
de.smartics.properties.spi.core.metadata - package de.smartics.properties.spi.core.metadata
Provides helpers to read metadata from property descriptor interfaces.
de.smartics.properties.spi.core.metadata.comment - package 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 - package de.smartics.properties.spi.core.metadata.projectdoc
Provides helpers for projectdoc information.
de.smartics.properties.spi.core.registry - package de.smartics.properties.spi.core.registry
Provides registries to access properties meta information.
de.smartics.properties.spi.core.util - package de.smartics.properties.spi.core.util
Provides utilities for service provider.
de.smartics.properties.spi.core.validate - package de.smartics.properties.spi.core.validate
Service provider validation classes.
de.smartics.properties.spi.core.value - package de.smartics.properties.spi.core.value
Provides information about property values.
de.smartics.properties.utils - package de.smartics.properties.utils
Provides utilities for the report generation process.
DECLARATION_FILE - Static variable in class de.smartics.properties.api.core.domain. PropertiesContext
The default location of the properties declaration configuration file.
DECLARATION_FILE_NAME - Static variable in class de.smartics.properties.api.core.domain. PropertiesContext
The name of the properties configuration file that provides information for declarations.
DeclarationConfigParser - Class in de.smartics.properties.spi.core.context
Parses the configuration file for properties.
DeclarationConfigParser() - Constructor for class de.smartics.properties.spi.core.context. DeclarationConfigParser
Default constructor.
DeclarationConfigWriter - Class in de.smartics.properties.spi.core.context
Writes a configuration to a stream.
DeclarationConfigWriter() - Constructor for class de.smartics.properties.spi.core.context. DeclarationConfigWriter
 
DEFAULT_CREATE_TABLE_TEMPLATE - Static variable in class de.smartics.properties.spi.config.ds. DefaultDataSourceManager.Builder
The default table template.
DEFAULT_TLDS - Static variable in class de.smartics.properties.spi.config.definition. PropertiesDefinitionContext
The default top level domains to identify groups.
DefaultDataSourceManager - Class in de.smartics.properties.spi.config.ds
Helper to create database configurations with a data source.
DefaultDataSourceManager(DefaultDataSourceManager.Builder) - Constructor for class de.smartics.properties.spi.config.ds. DefaultDataSourceManager
Default constructor.
DefaultDataSourceManager.Builder - Class in de.smartics.properties.spi.config.ds
The builder of manager instances.
DefaultDataSourceManager.Builder() - Constructor for class de.smartics.properties.spi.config.ds. DefaultDataSourceManager.Builder
 
DEFINITION_FILE - Static variable in class de.smartics.properties.api.core.domain. PropertiesContext
The default location of the properties definition configuration file.
DEFINITION_FILE_NAME - Static variable in class de.smartics.properties.api.core.domain. PropertiesContext
The name of the properties configuration file that provides information for definitions.
DefinitionConfigParser - Class in de.smartics.properties.spi.config.definition
Parses the definition.xml file for properties.
DefinitionConfigParser() - Constructor for class de.smartics.properties.spi.config.definition. DefinitionConfigParser
Default constructor.
DefinitionKeyHelper - Class in de.smartics.properties.spi.config.definition
Derives a ConfigurationKey from a path found in a definition file.
DefinitionKeyHelper() - Constructor for class de.smartics.properties.spi.config.definition. DefinitionKeyHelper
Convenience constructor using the default TLDs and not registering any environments, nodes or groups.
DefinitionKeyHelper(PropertiesDefinitionContext) - Constructor for class de.smartics.properties.spi.config.definition. DefinitionKeyHelper
Default constructor.
deleteProperty(String) - Method in interface de.smartics.properties.spi.config.ds. PropertiesDataSourceAccessor
Deletes the property from the store.
deleteProperty(String) - Method in class de.smartics.properties.spi.config.ds. PropertiesStore
 
deletePropertyInStore(String) - Method in class de.smartics.properties.impl.config.ds. DataSourceConfigurationProperties
 
deletePropertyInStore(String) - Method in class de.smartics.properties.spi.config.support. AbstractConfigurationPropertiesManagement
Deletes the property with the given name.
deletePropertyInStore(String) - Method in class de.smartics.properties.spi.config.support. AbstractInMemoryConfigurationProperties
 
deregisterProperties(ConfigurationKey) - Method in interface de.smartics.properties.api.config.domain. ConfigurationRepositoryManagement
Removes the configuration properties for the given configuration key.
deregisterProperties(ConfigurationKey) - Method in class de.smartics.properties.spi.config.support. InMemoryConfigurationRepositoryManagement
 
DocumentMetaData - Interface in de.smartics.properties.api.core.domain
Provides read access to document meta data.
DocumentMetaDataProxy - Interface in de.smartics.properties.spi.core.metadata
Allows to lazy load annotation information.
dropConfigTable() - Method in class de.smartics.properties.spi.config.ds. DefaultDataSourceManager
 
dropConfigTable() - Method in interface de.smartics.properties.spi.config.ds. PropertiesDataSourceManager
Drops the configuration table from the referenced data source.
dropTable - Variable in class de.smartics.properties.spi.config.ds. DefaultDataSourceManager
Signals to drop the properties table before creation.
DsPropertyCollection - Class in de.smartics.properties.spi.config.ds
Implementation of PropertyCollection based on accessing a data source.
DsPropertyCollection(String, Connection, ResultSet) - Constructor for class de.smartics.properties.spi.config.ds. DsPropertyCollection
Default constructor.
DuplicateAliasException - Exception in de.smartics.properties.api.core.context.alias
Signals that an alias points to two different physical resources.
DuplicateAliasException(String, String, String) - Constructor for exception de.smartics.properties.api.core.context.alias. DuplicateAliasException
Convenience constructor without a cause.
DuplicateAliasException(Throwable, String, String, String) - Constructor for exception de.smartics.properties.api.core.context.alias. DuplicateAliasException
Default constructor.
DuplicateConfigurationException - Exception in de.smartics.properties.api.config.domain
Signals that a configuration with the given key has already been registered.
DuplicateConfigurationException(ConfigurationKey, ConfigurationPropertiesManagement, ConfigurationPropertiesManagement) - Constructor for exception de.smartics.properties.api.config.domain. DuplicateConfigurationException
Convenience constructor without root cause.
DuplicateConfigurationException(Throwable, ConfigurationKey, ConfigurationPropertiesManagement, ConfigurationPropertiesManagement) - Constructor for exception de.smartics.properties.api.config.domain. DuplicateConfigurationException
Default Constructor.
DuplicatePropertyDeclarationException - Exception in de.smartics.properties.api.core.domain
Signals that a property descriptor has been encountered twice.
DuplicatePropertyDeclarationException(PropertyDescriptor, PropertyDescriptor) - Constructor for exception de.smartics.properties.api.core.domain. DuplicatePropertyDeclarationException
Constructor.
DuplicatePropertyDeclarationsException - Exception in de.smartics.properties.api.core.domain
Signals that a set of property descriptor has been encountered twice.
DuplicatePropertyDeclarationsException(List<DuplicatePropertyDeclarationException>) - Constructor for exception de.smartics.properties.api.core.domain. DuplicatePropertyDeclarationsException
Default constructor.
DuplicatePropertyDefinitionException - Exception in de.smartics.properties.api.config.domain
Signals that a property descriptor has been encountered twice.
DuplicatePropertyDefinitionException(ConfigurationKey, PropertyDefinition, PropertyDefinition) - Constructor for exception de.smartics.properties.api.config.domain. DuplicatePropertyDefinitionException
Constructor.
DuplicatePropertyException - Exception in de.smartics.properties.api.config.domain
Signals that a property has been encountered twice.
DuplicatePropertyException(ConfigurationKey, Property, Property) - Constructor for exception de.smartics.properties.api.config.domain. DuplicatePropertyException
Default Constructor.

E

EMPTY_COMMENT - Static variable in class de.smartics.properties.api.core.domain. PropertyComment
The empty comment instance.
ensureManagement(ConfigurationKey) - Method in class de.smartics.properties.spi.config.support. FactoryCache
Creates an instance of ConfigurationPropertiesManagement.
ensurePackageProvided(String) - Method in class de.smartics.properties.utils. AbstractProjectClassLoader
Ensures that the package of a class specified by the given name is already defined.
EnumeratedPropertyValueRange< T extends Enum< T>> - Class in de.smartics.properties.spi.core.value
A property value range backed up by an enumeration of values.
EnumeratedPropertyValueRange(Class<T>) - Constructor for class de.smartics.properties.spi.core.value. EnumeratedPropertyValueRange
Default constructor.
EnvironmentId - Class in de.smartics.properties.api.config.domain.key
Defines an environment an application is deployed to.
EnvironmentId(String) - Constructor for class de.smartics.properties.api.config.domain.key. EnvironmentId
Convenience constructor without a node.
EnvironmentId(String, String) - Constructor for class de.smartics.properties.api.config.domain.key. EnvironmentId
Default constructor.
equals(Object) - Method in class de.smartics.properties.api.config.domain.key. ApplicationId
Returns true if the given object is semantically equal to the given object, false otherwise.
equals(Object) - Method in class de.smartics.properties.api.config.domain.key. ConfigurationKey
Returns true if the given object is semantically equal to the given object, false otherwise.
equals(Object) - Method in class de.smartics.properties.api.config.domain.key. EnvironmentId
Returns true if the given object is semantically equal to the given object, false otherwise.
equals(Object) - Method in class de.smartics.properties.api.config.domain. Property
Returns true if the given object is semantically equal to the given object, false otherwise.
equals(Object) - Method in class de.smartics.properties.api.config.domain. PropertyDefinition
Returns true if the given object is semantically equal to the given object, false otherwise.
equals(Object) - Method in class de.smartics.properties.api.config.domain. PropertyLocation
Returns true if the given object is semantically equal to the given object, false otherwise.
equals(Object) - Method in class de.smartics.properties.api.core.domain. PropertyKey
 
equals(Object) - Method in class de.smartics.properties.api.core.domain. PropertyType
Returns true if the given object is semantically equal to the given object, false otherwise.
equals(Object) - Method in class de.smartics.properties.resource.repository. ArtifactId
Returns true if the given object is semantically equal to the given object, false otherwise.
equals(Object) - Method in class de.smartics.properties.spi.core.value. CollectionPropertyValueRange
Returns true if the given object is semantically equal to the given object, false otherwise.
equals(Object) - Method in class de.smartics.properties.spi.core.value. EnumeratedPropertyValueRange
 
eval(JavaClass) - Method in class de.smartics.properties.report.qdox. PropertyDescriptorSearcher

F

FactoryCache< T extends ConfigurationPropertiesManagement> - Class in de.smartics.properties.spi.config.support
Creates and caches configurations.
FactoryCache(ConfigurationRepositoryManagement, AbstractConfigurationPropertiesFactory<?>) - Constructor for class de.smartics.properties.spi.config.support. FactoryCache
Default constructor.
FactoryConfiguration - Class in de.smartics.properties.api.config.app
Provides properties to configure an instance of ConfigurationPropertiesFactory.
FactoryConfiguration() - Constructor for class de.smartics.properties.api.config.app. FactoryConfiguration
Default constructor.
fetchPropertyMethod(Method) - Static method in class de.smartics.properties.spi.config.proxy. PropertyMethodNameUtilities
Helper that determines the property method that belongs to the method given.
findClass(String) - Method in class de.smartics.properties.utils. ProjectClassLoader
findResource(String) - Method in class de.smartics.properties.utils. ProjectClassLoader
 
findResources(String) - Method in class de.smartics.properties.utils. ProjectClassLoader
 
firePropertyChange(String, String, String) - Method in class de.smartics.properties.spi.config.support. AbstractConfigurationProperties
Fires the property change event.
FIVE_MINUTES - Static variable in class de.smartics.properties.api.core.annotations. PropertyLifecycle.UpdateInterval
Defines a standard update interval of five minutes.
flush() - Method in interface de.smartics.properties.api.config.domain. ConfigurationPropertiesManagement
Signal to flush properties changed in memory to be written to a secondary storage.
flush() - Method in class de.smartics.properties.impl.config.cache. AbstractCacheConfigurationPropertiesManagement
 
flush() - Method in class de.smartics.properties.reports. PropertiesPropertyReport
Flushes the latest report set and items.
flush() - Method in class de.smartics.properties.spi.config.domain. ConfigurationPropertiesManagementProxy
 
flush() - Method in class de.smartics.properties.spi.config.support. AbstractConfigurationPropertiesManagement
Signal to flush properties changed in memory to be written to a secondary storage.
flush() - Method in class de.smartics.properties.spi.config.support. ConfigurationPropertiesManagementWithDefaults
 
fromString(String) - Method in interface de.smartics.properties.api.core.domain. PropertyValueRange
Constructs a value of the real type T from the given string representation of a value of the range.
fromString(String) - Method in class de.smartics.properties.spi.core.value. CollectionPropertyValueRange
 
fromString(String) - Method in class de.smartics.properties.spi.core.value. EnumeratedPropertyValueRange
 

G

GenericPropertyConstraint< A extends Annotation, T> - Class in de.smartics.properties.spi.core.constraint.jsr303
Generic wrapper for JSR-303 constraints.
GenericPropertyConstraint(A) - Constructor for class de.smartics.properties.spi.core.constraint.jsr303. GenericPropertyConstraint
Convenience constructor if the validator can be derived from the constraintAnnotation.
GenericPropertyConstraint(ConstraintValidator<A, T>, A) - Constructor for class de.smartics.properties.spi.core.constraint.jsr303. GenericPropertyConstraint
Default constructor.
get(String) - Method in class de.smartics.properties.api.config.domain. PropertyIndex
Returns the property definition for the given property name.
get(String) - Method in class de.smartics.properties.api.core.context.alias. PropertyAliasMapping
Returns the target the alias points to.
get(Class<?>) - Method in interface de.smartics.properties.api.core.domain. PropertyDescriptorRegistry
Returns the descriptors for the given descriptor type.
get(String) - Method in interface de.smartics.properties.api.core.domain. PropertyDescriptorRegistry
Returns the descriptor for the given key or null if no descriptor is registered for the given key.
get(String) - Method in class de.smartics.properties.spi.config.resolve. ConfigurationPropertiesResolveContext
Returns the value for the given key.
get(String) - Method in interface de.smartics.properties.spi.config.resolve. ResolveContext
Returns the value for the given key.
get(PropertyDescriptor) - Method in class de.smartics.properties.spi.core.registry. ConfigurationRegistry
Returns the properties context for the given descriptor.
get(Class<?>) - Method in class de.smartics.properties.spi.core.registry. ConfigurationRegistry
Returns the properties context for the declaring type of a property set.
get(Class<?>) - Method in class de.smartics.properties.spi.core.registry. InMemoryPropertyDescriptorRegistry
Returns the descriptors for the given descriptor type.
get(String) - Method in class de.smartics.properties.spi.core.registry. InMemoryPropertyDescriptorRegistry
Returns the descriptor for the given key or null if no descriptor is registered for the given key.
getAccessType() - Method in interface de.smartics.properties.api.core.domain. PropertyDescriptor
Returns the flag to define the access type.
getAccessType() - Method in class de.smartics.properties.spi.core.metadata. PropertyMetaData
 
getAlias() - Method in exception de.smartics.properties.api.core.context.alias. AliasException
Returns the alias that signals a problem.
getApplicationId() - Method in class de.smartics.properties.api.config.domain.key. ConfigurationKey
Returns the identifier of the application whose configuration is requested.
getApplicationId() - Method in class de.smartics.properties.api.config.domain. PropertyLocation
Returns the identifier of the application archive that contains the property.
getArchiveType() - Method in class de.smartics.properties.resource.repository. ArtifactId
Returns the artifact type that is expressed by the artifact's file name extension.
getArrayTypeOfElementType() - Method in class de.smartics.properties.spi.core.convert. ListPropertyHelper
Returns an array type for the element's type.
getArtifactId() - Method in class de.smartics.properties.api.config.domain.key. ApplicationId
Returns the name of the application.
getArtifactRef(String) - Method in class de.smartics.properties.impl.config.resource. ResourceConfigurationPropertiesFactory
Returns the artifact reference by its short ID.
getArtifactRef(String) - Method in class de.smartics.properties.resource.repository. ClassPathEnvironment
Returns the artifact reference by its short ID.
getArtifactRefs() - Method in class de.smartics.properties.resource.repository. ClassPathEnvironment
Returns a list of artifact references.
getAudience() - Method in interface de.smartics.properties.api.core.domain. DocumentMetaData
Returns the audience the documentation targets.
getAudience() - Method in class de.smartics.properties.spi.core.metadata.projectdoc. ProjectdocMetaData
 
getBootPropertiesFiles(Collection<URL>) - Method in class de.smartics.properties.spi.core.classpath. PropertiesFilesLoader
Returns all boot properties that are defined to control the configuration parsing process.
getCache() - Method in class de.smartics.properties.impl.config.cache. AbstractCacheConfigurationPropertiesManagement
Provides access to the cache.
getCache() - Method in class de.smartics.properties.spi.config.support. FactoryCache
Returns the cache of currently loaded configurations.
getCategories() - Method in interface de.smartics.properties.api.core.domain. DocumentMetaData
Returns the categories associated with the document instance.
getCategories() - Method in class de.smartics.properties.spi.core.metadata.projectdoc. ProjectdocMetaData
 
getCause() - Method in class de.smartics.properties.report.data. ReportProblem
Returns the optional root cause to the problem.
getClassifier() - Method in class de.smartics.properties.resource.repository. ArtifactId
Returns the classifier to the artifact.
getCollection() - Method in class de.smartics.properties.spi.config.ds. PropertiesStore
The collection of all properties stored.
getComment() - Method in interface de.smartics.properties.api.core.domain. PropertyDescriptor
Returns the comment to the property and its values.
getComment(Locale) - Method in interface de.smartics.properties.api.core.domain. PropertyDescriptor
Returns the comment to the property and its values.
getComment() - Method in class de.smartics.properties.report.data. PropertyReportItem
Returns the Javadoc comment to the descriptor.
getComment() - Method in class de.smartics.properties.report.data. PropertyReportSet
Returns the Javadoc comment to the descriptor.
getComment(PropertyDescriptor, Locale) - Method in interface de.smartics.properties.spi.core.metadata. PropertyCommentProvider
Returns the comment for the given property descriptor.
getComment(PropertyDescriptor, Locale) - Method in class de.smartics.properties.spi.core.metadata. PropertyCommentProxy
Returns the comment for the given property descriptor.
getComment() - Method in class de.smartics.properties.spi.core.metadata. PropertyMetaData
 
getComment(Locale) - Method in class de.smartics.properties.spi.core.metadata. PropertyMetaData
 
getConfiguration() - Method in class de.smartics.properties.report. ReportBuilder
Returns the configuration to control the generation of the report.
getConfigurationKey() - Method in class de.smartics.properties.api.config.domain. PropertyIndex
Returns the key to the configuration the properties are part of.
getConfigurationKey() - Method in interface de.smartics.properties.api.config.domain. PropertyProvider
The key of the configuration this property provider provides properties for.
getConfigurationKey() - Method in class de.smartics.properties.spi.config.ds. DataSourceConfigurationPropertyProvider
 
getConfigurationKey() - Method in class de.smartics.properties.spi.config.support. InMemoryPropertiesManager
Returns the key of the configuration whose properties are managed.
getConfigurationKey() - Method in class de.smartics.properties.spi.config.support. PropertiesPropertyProvider
 
getConfigurationTime() - Method in interface de.smartics.properties.api.core.domain. PropertyDescriptor
The designed time the property is defined.
getConfigurationTime() - Method in class de.smartics.properties.spi.core.metadata. PropertyMetaData
 
getConstraints() - Method in interface de.smartics.properties.api.core.domain. PropertyDescriptor
Returns a list of constraints a value for the property has to meet.
getConstraints() - Method in exception de.smartics.properties.api.core.domain. PropertyValidationException
Returns the property constraint that failed to be met.
getConstraints() - Method in class de.smartics.properties.spi.core.metadata. PropertyMetaData
 
getContext(Class<?>) - Method in interface de.smartics.properties.api.config.domain. ConfigurationProperties
Returns the properties context for the declaring type.
getContext(PropertyDescriptor) - Method in interface de.smartics.properties.api.config.domain. ConfigurationProperties
Returns the properties context the property described by the given descriptor is part of.
getContext() - Method in interface de.smartics.properties.api.core.domain. PropertyDescriptor
Returns the context of the property descriptor.
getContext(PropertyDescriptor) - Method in interface de.smartics.properties.api.core.domain. PropertyDescriptorRegistry
Returns the property context for the given property descriptor.
getContext(Class<?>) - Method in interface de.smartics.properties.api.core.domain. PropertyDescriptorRegistry
Returns the property context for the given property declaring type.
getContext(Class<?>) - Method in class de.smartics.properties.impl.config.cache. AbstractCacheConfigurationPropertiesManagement
 
getContext(PropertyDescriptor) - Method in class de.smartics.properties.impl.config.cache. AbstractCacheConfigurationPropertiesManagement
 
getContext(Class<?>) - Method in class de.smartics.properties.spi.config.domain. ConfigurationPropertiesProxy
 
getContext(PropertyDescriptor) - Method in class de.smartics.properties.spi.config.domain. ConfigurationPropertiesProxy
 
getContext(PropertyDescriptor) - Method in class de.smartics.properties.spi.config.support. AbstractConfigurationProperties
 
getContext(Class<?>) - Method in class de.smartics.properties.spi.config.support. AbstractConfigurationProperties
 
getContext(Class<?>) - Method in class de.smartics.properties.spi.config.support. FactoryCache
Returns the context for the given type.
getContext() - Method in class de.smartics.properties.spi.core.metadata. PropertyMetaData
 
getContext(PropertyDescriptor) - Method in class de.smartics.properties.spi.core.registry. InMemoryPropertyDescriptorRegistry
Returns the property context for the given property descriptor.
getContext(Class<?>) - Method in class de.smartics.properties.spi.core.registry. InMemoryPropertyDescriptorRegistry
Returns the property context for the given property declaring type.
getCurrentConfigurationProperties() - Method in exception de.smartics.properties.api.config.domain. DuplicateConfigurationException
Returns the configuration that has been registered and is currently active.
getCurrentDefinition() - Method in exception de.smartics.properties.api.config.domain. DuplicatePropertyDefinitionException
Returns the previously encountered and currently active property.
getCurrentDescriptor() - Method in exception de.smartics.properties.api.core.domain. DuplicatePropertyDeclarationException
Returns the previously encountered and currently active property.
getCurrentProperty() - Method in exception de.smartics.properties.api.config.domain. DuplicatePropertyException
Returns the currently active property.
getCurrentValue() - Method in exception de.smartics.properties.api.core.domain. ReadOnlyPropertyException
Returns the current value of the property that has not been changed.
getDataSource() - Method in interface de.smartics.properties.spi.config.ds. DataSourceProxy
Provides access to the data source.
getDataSource() - Method in class de.smartics.properties.spi.config.ds. JndiDataSourceProxy
 
getDataSourceId() - Method in exception de.smartics.properties.spi.config.ds. DataSourceException
Returns the identifier of the data source.
getDataSourceId() - Method in interface de.smartics.properties.spi.config.ds. DataSourceProxy
Returns the identifier of the data source.
getDataSourceId() - Method in class de.smartics.properties.spi.config.ds. DefaultDataSourceManager
 
getDataSourceId() - Method in class de.smartics.properties.spi.config.ds. JndiDataSourceProxy
 
getDataSourceId() - Method in interface de.smartics.properties.spi.config.ds. PropertiesDataSourceDescriptor
Returns the identifier of the data source.
getDataSourceProxy() - Method in class de.smartics.properties.spi.config.ds. DefaultDataSourceManager
 
getDataSourceProxy() - Method in interface de.smartics.properties.spi.config.ds. PropertiesDataSourceManager
Returns a reference to the data source proxy used to connect to the data source.
getDeclaringType() - Method in interface de.smartics.properties.api.core.domain. PropertyDescriptor
Returns the type that declares the property that is described by this instance.
getDeclaringType() - Method in class de.smartics.properties.spi.core.metadata. PropertyMetaData
 
getDefaultExpression() - Method in interface de.smartics.properties.api.core.domain. PropertyDescriptor
Returns the expression to use to construct the value of the property.
getDefaultExpression() - Method in class de.smartics.properties.spi.core.metadata. PropertyMetaData
 
getDelegate() - Method in class de.smartics.properties.impl.config.cache. AbstractCacheConfigurationPropertiesManagement
Returns a reference to the delegate.
getDelegate() - Method in class de.smartics.properties.impl.config.cache. CacheConfigurationPropertiesManagement
 
getDelegate() - Method in class de.smartics.properties.impl.config.cache. SerializableCacheConfigurationPropertiesManagement
 
getDependencies() - Method in class de.smartics.properties.api.config.domain. ResolvedProperty
Returns the names of properties this property depends on.
getDescription(Locale) - Method in interface de.smartics.properties.api.core.domain. PropertyConstraint
Returns a localized description of the defined constraints.
getDescription() - Method in interface de.smartics.properties.api.core.domain. PropertyConstraint
Returns a description of the defined constraints.
getDescription() - Method in class de.smartics.properties.spi.core.constraint. AbstractPropertyConstraint
 
getDescription(Locale) - Method in class de.smartics.properties.spi.core.constraint.jsr303. GenericPropertyConstraint
Returns a localized description of the defined constraints.
getDescription(Locale) - Method in class de.smartics.properties.spi.core.constraints. ListValueConstraint
 
getDescription(Locale) - Method in class de.smartics.properties.spi.core.constraints. PropertyRangeConstraint
 
getDescriptor(String) - Method in interface de.smartics.properties.api.config.domain. ConfigurationPropertiesManagement
Returns the descriptor for the given key.
getDescriptor(PropertyKey) - Method in interface de.smartics.properties.api.config.domain. ConfigurationPropertiesManagement
Returns the descriptor for the given key.
getDescriptor() - Method in class de.smartics.properties.api.config.domain. PropertyDefinition
Returns the descriptor of the property.
getDescriptor(String) - Method in class de.smartics.properties.impl.config.cache. AbstractCacheConfigurationPropertiesManagement
 
getDescriptor(PropertyKey) - Method in class de.smartics.properties.impl.config.cache. AbstractCacheConfigurationPropertiesManagement
 
getDescriptor() - Method in class de.smartics.properties.report.data. PropertyReportItem
Returns the descriptor to the property.
getDescriptor(String) - Method in class de.smartics.properties.spi.config.domain. ConfigurationPropertiesManagementProxy
 
getDescriptor(PropertyKey) - Method in class de.smartics.properties.spi.config.domain. ConfigurationPropertiesManagementProxy
 
getDescriptor(String) - Method in class de.smartics.properties.spi.config.support. AbstractConfigurationPropertiesManagement
 
getDescriptor(PropertyKey) - Method in class de.smartics.properties.spi.config.support. AbstractConfigurationPropertiesManagement
 
getDescriptor(String) - Method in class de.smartics.properties.spi.config.support. ConfigurationPropertiesManagementWithDefaults
 
getDescriptor(PropertyKey) - Method in class de.smartics.properties.spi.config.support. ConfigurationPropertiesManagementWithDefaults
 
getDescriptor() - Method in class de.smartics.properties.spi.core.convert. ListPropertyHelper
Returns the list descriptor to analyze.
getDocumentationUrl(PropertyDescriptor) - Method in interface de.smartics.properties.api.core.domain. PropertyDescriptorRegistry
Returns the URL to the documentation report for the given property descriptor.
getDocumentationUrl(PropertyDescriptor) - Method in class de.smartics.properties.spi.core.registry. InMemoryPropertyDescriptorRegistry
Returns the URL to the documentation report for the given property descriptor.
getDocumentMetaData() - Method in interface de.smartics.properties.api.core.domain. PropertyDescriptor
Returns the meta data information for the property.
getDocumentMetaData(Locale) - Method in interface de.smartics.properties.api.core.domain. PropertyDescriptor
Returns the meta data information for the property.
getDocumentMetaData(PropertyDescriptor, Locale) - Method in interface de.smartics.properties.spi.core.metadata. DocumentMetaDataProxy
Returns the document meta data.
getDocumentMetaData(PropertyDescriptor, Locale) - Method in class de.smartics.properties.spi.core.metadata. MetaInfDocumentMetaDataProxy
Returns the document meta data.
getDocumentMetaData() - Method in class de.smartics.properties.spi.core.metadata. PropertyMetaData
 
getDocumentMetaData(Locale) - Method in class de.smartics.properties.spi.core.metadata. PropertyMetaData
 
getDuplicateConfigurationProperties() - Method in exception de.smartics.properties.api.config.domain. DuplicateConfigurationException
Returns the configuration that is a duplication of the current configuration and has been rejected from being registered with the given key.
getElementConstraints() - Method in class de.smartics.properties.spi.core.constraints. ListValueConstraint
Returns the constraints on the individual elements of the list.
getElementId() - Method in class de.smartics.properties.report.data. SourceInfo
Returns the element identifier that consists of the type and the element name.
getElementName() - Method in class de.smartics.properties.report.data. SourceInfo
Returns the name of the element that defines the property.
getElementType() - Method in class de.smartics.properties.api.core.domain. PropertyType
Returns the Java type of the elements of the property if the type is a collection type.
getElementType() - Method in class de.smartics.properties.spi.core.constraints. ListValueConstraint
Returns the type of the list elements.
getElementType() - Method in class de.smartics.properties.spi.core.convert. ListPropertyHelper
Returns the type of elements of the list.
getElementTypeName() - Method in class de.smartics.properties.report.data. SourceInfo
Returns the name of the element's type.
getEncoding() - Method in class de.smartics.properties.report. ReportConfiguration
Returns the encoding to use to read the source files.
getEnumeration() - Method in class de.smartics.properties.spi.core.value. EnumeratedPropertyValueRange
Returns the enumeration to provide the value for this range.
getEnvironmentId() - Method in class de.smartics.properties.api.config.domain.key. ConfigurationKey
Returns the identifier of the environment the application is deployed in.
getExceptions() - Method in exception de.smartics.properties.api.config.domain. CompoundConfigurationException
Returns the list of encountered exceptions.
getExceptions() - Method in exception de.smartics.properties.api.core.domain. DuplicatePropertyDeclarationsException
Returns the list of property declarations of declaration collisions.
getExpression() - Method in class de.smartics.properties.api.core.domain. PropertyExpression
Returns the expression string.
getExpression() - Method in exception de.smartics.properties.api.core.domain. PropertyValueResolveException
Returns the expression that failed to be resolved.
getExpression() - Method in exception de.smartics.properties.spi.config.resolve. ResolveConfigurationException
Returns the expression that cannot be resolved.
getFactory() - Method in class de.smartics.properties.spi.config.domain. ConfigurationPropertiesProxy
Returns the factory to create instances of the configuration properties.
getFactoryConfiguration() - Method in interface de.smartics.properties.api.config.app. ConfigurationPropertiesFactory
Returns the factory configuration and changes values.
getFactoryConfiguration() - Method in class de.smartics.properties.spi.config.support. AbstractConfigurationPropertiesFactory
 
getGroupId() - Method in class de.smartics.properties.api.config.domain.key. ApplicationId
Returns the group the application belongs to.
getGroupId() - Method in class de.smartics.properties.resource.repository. ArtifactId
Returns the group the artifact belongs to.
getHomePageUrl() - Method in class de.smartics.properties.api.core.domain. PropertiesContext
Returns the URL to the home page of the project.
getHomePageUrl() - Method in interface de.smartics.properties.api.core.domain. PropertyContext
Returns the URL to the home page of the project.
getHomePageUrl(Locale) - Method in interface de.smartics.properties.api.core.domain. PropertyContext
Returns the URL to the home page of the project in the given locale.
getHomePageUrl() - Method in class de.smartics.properties.spi.core.context. MandatoryPropertyContext
 
getHomePageUrl(Locale) - Method in class de.smartics.properties.spi.core.context. MandatoryPropertyContext
 
getId() - Method in class de.smartics.properties.resource.repository. ArtifactRef
Returns the unique identifier of the artifact.
getItems() - Method in class de.smartics.properties.reports. InMemoryPropertyReport
Returns the list of report items.
getKey() - Method in exception de.smartics.properties.api.config.domain. ConfigurationException
Returns the key to the configuration that signaled problems.
getKey() - Method in interface de.smartics.properties.api.config.domain. ConfigurationProperties
Returns the key of the configuration.
getKey() - Method in interface de.smartics.properties.api.core.domain. PropertyDescriptor
Returns the key of the property.
getKey() - Method in class de.smartics.properties.impl.config.cache. AbstractCacheConfigurationPropertiesManagement
 
getKey(String) - Method in class de.smartics.properties.spi.config.definition. PropertiesDefinitionContext
Returns the configuration key associated with the given path.
getKey() - Method in class de.smartics.properties.spi.config.domain. ConfigurationPropertiesProxy
Returns the key of the configuration properties instance is to be associated with.
getKey() - Method in class de.smartics.properties.spi.config.resolve. ConfigurationPropertiesResolveContext
Returns the unique identifier of the wrapped properties configuration.
getKey() - Method in interface de.smartics.properties.spi.config.resolve. ResolveContext
Returns the unique identifier of the wrapped properties configuration.
getKey() - Method in class de.smartics.properties.spi.config.support. AbstractConfigurationProperties
 
getKey() - Method in class de.smartics.properties.spi.core.metadata. PropertyMetaData.Builder
Returns the key of the property.
getKey() - Method in class de.smartics.properties.spi.core.metadata. PropertyMetaData
 
getKeys() - Method in interface de.smartics.properties.api.config.domain. ConfigurationRepositoryManagement
Returns the list of keys with configuration properties.
getKeys() - Method in class de.smartics.properties.spi.config.support. InMemoryConfigurationRepositoryManagement
 
getLineNumber() - Method in class de.smartics.properties.report.data. SourceInfo
Returns the line number where the definition of the property begins.
getListValueConstraint() - Method in class de.smartics.properties.spi.core.convert. ListPropertyHelper
Returns the constraint that contains all list issues.
getLocales() - Method in class de.smartics.properties.api.core.domain. PropertiesContext
Returns the list of supported locales.
getLocalName() - Method in class de.smartics.properties.report.data. PropertyReportItem
Returns the name that uniquely identifies the property report within the report set.
getMandatoryProperties() - Method in exception de.smartics.properties.api.config.domain. ConfigurationValidationException
Returns the list of mandatory properties for which no value has been provided.
getMandatoryPropertyDescriptors() - Method in interface de.smartics.properties.api.config.domain. ConfigurationPropertiesManagement
Returns the list of mandatory properties.
getMandatoryPropertyDescriptors() - Method in class de.smartics.properties.impl.config.cache. AbstractCacheConfigurationPropertiesManagement
 
getMandatoryPropertyDescriptors() - Method in class de.smartics.properties.spi.config.domain. ConfigurationPropertiesManagementProxy
 
getMandatoryPropertyDescriptors() - Method in class de.smartics.properties.spi.config.support. AbstractConfigurationPropertiesManagement
 
getMandatoryPropertyDescriptors() - Method in class de.smartics.properties.spi.config.support. ConfigurationPropertiesManagementWithDefaults
 
getMaxOccurs() - Method in class de.smartics.properties.spi.core.constraints. ListValueConstraint
Returns the maximum number of elements in the list.
getMessage() - Method in class de.smartics.properties.report.data. ReportProblem
Returns the message to the problem.
getMetaData() - Method in class de.smartics.properties.report.data. PropertyReportItem
Returns the document instance metadata.
getMetaData() - Method in class de.smartics.properties.report.data. PropertyReportSet
Returns the document instance metadata.
getMetaDataMessage(PropertyDescriptor) - Static method in exception de.smartics.properties.api.core.domain. PropertyDescriptorException
Returns information on meta data of the property.
getMetaInfPath(PropertyDescriptor) - Method in interface de.smartics.properties.api.core.domain. PropertyDescriptorRegistry
Returns the path to the context information for the given property descriptor.
getMetaInfPath(PropertyDescriptor) - Method in class de.smartics.properties.spi.core.registry. InMemoryPropertyDescriptorRegistry
Returns the path to the context information for the given property descriptor.
getMethod() - Method in class de.smartics.properties.spi.core.util. SerializableMethod
Returns the wrapped method.
getMinOccurs() - Method in class de.smartics.properties.spi.core.constraints. ListValueConstraint
Returns the minimum number of elements in the list.
getName() - Method in class de.smartics.properties.api.config.domain.key. EnvironmentId
Returns the name of the environment.
getName() - Method in class de.smartics.properties.api.config.domain. Property
Returns the name of the property.
getName() - Method in interface de.smartics.properties.api.core.domain. DocumentMetaData
Returns the unique document identifier.
getName() - Method in class de.smartics.properties.api.core.domain. PropertyKey
Returns the name of the property.
getName() - Method in class de.smartics.properties.report.data. PropertyReportItem
Returns the name that uniquely identifies the property report document.
getName() - Method in class de.smartics.properties.report.data. PropertyReportSet
Returns the name that uniquely identifies the property set report.
getName() - Method in class de.smartics.properties.resource.repository. ArtifactId
Returns the name of the artifact.
getName() - Method in interface de.smartics.properties.spi.core.metadata.projectdoc. ProjectdocAnnotationCollector.Defaults
Returns the default name.
getName() - Method in class de.smartics.properties.spi.core.metadata.projectdoc. ProjectdocMetaData
 
getName() - Method in class de.smartics.properties.spi.core.metadata. PropertyMetaDataDefaults
 
getNameColumn() - Method in class de.smartics.properties.spi.config.ds. AbstractDataSourceDescriptor
Returns the name of the property name column.
getNameColumn() - Method in interface de.smartics.properties.spi.config.ds. PropertiesDataSourceDescriptor
Returns the name of the property name column.
getNewDefinition() - Method in exception de.smartics.properties.api.config.domain. DuplicatePropertyDefinitionException
Returns the new encountered property descriptor with the same key.
getNewDescriptor() - Method in exception de.smartics.properties.api.core.domain. DuplicatePropertyDeclarationException
Returns the new encountered property descriptor with the same key.
getNewProperty() - Method in exception de.smartics.properties.api.config.domain. DuplicatePropertyException
Returns the new encountered property with the same key.
getNewTarget() - Method in exception de.smartics.properties.api.core.context.alias. DuplicateAliasException
Returns the new target value that differs from the previously stored.
getNode() - Method in class de.smartics.properties.api.config.domain.key. EnvironmentId
Returns the optional identifier of the node within the given environment.
getNotes() - Method in interface de.smartics.properties.api.core.domain. DocumentMetaData
Returns the list of notes appended to the document instance.
getNotes() - Method in class de.smartics.properties.spi.core.metadata.projectdoc. ProjectdocMetaData
 
getOldTarget() - Method in exception de.smartics.properties.api.core.context.alias. DuplicateAliasException
Returns the target value stored with the alias.
getParent() - Method in class de.smartics.properties.spi.core.metadata.projectdoc. ProjectdocMetaData
Returns the reference to the parent meta data to access as default values.
getParentMetadata() - Method in class de.smartics.properties.spi.core.metadata.projectdoc. ProjectdocAnnotationCollector
Returns the meta data collected from the parent element.
getParents() - Method in interface de.smartics.properties.api.core.domain. DocumentMetaData
Returns the parents associated with the document instance.
getParents() - Method in class de.smartics.properties.spi.core.metadata.projectdoc. ProjectdocMetaData
 
getPath() - Method in class de.smartics.properties.api.config.domain. PropertyLocation
Returns the identifier of the property location within the application.
getPath() - Method in exception de.smartics.properties.spi.config.resolve. UnresolvablePropertyException
Returns the path to the recursive point.
getProblems() - Method in interface de.smartics.properties.report.data. PropertyReport
Returns the list of problems encountered while parsing sources and fetching report information.
getProblems() - Method in class de.smartics.properties.reports. AbstractPropertyReport
Returns the list of problems encountered while parsing sources and fetching report information.
getProjectClassLoader() - Method in class de.smartics.properties.report. ReportConfiguration
Returns the class loader to instantiate classes of the project.
getProperties(Class<T>) - Method in interface de.smartics.properties.api.config.domain. ConfigurationProperties
Returns a implementation of the given interface that has access to the property keys, the property descriptors and the properties itself, when they are declared in the given interface.
getProperties(ConfigurationKey) - Method in interface de.smartics.properties.api.config.domain. ConfigurationRepository
Fetches the properties for the given configuration key.
getProperties() - Method in interface de.smartics.properties.api.config.domain. PropertyProvider
Returns the collection of all property values known to the system.
getProperties() - Method in class de.smartics.properties.api.config.domain. UnknownProperties
Returns a reference to the list on unknown properties.
getProperties(Class<T>) - Method in class de.smartics.properties.impl.config.cache. AbstractCacheConfigurationPropertiesManagement
 
getProperties(Class<T>, SerializableConfigurationProperties) - Method in class de.smartics.properties.impl.config.cache. SerializableCacheConfigurationPropertiesManagement
 
getProperties(Class<T>) - Method in class de.smartics.properties.spi.config.domain. ConfigurationPropertiesProxy
 
getProperties() - Method in class de.smartics.properties.spi.config.ds. DataSourceConfigurationPropertyProvider
 
getProperties(Class<T>) - Method in class de.smartics.properties.spi.config.support. AbstractConfigurationProperties
 
getProperties(Class<T>, SerializableConfigurationProperties) - Method in class de.smartics.properties.spi.config.support. AbstractConfigurationProperties
 
getProperties(Class<T>, SerializableConfigurationProperties) - Method in interface de.smartics.properties.spi.config.support. ConfigurationPropertiesSpi
Returns a implementation of the given interface that has access to the property keys, the property descriptors and the properties itself, when they are declared in the given interface.
getProperties(ConfigurationKey) - Method in class de.smartics.properties.spi.config.support. InMemoryConfigurationRepository
 
getProperties(ConfigurationKey) - Method in class de.smartics.properties.spi.config.support. InMemoryConfigurationRepositoryManagement
 
getProperties() - Method in class de.smartics.properties.spi.config.support. InMemoryPropertiesManager
 
getProperties() - Method in class de.smartics.properties.spi.config.support. PropertiesPropertyProvider
 
getPropertiesContext() - Method in interface de.smartics.properties.api.core.domain. PropertyContext
Returns the context of the properties.
getPropertiesContext() - Method in class de.smartics.properties.spi.core.context. MandatoryPropertyContext
 
getPropertiesFiles(Collection<URL>) - Method in class de.smartics.properties.spi.core.classpath. PropertiesFilesLoader
Returns all files with the extension .properties.
getPropertiesManagement(ConfigurationKey) - Method in interface de.smartics.properties.api.config.domain. ConfigurationRepositoryManagement
Fetches the properties management for the given configuration key.
getPropertiesManagement(ConfigurationKey) - Method in class de.smartics.properties.spi.config.support. InMemoryConfigurationRepositoryManagement
 
getPropertiesManagementWithDefaults(ConfigurationKey) - Method in interface de.smartics.properties.api.config.domain. ConfigurationRepositoryManagement
Fetches the properties management for the given configuration key.
getPropertiesManagementWithDefaults(ConfigurationKey) - Method in class de.smartics.properties.spi.config.support. InMemoryConfigurationRepositoryManagement
 
getPropertiesReportIndexUrl() - Method in class de.smartics.properties.api.core.domain. PropertiesContext
Returns the URL to the index document of smartics properties reports.
getPropertiesReportIndexUrl() - Method in interface de.smartics.properties.api.core.domain. PropertyContext
Returns the URL to the index document of properties reports.
getPropertiesReportIndexUrl(Locale) - Method in interface de.smartics.properties.api.core.domain. PropertyContext
Returns the URL to the index document of properties reports.
getPropertiesReportIndexUrl() - Method in class de.smartics.properties.spi.core.context. MandatoryPropertyContext
 
getPropertiesReportIndexUrl(Locale) - Method in class de.smartics.properties.spi.core.context. MandatoryPropertyContext
 
getPropertiesReportUrl() - Method in class de.smartics.properties.api.core.domain. PropertiesContext
Returns the URL to the root directory of smartics properties reports.
getPropertiesReportUrl() - Method in interface de.smartics.properties.api.core.domain. PropertyContext
Returns the URL to the root directory of properties reports.
getPropertiesReportUrl(Locale) - Method in interface de.smartics.properties.api.core.domain. PropertyContext
Returns the URL to the root directory of properties reports.
getPropertiesReportUrl() - Method in class de.smartics.properties.spi.core.context. MandatoryPropertyContext
 
getPropertiesReportUrl(Locale) - Method in class de.smartics.properties.spi.core.context. MandatoryPropertyContext
 
getProperty(String) - Method in interface de.smartics.properties.api.config.domain. ConfigurationProperties
Returns the property for the given key.
getProperty(String, Object) - Method in interface de.smartics.properties.api.config.domain. ConfigurationProperties
Returns the property for the given key, allowing to transparently provide a default value to be returned in case the property has not been set.
getProperty(PropertyKey) - Method in interface de.smartics.properties.api.config.domain. ConfigurationProperties
Returns the property for the given key.
getProperty(PropertyDescriptor) - Method in interface de.smartics.properties.api.config.domain. ConfigurationProperties
Returns the property for the given descriptor.
getProperty(PropertyDescriptor, Object) - Method in interface de.smartics.properties.api.config.domain. ConfigurationProperties
Returns the property for the given descriptor, allowing to transparently provide a default value to be returned in case the property has not been set.
getProperty() - Method in class de.smartics.properties.api.config.domain. PropertyDefinition
Returns the value and location information of the property.
getProperty(String) - Method in interface de.smartics.properties.api.config.domain. PropertyProvider
Returns the property with the given name.
getProperty(String, Object) - Method in class de.smartics.properties.impl.config.cache. AbstractCacheConfigurationPropertiesManagement
 
getProperty(String) - Method in class de.smartics.properties.impl.config.cache. AbstractCacheConfigurationPropertiesManagement
 
getProperty(PropertyDescriptor, Object) - Method in class de.smartics.properties.impl.config.cache. AbstractCacheConfigurationPropertiesManagement
 
getProperty(PropertyKey) - Method in class de.smartics.properties.impl.config.cache. AbstractCacheConfigurationPropertiesManagement
 
getProperty(PropertyDescriptor) - Method in class de.smartics.properties.impl.config.cache. AbstractCacheConfigurationPropertiesManagement
 
getProperty(String) - Method in class de.smartics.properties.spi.config.domain. ConfigurationPropertiesProxy
 
getProperty(String, Object) - Method in class de.smartics.properties.spi.config.domain. ConfigurationPropertiesProxy
 
getProperty(PropertyKey) - Method in class de.smartics.properties.spi.config.domain. ConfigurationPropertiesProxy
 
getProperty(PropertyDescriptor) - Method in class de.smartics.properties.spi.config.domain. ConfigurationPropertiesProxy
 
getProperty(PropertyDescriptor, Object) - Method in class de.smartics.properties.spi.config.domain. ConfigurationPropertiesProxy
 
getProperty(String) - Method in class de.smartics.properties.spi.config.ds. DataSourceConfigurationPropertyProvider
 
getProperty(String) - Method in interface de.smartics.properties.spi.config.ds. PropertiesDataSourceAccessor
Reads the property with the given name from the data source.
getProperty(String) - Method in class de.smartics.properties.spi.config.ds. PropertiesStore
 
getProperty(String) - Method in class de.smartics.properties.spi.config.support. AbstractConfigurationProperties
 
getProperty(String, Object) - Method in class de.smartics.properties.spi.config.support. AbstractConfigurationProperties
 
getProperty(PropertyKey) - Method in class de.smartics.properties.spi.config.support. AbstractConfigurationProperties
 
getProperty(PropertyDescriptor) - Method in class de.smartics.properties.spi.config.support. AbstractConfigurationProperties
 
getProperty(String, Object) - Method in class de.smartics.properties.spi.config.support. AbstractConfigurationPropertiesManagement
 
getProperty(PropertyDescriptor, Object) - Method in class de.smartics.properties.spi.config.support. AbstractConfigurationPropertiesManagement
 
getProperty(PropertyDescriptor, Object) - Method in class de.smartics.properties.spi.config.support. ConfigurationPropertiesManagementWithDefaults
 
getProperty(String, Object) - Method in class de.smartics.properties.spi.config.support. ConfigurationPropertiesManagementWithDefaults
 
getProperty(String) - Method in class de.smartics.properties.spi.config.support. InMemoryPropertiesManager
 
getProperty(String) - Method in class de.smartics.properties.spi.config.support. PropertiesPropertyProvider
 
getPropertyCollectionFromStore() - Method in class de.smartics.properties.impl.config.ds. DataSourceConfigurationProperties
 
getPropertyCollectionFromStore() - Method in class de.smartics.properties.spi.config.support. AbstractConfigurationPropertiesManagement
Returns a collection to iterate over all properties of the configuration.
getPropertyCollectionFromStore() - Method in class de.smartics.properties.spi.config.support. AbstractInMemoryConfigurationProperties
 
getPropertyContext(PropertyDescriptor) - Method in interface de.smartics.properties.spi.core.context. PropertyContextProvider
Creates a new property context for the given propertyDescriptor.
getPropertyContext(PropertyDescriptor) - Method in class de.smartics.properties.spi.core.context. PropertyContextProxy
 
getPropertyDescriptor() - Method in exception de.smartics.properties.api.core.domain. PropertyDescriptorException
Returns the descriptor of the property raising the exception.
getPropertyDescriptor(String) - Method in class de.smartics.properties.spi.config.support. AbstractConfigurationProperties
Returns the property descriptor for a given key.
getPropertyFromStore(String) - Method in class de.smartics.properties.impl.config.ds. DataSourceConfigurationProperties
 
getPropertyFromStore(String) - Method in class de.smartics.properties.spi.config.support. AbstractConfigurationPropertiesManagement
Fetches the property from the store by the given name.
getPropertyFromStore(String) - Method in class de.smartics.properties.spi.config.support. AbstractInMemoryConfigurationProperties
 
getPropertyKey() - Method in exception de.smartics.properties.api.config.domain. UnknownPropertyException
Returns the key to the unknown property.
getPropertyKey() - Method in exception de.smartics.properties.api.core.domain. PropertyException
Returns the key of the property raising the exception.
getPropertyKey() - Method in exception de.smartics.properties.spi.config.resolve. UnresolvablePropertyException
Returns the key to the unknown property.
getPropertyReportUrl() - Method in interface de.smartics.properties.api.core.domain. PropertyContext
Returns the URL to the report documentation for the given descriptor.
getPropertyReportUrl(Locale) - Method in interface de.smartics.properties.api.core.domain. PropertyContext
Returns the URL to the report documentation for the given descriptor.
getPropertyReportUrl() - Method in class de.smartics.properties.spi.core.context. MandatoryPropertyContext
 
getPropertyReportUrl(Locale) - Method in class de.smartics.properties.spi.core.context. MandatoryPropertyContext
 
getPropertySet() - Method in class de.smartics.properties.api.core.domain. PropertyKey
Returns the name of the set the property belongs to.
getPropertySet() - Method in class de.smartics.properties.report.data. PropertyReportItem
Returns the set of properties this property belongs to.
getPropertySetTypes(Collection<URL>) - Method in class de.smartics.properties.spi.core.classpath. PropertySetClassesLoader
Returns all types that are annotated as property set.
getPropertyValue(PropertyDescriptor) - Method in interface de.smartics.properties.api.config.domain. ConfigurationProperties
Returns the property value for the given descriptor.
getPropertyValue(String) - Method in interface de.smartics.properties.api.config.domain. ConfigurationProperties
Returns the property value for the given key.
getPropertyValue(PropertyKey) - Method in interface de.smartics.properties.api.config.domain. ConfigurationProperties
Returns the property value for the given key.
getPropertyValue(PropertyDescriptor, Object) - Method in interface de.smartics.properties.api.config.domain. ConfigurationProperties
Returns the property value for the given descriptor, allowing to transparently provide a default value to be returned in case the property has not been set.
getPropertyValue(String, Object) - Method in interface de.smartics.properties.api.config.domain. ConfigurationProperties
Returns the property value for the given key, allowing to transparently provide a default value to be returned in case the property has not been set.
getPropertyValue(String, Object) - Method in class de.smartics.properties.impl.config.cache. AbstractCacheConfigurationPropertiesManagement
 
getPropertyValue(PropertyDescriptor) - Method in class de.smartics.properties.impl.config.cache. AbstractCacheConfigurationPropertiesManagement
 
getPropertyValue(PropertyKey) - Method in class de.smartics.properties.impl.config.cache. AbstractCacheConfigurationPropertiesManagement
 
getPropertyValue(PropertyDescriptor, Object) - Method in class de.smartics.properties.impl.config.cache. AbstractCacheConfigurationPropertiesManagement
 
getPropertyValue(String) - Method in class de.smartics.properties.impl.config.cache. AbstractCacheConfigurationPropertiesManagement
 
getPropertyValue(PropertyDescriptor) - Method in class de.smartics.properties.spi.config.domain. ConfigurationPropertiesProxy
 
getPropertyValue(String) - Method in class de.smartics.properties.spi.config.domain. ConfigurationPropertiesProxy
 
getPropertyValue(PropertyKey) - Method in class de.smartics.properties.spi.config.domain. ConfigurationPropertiesProxy
 
getPropertyValue(PropertyDescriptor, Object) - Method in class de.smartics.properties.spi.config.domain. ConfigurationPropertiesProxy
 
getPropertyValue(String, Object) - Method in class de.smartics.properties.spi.config.domain. ConfigurationPropertiesProxy
 
getPropertyValue(String) - Method in class de.smartics.properties.spi.config.support. AbstractConfigurationProperties
 
getPropertyValue(PropertyKey) - Method in class de.smartics.properties.spi.config.support. AbstractConfigurationProperties
 
getPropertyValue(String, Object) - Method in class de.smartics.properties.spi.config.support. AbstractConfigurationProperties
 
getPropertyValue(PropertyDescriptor, Object) - Method in class de.smartics.properties.spi.config.support. AbstractConfigurationProperties
 
getPropertyValue(PropertyDescriptor) - Method in class de.smartics.properties.spi.config.support. AbstractConfigurationProperties
 
getPropertyValueAsString(PropertyDescriptor) - Method in interface de.smartics.properties.api.config.domain. ConfigurationProperties
Returns the property string value for the given descriptor.
getPropertyValueAsString(String) - Method in interface de.smartics.properties.api.config.domain. ConfigurationProperties
Returns the property string value for the given key.
getPropertyValueAsString(PropertyDescriptor, Object) - Method in interface de.smartics.properties.api.config.domain. ConfigurationProperties
Returns the property string value for the given descriptor.
getPropertyValueAsString(String, Object) - Method in interface de.smartics.properties.api.config.domain. ConfigurationProperties
Returns the property string value for the given key.
getPropertyValueAsString(PropertyDescriptor) - Method in class de.smartics.properties.impl.config.cache. AbstractCacheConfigurationPropertiesManagement
 
getPropertyValueAsString(String) - Method in class de.smartics.properties.impl.config.cache. AbstractCacheConfigurationPropertiesManagement
 
getPropertyValueAsString(PropertyDescriptor, Object) - Method in class de.smartics.properties.impl.config.cache. AbstractCacheConfigurationPropertiesManagement
 
getPropertyValueAsString(String, Object) - Method in class de.smartics.properties.impl.config.cache. AbstractCacheConfigurationPropertiesManagement
 
getPropertyValueAsString(PropertyDescriptor) - Method in class de.smartics.properties.spi.config.domain. ConfigurationPropertiesProxy
 
getPropertyValueAsString(String) - Method in class de.smartics.properties.spi.config.domain. ConfigurationPropertiesProxy
 
getPropertyValueAsString(PropertyDescriptor, Object) - Method in class de.smartics.properties.spi.config.domain. ConfigurationPropertiesProxy
 
getPropertyValueAsString(String, Object) - Method in class de.smartics.properties.spi.config.domain. ConfigurationPropertiesProxy
 
getPropertyValueAsString(String) - Method in class de.smartics.properties.spi.config.support. AbstractConfigurationProperties
 
getPropertyValueAsString(String, Object) - Method in class de.smartics.properties.spi.config.support. AbstractConfigurationProperties
 
getPropertyValueAsString(PropertyDescriptor) - Method in class de.smartics.properties.spi.config.support. AbstractConfigurationProperties
 
getPropertyValueAsString(PropertyDescriptor, Object) - Method in class de.smartics.properties.spi.config.support. AbstractConfigurationProperties
 
getPropertyViolations() - Method in exception de.smartics.properties.api.config.domain. ConfigurationValidationException
Returns the list of violations.
getRegisteredConfigurationKeys() - Method in interface de.smartics.properties.api.config.app. ConfigurationPropertiesFactory
Returns a list of keys to the registered configurations.
getRegisteredConfigurationKeys() - Method in class de.smartics.properties.spi.config.support. AbstractConfigurationPropertiesFactory
 
getRegistry() - Method in interface de.smartics.properties.api.config.domain. ConfigurationPropertiesManagement
Returns the registry to resolve property descriptors.
getRegistry() - Method in interface de.smartics.properties.api.config.domain. ConfigurationRepositoryManagement
Returns the registry to resolve property descriptors.
getRegistry() - Method in class de.smartics.properties.impl.config.cache. AbstractCacheConfigurationPropertiesManagement
 
getRegistry() - Method in class de.smartics.properties.spi.config.domain. ConfigurationPropertiesManagementProxy
 
getRegistry() - Method in class de.smartics.properties.spi.config.support. AbstractConfigurationProperties
Returns the registry to resolve property descriptors.
getRegistry() - Method in class de.smartics.properties.spi.config.support. AbstractConfigurationPropertiesFactory
Returns the registry of declarations used by all created configurations.
getRegistry() - Method in class de.smartics.properties.spi.config.support. InMemoryConfigurationRepositoryManagement
Returns the registry to resolve property descriptors.
getRejectedValue() - Method in exception de.smartics.properties.api.core.domain. ReadOnlyPropertyException
Returns the value the property was requested to change to but has been rejected.
getResolvedProperty(PropertyDescriptor, Object) - Method in interface de.smartics.properties.api.config.domain. ConfigurationProperties
Returns the resolved property for the given descriptor's key, allowing to transparently provide a default value to be returned in case the property has not been set.
getResolvedProperty(PropertyKey, Object) - Method in interface de.smartics.properties.api.config.domain. ConfigurationProperties
Returns the resolved property for the given key, allowing to transparently provide a default value to be returned in case the property has not been set.
getResolvedProperty(String, Object) - Method in interface de.smartics.properties.api.config.domain. ConfigurationProperties
Returns the resolved property for the given key, allowing to transparently provide a default value to be returned in case the property has not been set.
getResolvedProperty(String, Object) - Method in class de.smartics.properties.impl.config.cache. AbstractCacheConfigurationPropertiesManagement
 
getResolvedProperty(PropertyDescriptor, Object) - Method in class de.smartics.properties.impl.config.cache. AbstractCacheConfigurationPropertiesManagement
 
getResolvedProperty(PropertyKey, Object) - Method in class de.smartics.properties.impl.config.cache. AbstractCacheConfigurationPropertiesManagement
 
getResolvedProperty(PropertyDescriptor, Object) - Method in class de.smartics.properties.spi.config.domain. ConfigurationPropertiesProxy
 
getResolvedProperty(PropertyKey, Object) - Method in class de.smartics.properties.spi.config.domain. ConfigurationPropertiesProxy
 
getResolvedProperty(String, Object) - Method in class de.smartics.properties.spi.config.domain. ConfigurationPropertiesProxy
 
getResolvedProperty(PropertyKey, Object) - Method in class de.smartics.properties.spi.config.support. AbstractConfigurationProperties
 
getResolvedProperty(String, Object) - Method in class de.smartics.properties.spi.config.support. AbstractConfigurationProperties
 
getResolvedProperty(PropertyDescriptor, Object) - Method in class de.smartics.properties.spi.config.support. AbstractConfigurationPropertiesManagement
 
getResolvedProperty(PropertyDescriptor, Object) - Method in class de.smartics.properties.spi.config.support. ConfigurationPropertiesManagementWithDefaults
 
getResolvedValue() - Method in class de.smartics.properties.api.config.domain. ResolvedProperty
Returns the resolved value.
getResourceId() - Method in exception de.smartics.properties.api.config.domain. ConfigurationLoadingException
Returns the string representation of the path of the properties resource that cannot be loaded.
getSets() - Method in class de.smartics.properties.reports. InMemoryPropertyReport
Returns the list of report sets.
getShortDescription() - Method in interface de.smartics.properties.api.core.domain. DocumentMetaData
Returns the short description of the document to be incorporated in an overview table.
getShortDescription() - Method in class de.smartics.properties.spi.core.metadata.projectdoc. ProjectdocMetaData
 
getSortKey() - Method in interface de.smartics.properties.api.core.domain. DocumentMetaData
Returns the value for sortKey.
getSortKey() - Method in class de.smartics.properties.spi.core.metadata.projectdoc. ProjectdocMetaData
 
getSource() - Method in class de.smartics.properties.api.config.domain. Property
Returns the optional source where the property value has been defined.
getSource() - Method in exception de.smartics.properties.api.config.domain. PropertyValidationWithSourceException
Returns the source where the property value has been defined.
getSource() - Method in exception de.smartics.properties.api.config.domain. PropertyValueConversionWithSourceException
Returns the source where the property value has been defined.
getSource() - Method in exception de.smartics.properties.api.config.domain. PropertyValueResolveWithSourceException
Returns the source where the property value has been defined.
getSourceId() - Method in interface de.smartics.properties.api.config.domain. PropertyProvider
Returns the unique identifier of the property source.
getSourceId() - Method in class de.smartics.properties.spi.config.ds. DataSourceConfigurationPropertyProvider
 
getSourceId() - Method in class de.smartics.properties.spi.config.support. InMemoryPropertiesManager
 
getSourceId() - Method in class de.smartics.properties.spi.config.support. PropertiesPropertyProvider
 
getSourceInfo() - Method in class de.smartics.properties.report.data. PropertyReportItem
Returns the information about the source the property was defined in.
getSourceTrees() - Method in class de.smartics.properties.report. ReportConfiguration
Returns the list of source trees to be added for parsing.
getSpace() - Method in interface de.smartics.properties.api.core.domain. DocumentMetaData
Returns the space within which the title of a document is required to be unique.
getSpace() - Method in class de.smartics.properties.report.data. PropertyReportItem
Returns the space the report item belongs to.
getSpace() - Method in class de.smartics.properties.report.data. PropertyReportSet
Returns the space the report item belongs to.
getSpace() - Method in interface de.smartics.properties.spi.core.metadata.projectdoc. ProjectdocAnnotationCollector.Defaults
Returns the default space.
getSpace() - Method in class de.smartics.properties.spi.core.metadata.projectdoc. ProjectdocMetaData
 
getSpace() - Method in class de.smartics.properties.spi.core.metadata. PropertyMetaDataDefaults
 
getSummary() - Method in interface de.smartics.properties.api.core.domain. DocumentMetaData
Returns the short summary of contents of the document to give more detailed information to a potential reader.
getSummary() - Method in class de.smartics.properties.api.core.domain. PropertyValueComment
Returns the summary of the type of the values.
getSummary() - Method in class de.smartics.properties.report.data. ValueComment
Returns the summary of the type of the values.
getSummary() - Method in class de.smartics.properties.spi.core.metadata.projectdoc. ProjectdocMetaData
 
getSupportedLocales() - Method in interface de.smartics.properties.api.core.domain. PropertyContext
Returns the list of supported locales.
getSupportedLocales() - Method in class de.smartics.properties.spi.core.context. MandatoryPropertyContext
 
getSystemId() - Method in exception de.smartics.properties.api.core.domain. ConfigException
Returns the resource that cannot be read.
getSystemId() - Method in exception de.smartics.properties.spi.core.metadata.comment. CommentException
Returns the resource that cannot be read.
getSystemId() - Method in exception de.smartics.properties.spi.core.metadata.projectdoc. MetaDataException
Returns the resource that cannot be read.
getTable() - Method in class de.smartics.properties.spi.config.ds. AbstractDataSourceDescriptor
Returns the name of the configuration table.
getTable() - Method in interface de.smartics.properties.spi.config.ds. PropertiesDataSourceDescriptor
Returns the name of the configuration table.
getTags() - Method in interface de.smartics.properties.api.core.domain. DocumentMetaData
Returns the tags associated with the document instance.
getTags() - Method in class de.smartics.properties.spi.core.metadata.projectdoc. ProjectdocMetaData
 
getText() - Method in class de.smartics.properties.api.core.domain. PropertyComment
Returns the text of the comment.
getTitle() - Method in interface de.smartics.properties.api.core.domain. DocumentMetaData
Returns the title of a document, unique within the given space.
getTitle() - Method in class de.smartics.properties.report.data. PropertyReportItem
Returns the unique title of the report within the space.
getTitle() - Method in class de.smartics.properties.report.data. PropertyReportSet
Returns the unique title of the report within the space.
getTitle() - Method in interface de.smartics.properties.spi.core.metadata.projectdoc. ProjectdocAnnotationCollector.Defaults
Returns the default title.
getTitle() - Method in class de.smartics.properties.spi.core.metadata.projectdoc. ProjectdocMetaData
 
getTitle() - Method in class de.smartics.properties.spi.core.metadata. PropertyMetaDataDefaults
 
getType() - Method in interface de.smartics.properties.api.core.domain. PropertyDescriptor
Returns the type of the property value.
getType() - Method in class de.smartics.properties.api.core.domain. PropertyType
Returns the Java type of the property.
getType() - Method in class de.smartics.properties.report.data. PropertyReportSet
Returns the type that defines the report set, if no name is specified explicitly.
getType() - Method in class de.smartics.properties.spi.core.metadata. PropertyMetaData.Builder
Returns the type of the property value.
getType() - Method in class de.smartics.properties.spi.core.metadata. PropertyMetaData
 
getUnknownProperties() - Method in exception de.smartics.properties.api.config.domain. ConfigurationValidationException
Returns the list of unknown properties.
getUpdateIntervalInMs() - Method in interface de.smartics.properties.api.core.domain. PropertyDescriptor
Returns the update interval in milliseconds (ms).
getUpdateIntervalInMs() - Method in class de.smartics.properties.spi.core.metadata. PropertyMetaData
 
getUrl() - Method in class de.smartics.properties.resource.repository. ArtifactRef
Returns the reference to the physical artifact.
getUrls() - Method in class de.smartics.properties.resource.repository. ClassPathEnvironment
Returns a list of URLs that point to the physical locations of the artifacts.
getValue() - Method in class de.smartics.properties.api.config.domain. Property
Returns the value of the property.
getValue() - Method in exception de.smartics.properties.api.core.domain. PropertyValidationException
Returns the value of the property that does not meet the constraints.
getValue() - Method in exception de.smartics.properties.api.core.domain. PropertyValueConversionException
Returns the value of the property that does not meet the constraints.
getValue() - Method in class de.smartics.properties.report.data. PropertyReportItem
Returns the optional value in case this is a runtime report.
getValueColumn() - Method in class de.smartics.properties.spi.config.ds. AbstractDataSourceDescriptor
Returns the name of the property value column.
getValueColumn() - Method in interface de.smartics.properties.spi.config.ds. PropertiesDataSourceDescriptor
Returns the name of the property value column.
getValueComment() - Method in class de.smartics.properties.api.core.domain. PropertyComment
Returns the comment of the property values.
getValueComment(Serializable) - Method in class de.smartics.properties.api.core.domain. PropertyValueComment
Returns the comment for the given value.
getValueComment() - Method in class de.smartics.properties.report.data. PropertyReportItem
Returns the documentation of the possible values to property.
getValueComment(Object) - Method in class de.smartics.properties.report.data. ValueComment
Returns the comment for the given value.
getValueRange() - Method in interface de.smartics.properties.api.core.domain. PropertyDescriptor
Returns the range of values allowed for this property.
getValueRange() - Method in class de.smartics.properties.spi.core.constraints. PropertyRangeConstraint
Returns the list of valid properties.
getValueRange() - Method in class de.smartics.properties.spi.core.metadata. PropertyMetaData
 
getValues() - Method in class de.smartics.properties.api.core.domain. PropertyValueComment
Returns the list of values the instance provides comments for.
getValues() - Method in interface de.smartics.properties.api.core.domain. PropertyValueRange
Returns the list of values provided by the property range.
getValues() - Method in class de.smartics.properties.spi.core.value. CollectionPropertyValueRange
 
getValues() - Method in class de.smartics.properties.spi.core.value. EnumeratedPropertyValueRange
 
getVersion() - Method in class de.smartics.properties.api.config.domain.key. ApplicationId
Returns the version of the application.
getVersion() - Method in class de.smartics.properties.resource.repository. ArtifactId
Returns the version of the artifact.

H

handle(String, String) - Method in interface de.smartics.properties.api.core.context.alias. AliasTraverser
The traverser is provided access to an alias mapping.
handle(PropertyReportSet) - Method in interface de.smartics.properties.report.data. PropertyReport
Passes a report set document information to the report.
handle(PropertyReportItem) - Method in interface de.smartics.properties.report.data. PropertyReport
Passes a report item to the report.
handle(PropertyReportItem) - Method in class de.smartics.properties.reports. AbstractPropertyReport
Passes a report item to the report.
handle(PropertyReportSet) - Method in class de.smartics.properties.reports. InMemoryPropertyReport
Passes a report set document information to the report.
handle(PropertyReportItem) - Method in class de.smartics.properties.reports. InMemoryPropertyReport
Passes a report item to the report.
handle(PropertyReportSet) - Method in class de.smartics.properties.reports. PropertiesPropertyReport
Passes a report set document information to the report.
handle(PropertyReportItem) - Method in class de.smartics.properties.reports. PropertiesPropertyReport
Passes a report item to the report.
handle(PropertyReportSet) - Method in class de.smartics.properties.reports. XmlPropertyReport
Passes a report set document information to the report.
handle(PropertyReportItem) - Method in class de.smartics.properties.reports. XmlPropertyReport
Passes a report item to the report.
has(String) - Method in class de.smartics.properties.api.core.context.alias. PropertyAliasMapping
Checks if the given alias is registered.
hasAliases() - Method in class de.smartics.properties.api.core.domain. PropertiesContext
Checks whether any aliases are registered.
hasExpression() - Method in class de.smartics.properties.api.core.domain. PropertyExpression
Checks if an expression string is present.
hashCode() - Method in class de.smartics.properties.api.config.domain.key. ApplicationId
Returns the hash code of the object.
hashCode() - Method in class de.smartics.properties.api.config.domain.key. ConfigurationKey
Returns the hash code of the object.
hashCode() - Method in class de.smartics.properties.api.config.domain.key. EnvironmentId
Returns the hash code of the object.
hashCode() - Method in class de.smartics.properties.api.config.domain. Property
Returns the hash code of the object.
hashCode() - Method in class de.smartics.properties.api.config.domain. PropertyDefinition
Returns the hash code of the object.
hashCode() - Method in class de.smartics.properties.api.config.domain. PropertyLocation
Returns the hash code of the object.
hashCode() - Method in class de.smartics.properties.api.core.domain. PropertyKey
 
hashCode() - Method in class de.smartics.properties.api.core.domain. PropertyType
Returns the hash code of the object.
hashCode() - Method in class de.smartics.properties.resource.repository. ArtifactId
Returns the hash code of the object.
hashCode() - Method in class de.smartics.properties.spi.core.value. CollectionPropertyValueRange
Returns the hash code of the object.
hashCode() - Method in class de.smartics.properties.spi.core.value. EnumeratedPropertyValueRange
 
hasProblems() - Method in interface de.smartics.properties.report.data. PropertyReport
Checks if there are reported problems.
hasProblems() - Method in class de.smartics.properties.reports. AbstractPropertyReport
Checks if there are reported problems.
hasPropertiesManagement(ConfigurationKey) - Method in interface de.smartics.properties.api.config.domain. ConfigurationRepositoryManagement
Checks if a properties management for the given configuration key is present.
hasPropertiesManagement(ConfigurationKey) - Method in class de.smartics.properties.spi.config.support. InMemoryConfigurationRepositoryManagement
 
hasPropertyAnnotation(JavaClass) - Static method in class de.smartics.properties.report.qdox. PropertyDescriptorSearcher
Checks if the given class provides the PropertySet annotation that identifies an interfaces as declaring a property set.
HtmlUtils - Class in de.smartics.properties.utils
Utilities to deal with HTML.
HtmlUtils(String) - Constructor for class de.smartics.properties.utils. HtmlUtils
Default constructor.

I

ignoreTableCreationProblems - Variable in class de.smartics.properties.spi.config.ds. DefaultDataSourceManager
The flag signals that any problems encountered on creating the table should be ignored.
InMemoryConfigurationRepository - Class in de.smartics.properties.spi.config.support
Default implementation of ConfigurationRepository.
InMemoryConfigurationRepository() - Constructor for class de.smartics.properties.spi.config.support. InMemoryConfigurationRepository
Default constructor.
InMemoryConfigurationRepositoryManagement - Class in de.smartics.properties.spi.config.support
Stores all configurations in memory.
InMemoryConfigurationRepositoryManagement(PropertyDescriptorRegistry) - Constructor for class de.smartics.properties.spi.config.support. InMemoryConfigurationRepositoryManagement
Default constructor.
InMemoryPropertiesManager - Class in de.smartics.properties.spi.config.support
Helper implementation to deal with property management.
InMemoryPropertiesManager(ConfigurationKey, PropertyLocation) - Constructor for class de.smartics.properties.spi.config.support. InMemoryPropertiesManager
Default constructor.
InMemoryPropertiesManager(ConfigurationKey) - Constructor for class de.smartics.properties.spi.config.support. InMemoryPropertiesManager
Convenience constructor creating a UUID as source.
InMemoryPropertyDescriptorRegistry - Class in de.smartics.properties.spi.core.registry
A registry for a set of property descriptors stored in-memory.
InMemoryPropertyDescriptorRegistry() - Constructor for class de.smartics.properties.spi.core.registry. InMemoryPropertyDescriptorRegistry
Convenience constructor to start without a set of descriptor sets.
InMemoryPropertyDescriptorRegistry(Class<?>...) - Constructor for class de.smartics.properties.spi.core.registry. InMemoryPropertyDescriptorRegistry
Default constructor.
InMemoryPropertyReport - Class in de.smartics.properties.reports
Stores every report item in memory.
InMemoryPropertyReport() - Constructor for class de.smartics.properties.reports. InMemoryPropertyReport
Default constructor.
InvalidArgumentsException - Exception in de.smartics.properties.spi.config.proxy
Signals that the provided class is not a valid properties interface.
InvalidArgumentsException(String) - Constructor for exception de.smartics.properties.spi.config.proxy. InvalidArgumentsException
Convenience constructor without a root cause.
InvalidArgumentsException(Throwable) - Constructor for exception de.smartics.properties.spi.config.proxy. InvalidArgumentsException
Convenience constructor without a message.
InvalidArgumentsException(String, Throwable) - Constructor for exception de.smartics.properties.spi.config.proxy. InvalidArgumentsException
Constructor.
invoke(Object, Method, Object[]) - Method in class de.smartics.properties.spi.config.proxy. PropertiesProxyInvocationHandler
isAddDefaultRootLocations() - Method in class de.smartics.properties.api.config.app. FactoryConfiguration
Returns the flag to tell whether ( true) or not ( false) the URLs of the context class loader should be added.
isArchive() - Method in class de.smartics.properties.resource.repository. ArtifactRef
Checks if the referenced artifact is an archive.
isCommented() - Method in interface de.smartics.properties.api.core.domain. PropertyValueRange
Checks whether or not the values have comments.
isCommented() - Method in class de.smartics.properties.spi.core.value. CollectionPropertyValueRange
 
isCommented() - Method in class de.smartics.properties.spi.core.value. EnumeratedPropertyValueRange
 
isEmpty() - Method in class de.smartics.properties.api.config.domain. PropertyIndex
Checks if the index contains at least one property.
isEmpty() - Method in class de.smartics.properties.api.config.domain. UnknownProperties
Checks if the container contains at least one property.
isEmpty() - Method in class de.smartics.properties.api.core.context.alias. PropertyAliasMapping
Checks whether any aliases are registered.
isGroup(String) - Method in class de.smartics.properties.spi.config.definition. PropertiesDefinitionContext
Checks if the given token is a group.
isMandatory() - Method in interface de.smartics.properties.api.core.domain. PropertyDescriptor
Checks if the property is mandatory to be not null.
isMandatory() - Method in class de.smartics.properties.spi.core.metadata. PropertyMetaData
 
isMandatoryConstraint() - Method in interface de.smartics.properties.api.core.domain. PropertyConstraint
Determines if the constraint is a check that evaluates if a property is present or not and fails if a value is not present.
isMandatoryConstraint() - Method in class de.smartics.properties.spi.core.constraint. AbstractPropertyConstraint
 
isMandatoryConstraint() - Method in class de.smartics.properties.spi.core.constraint.jsr303. GenericPropertyConstraint
 
isMethodAnnotatedWithAnnotation(Class<T>, Method) - Static method in class de.smartics.properties.spi.config.proxy. PropertyMethodNameUtilities
Determine whether or not the given method is annotated with a special annotation.
isPropertyMethod(Method) - Static method in class de.smartics.properties.spi.core.util. PropertyUtils
Checks if the given method is a property accessor.
isRegisteredEnvironment(String) - Method in class de.smartics.properties.spi.config.definition. PropertiesDefinitionContext
Checks if the given token is a registered environment.
isRegisteredGroup(String) - Method in class de.smartics.properties.spi.config.definition. PropertiesDefinitionContext
Checks if the given token is a registered group.
isRegisteredGroupTld(String) - Method in class de.smartics.properties.spi.config.definition. PropertiesDefinitionContext
Checks if the given string is a registered top level domain (tld) or contains only two letters.
isRegisteredNode(String) - Method in class de.smartics.properties.spi.config.definition. PropertiesDefinitionContext
Checks if the given token is a registered node.
isRuntimeMutable() - Method in interface de.smartics.properties.api.core.domain. PropertyDescriptor
Checks whether or not the property is mutable at runtime.
isRuntimeMutable() - Method in class de.smartics.properties.spi.core.metadata. PropertyMetaData
 
isSkipClassPathPropertyLoading() - Method in class de.smartics.properties.api.config.app. FactoryConfiguration
Returns the flag indicates that loading properties form the class path is to be skipped.
isUseCache() - Method in class de.smartics.properties.api.config.app. FactoryConfiguration
Returns the flag indicates that a cache should be provided, if supported.
isValid(T) - Method in interface de.smartics.properties.api.core.domain. PropertyConstraint
Checks if the given value is valid.
isValid(T) - Method in class de.smartics.properties.spi.core.constraint.jsr303. GenericPropertyConstraint
 
isValid(List<?>) - Method in class de.smartics.properties.spi.core.constraints. ListValueConstraint
 
isValid(T) - Method in class de.smartics.properties.spi.core.constraints. PropertyRangeConstraint
 
iterator() - Method in class de.smartics.properties.spi.config.ds. DsPropertyCollection
iterator() - Method in class de.smartics.properties.spi.config.support. MappedPropertyCollection
iterator() - Method in class de.smartics.properties.spi.config.support. NativePropertyCollection
iterator() - Method in class de.smartics.properties.spi.config.support. PropertiesPropertyCollection
iterator() - Method in class de.smartics.properties.spi.core.registry. InMemoryPropertyDescriptorRegistry
 

J

JarAndFileClassPathListing - Class in de.smartics.properties.spi.core.context
Supports listing of class path elements for protocols jar and file.
JarAndFileClassPathListing() - Constructor for class de.smartics.properties.spi.core.context. JarAndFileClassPathListing
 
JavadocCommentHelper - Class in de.smartics.properties.api.core.util
Utilities to normalize Javadoc comments.
JavadocCommentHelper(String, String, String, String) - Constructor for class de.smartics.properties.api.core.util. JavadocCommentHelper
Default constructor.
JndiDataSourceProxy - Class in de.smartics.properties.spi.config.ds
An implementation using JNDI.
JndiDataSourceProxy(String) - Constructor for class de.smartics.properties.spi.config.ds. JndiDataSourceProxy
Default constructor.

L

list(ClassPathContext, String) - Method in interface de.smartics.properties.spi.core.context. ClassPathListing
Lists the contents of the resource path.
list(ClassPathContext, String) - Method in class de.smartics.properties.spi.core.context. JarAndFileClassPathListing
 
ListPropertyHelper - Class in de.smartics.properties.spi.core.convert
Helper to access list property information.
ListPropertyHelper(PropertyDescriptor) - Constructor for class de.smartics.properties.spi.core.convert. ListPropertyHelper
Default constructor.
ListValueConstraint - Class in de.smartics.properties.spi.core.constraints
A constraint that requires a value to be a list.
ListValueConstraint() - Constructor for class de.smartics.properties.spi.core.constraints. ListValueConstraint
Convenience constructor for elements of type String without any constraints.
ListValueConstraint(Class<?>) - Constructor for class de.smartics.properties.spi.core.constraints. ListValueConstraint
Convenience constructor if there are no constraints, neither on the number of list elements nor any other.
ListValueConstraint(Class<?>, List<? extends PropertyConstraint<?>>) - Constructor for class de.smartics.properties.spi.core.constraints. ListValueConstraint
Convenience constructor if there are no constraints on the number of list elements.
ListValueConstraint(Class<?>, Integer, Integer) - Constructor for class de.smartics.properties.spi.core.constraints. ListValueConstraint
Convenience constructor if there are no constraints.
ListValueConstraint(Class<?>, Integer, Integer, PropertyConstraint<?>) - Constructor for class de.smartics.properties.spi.core.constraints. ListValueConstraint
Convenience constructor using varargs for constraints.
ListValueConstraint(Class<?>, Integer, Integer, List<? extends PropertyConstraint<?>>) - Constructor for class de.smartics.properties.spi.core.constraints. ListValueConstraint
Default constructor.
load() - Method in class de.smartics.properties.api.config.domain.key. ApplicationIdLoader
Loads the application identifier from the manifest file pointed at by the context class loader.
load(Class<?>) - Method in class de.smartics.properties.api.config.domain.key. ApplicationIdLoader
Loads the application identifier from the manifest file pointed at from the given class.
load(URL) - Method in class de.smartics.properties.api.config.domain.key. ApplicationIdLoader
Loads the manifest information as application ID from the given root URL.
load(ClassLoader) - Method in class de.smartics.properties.api.config.domain.key. ApplicationIdLoader
Loads the application identifier from the manifest file pointed at from the given class loader.
load(Class<?>) - Method in class de.smartics.properties.api.config.domain.key. ConfigurationKeyHelper
Loads the application identifier from the manifest file pointed at by the given locator class.
load(String, Class<?>) - Method in class de.smartics.properties.api.config.domain.key. ConfigurationKeyHelper
Loads the application identifier from the manifest file pointed at by the given locator class.
load(EnvironmentId, Class<?>) - Method in class de.smartics.properties.api.config.domain.key. ConfigurationKeyHelper
Loads the application identifier from the manifest file pointed at by the given locator class.
load() - Method in class de.smartics.properties.spi.config.support. BootLoader
Loads the configuration properties instance from information found on the class path.
load() - Method in class de.smartics.properties.spi.config.support. ClassPathLoader
Loads the configuration properties instance from information found on the class path.
loadAndValidate() - Method in class de.smartics.properties.spi.config.support. BootLoader
Loads the configuration properties instance from information found on the class path.
loadClass(JavaClass) - Method in class de.smartics.properties.utils. RuntimeUtils
Loads the class referenced by the given classDoc.
loadClassFile(String, File) - Method in class de.smartics.properties.utils. AbstractProjectClassLoader
Loads the class.
loadClassFromLibrary(String, String, File) - Method in class de.smartics.properties.utils. AbstractProjectClassLoader
Opens a reader to the class file within the archive.
loadEnumInstance(Class<?>, String) - Static method in class de.smartics.properties.utils. RuntimeUtils
Loads the enumeration element instance with the given identifier from the given class.
loadInstance(JavaField) - Method in class de.smartics.properties.utils. RuntimeUtils
Loads the instance referenced by the given fieldDoc.
loadResourceFromLibrary(String, String, File) - Method in class de.smartics.properties.utils. AbstractProjectClassLoader
Opens a reader to the resource file within the archive.
loadStaticFieldInstance(Class<?>, String) - Static method in class de.smartics.properties.utils. RuntimeUtils
Loads the static property instance with the given identifier from the given class.

M

MandatoryPropertyContext - Class in de.smartics.properties.spi.core.context
Provides context information for a given property.
MandatoryPropertyContext(PropertiesContext, PropertyDescriptor) - Constructor for class de.smartics.properties.spi.core.context. MandatoryPropertyContext
Default constructor.
MappedPropertyCollection - Class in de.smartics.properties.spi.config.support
Implementation of PropertyCollection based on a Map.
MappedPropertyCollection(Collection<Map<String, String>>) - Constructor for class de.smartics.properties.spi.config.support. MappedPropertyCollection
Constructor to add properties via a collection.
MappedPropertyCollection(Map<String, String>) - Constructor for class de.smartics.properties.spi.config.support. MappedPropertyCollection
Constructor to add properties.
MappedPropertyCollection(Map<String, String>...) - Constructor for class de.smartics.properties.spi.config.support. MappedPropertyCollection
Constructor to add properties.
matrialize() - Method in interface de.smartics.properties.api.config.app. ConfigurationPropertiesFactory
Materializes all configurations found by this factory.
matrialize() - Method in class de.smartics.properties.spi.config.support. AbstractConfigurationPropertiesFactory
 
META_INF_HOME - Static variable in class de.smartics.properties.api.core.domain. PropertiesContext
The path to the folder within META-INF where properties resources are located.
META_INF_PROPERTY_SET_REPORT - Static variable in class de.smartics.properties.api.core.domain. PropertiesContext
The location of the property set reports within the META-INF folder.
MetaDataException - Exception in de.smartics.properties.spi.core.metadata.projectdoc
Signals that a property meta data XML cannot be parsed.
MetaDataException(String) - Constructor for exception de.smartics.properties.spi.core.metadata.projectdoc. MetaDataException
Default constructor.
MetaDataException(String, Throwable) - Constructor for exception de.smartics.properties.spi.core.metadata.projectdoc. MetaDataException
Default Constructor.
MetaInfDocumentMetaDataProxy - Class in de.smartics.properties.spi.core.metadata
Allows to lazy load annotation information.
MetaInfDocumentMetaDataProxy(PropertiesContext, Method) - Constructor for class de.smartics.properties.spi.core.metadata. MetaInfDocumentMetaDataProxy
Default constructor.
MissingConfigurationException - Exception in de.smartics.properties.api.config.domain
Signals that a configuration with the given key cannot be found.
MissingConfigurationException(ConfigurationKey) - Constructor for exception de.smartics.properties.api.config.domain. MissingConfigurationException
Convenience constructor without root cause.
MissingConfigurationException(Throwable, ConfigurationKey) - Constructor for exception de.smartics.properties.api.config.domain. MissingConfigurationException
Default Constructor.
MultiSourcePropertiesManager - Class in de.smartics.properties.spi.config.support
Helper to provide multiple sources for any configurations found.

N

NativePropertyCollection - Class in de.smartics.properties.spi.config.support
Implementation of PropertyCollection based on a Map.
NativePropertyCollection(Collection<Map<String, Property>>) - Constructor for class de.smartics.properties.spi.config.support. NativePropertyCollection
Constructor to add properties via a collection.
NativePropertyCollection(Map<String, Property>) - Constructor for class de.smartics.properties.spi.config.support. NativePropertyCollection
Constructor to add properties.
NativePropertyCollection(Map<String, Property>...) - Constructor for class de.smartics.properties.spi.config.support. NativePropertyCollection
Constructor to add properties.
NO_AUTOMATIC_UPDATE - Static variable in class de.smartics.properties.api.core.annotations. PropertyLifecycle.UpdateInterval
The constant to use to indicate that there is no automatic update.
NO_CACHING - Static variable in class de.smartics.properties.api.core.annotations. PropertyLifecycle.UpdateInterval
The constant to use to indicate that the value should never be cached.
NO_EXPRESSION - Static variable in class de.smartics.properties.api.core.domain. PropertyExpression
The expression instance to signal that there is no property expression.
NotAPropertySetAnnotatedInterfaceException - Exception in de.smartics.properties.spi.config.proxy
Signals that the provided class is not a valid properties interface.
NotAPropertySetAnnotatedInterfaceException(String) - Constructor for exception de.smartics.properties.spi.config.proxy. NotAPropertySetAnnotatedInterfaceException
Convenience constructor without a root cause.
NotAPropertySetAnnotatedInterfaceException(Throwable) - Constructor for exception de.smartics.properties.spi.config.proxy. NotAPropertySetAnnotatedInterfaceException
Convenience constructor without a message.
NotAPropertySetAnnotatedInterfaceException(String, Throwable) - Constructor for exception de.smartics.properties.spi.config.proxy. NotAPropertySetAnnotatedInterfaceException
Constructor.
NullValuePropertyException - Exception in de.smartics.properties.spi.config.resolve
Signals that a property resolvement is not possible since a placeholder has a null value.
NullValuePropertyException(String, List<String>) - Constructor for exception de.smartics.properties.spi.config.resolve. NullValuePropertyException
Convenience constructor without root cause.
NullValuePropertyException(Throwable, String, List<String>) - Constructor for exception de.smartics.properties.spi.config.resolve. NullValuePropertyException
Default Constructor.

O

ONE_DAY - Static variable in class de.smartics.properties.api.core.annotations. PropertyLifecycle.UpdateInterval
Defines a standard update interval of one day.
ONE_HOUR - Static variable in class de.smartics.properties.api.core.annotations. PropertyLifecycle.UpdateInterval
Defines a standard update interval of one hour.
ONE_MINUTE - Static variable in class de.smartics.properties.api.core.annotations. PropertyLifecycle.UpdateInterval
Defines a standard update interval of one minute.
ONE_SECOND - Static variable in class de.smartics.properties.api.core.annotations. PropertyLifecycle.UpdateInterval
Defines a standard update interval of one second.

P

parse(Class<?>) - Method in class de.smartics.properties.spi.config.definition. DefinitionConfigParser
Convenience method using a class' class loader to locate the configuration file to parse the configuration file at PropertiesContext.DEFINITION_FILE.
parse(ClassPathContext) - Method in class de.smartics.properties.spi.config.definition. DefinitionConfigParser
Parses the configuration file at PropertiesContext.DEFINITION_FILE.
parse(String, InputStream) - Method in class de.smartics.properties.spi.config.definition. DefinitionConfigParser
Parses the definition.xml from the given stream.
parse(String) - Method in class de.smartics.properties.spi.config.definition. DefinitionKeyHelper
Parses the given path to create a configuration key.
parse(Class<?>) - Method in class de.smartics.properties.spi.core.context. DeclarationConfigParser
Convenience method using a class' class loader to locate the configuration file to parse the configuration file at PropertiesContext.DECLARATION_FILE.
parse(ClassPathContext) - Method in class de.smartics.properties.spi.core.context. DeclarationConfigParser
Parses the configuration file at PropertiesContext.DECLARATION_FILE .
parse(PropertyDescriptor, Locale) - Method in class de.smartics.properties.spi.core.metadata.comment. PropertyCommentParser
Parses the comments for the given descriptor.
parse(PropertyDescriptor, Locale) - Method in class de.smartics.properties.spi.core.metadata.projectdoc. ProjectdocMetaDataParser
Parses the comments for the given descriptor.
print(PrintStream) - Method in class de.smartics.properties.spi.config.ds. DefaultDataSourceManager
 
print(PrintStream) - Method in interface de.smartics.properties.spi.config.ds. PropertiesDataSourceManager
Prints the contents of the data source to the given stream.
ProjectClassLoader - Class in de.smartics.properties.utils
A class loader that serves classes from the given directories.
ProjectdocAnnotationCollector - Class in de.smartics.properties.spi.core.metadata.projectdoc
Collects annotation information on QDox structures.
ProjectdocAnnotationCollector(Class<?>, ProjectdocAnnotationCollector.Defaults) - Constructor for class de.smartics.properties.spi.core.metadata.projectdoc. ProjectdocAnnotationCollector
Default constructor.
ProjectdocAnnotationCollector.Defaults - Interface in de.smartics.properties.spi.core.metadata.projectdoc
Provider for default values.
ProjectdocMetaData - Class in de.smartics.properties.spi.core.metadata.projectdoc
Stores document instance information for projectdoc metadata.
ProjectdocMetaData() - Constructor for class de.smartics.properties.spi.core.metadata.projectdoc. ProjectdocMetaData
Convenience constructor without a parent to inherit from.
ProjectdocMetaData(ProjectdocMetaData) - Constructor for class de.smartics.properties.spi.core.metadata.projectdoc. ProjectdocMetaData
Default constructor.
ProjectdocMetaDataParser - Class in de.smartics.properties.spi.core.metadata.projectdoc
Parses projectdoc information from property XML descriptors.
ProjectdocMetaDataParser(PropertiesContext) - Constructor for class de.smartics.properties.spi.core.metadata.projectdoc. ProjectdocMetaDataParser
Default constructor without defaults.
ProjectdocMetaDataParser(PropertiesContext, ProjectdocAnnotationCollector.Defaults) - Constructor for class de.smartics.properties.spi.core.metadata.projectdoc. ProjectdocMetaDataParser
Default constructor.
PropertiesConfigurationProperties - Class in de.smartics.properties.impl.config.properties
Implementation based on Properties.
PropertiesConfigurationProperties(ConfigurationKey) - Constructor for class de.smartics.properties.impl.config.properties. PropertiesConfigurationProperties
Convenience constructor using its own registry.
PropertiesConfigurationProperties(ConfigurationKey, PropertyDescriptorRegistry) - Constructor for class de.smartics.properties.impl.config.properties. PropertiesConfigurationProperties
Default constructor.
PropertiesConfigurationPropertiesFactory - Class in de.smartics.properties.impl.config.properties
Factory to create instances of PropertiesConfigurationProperties.
PropertiesConfigurationPropertiesFactory() - Constructor for class de.smartics.properties.impl.config.properties. PropertiesConfigurationPropertiesFactory
Default constructor.
PropertiesContext - Class in de.smartics.properties.api.core.domain
Defines the configuration for smartics properties configuration.
PropertiesContext.Builder - Class in de.smartics.properties.api.core.domain
The builder of PropertiesContext.
PropertiesContext.Builder() - Constructor for class de.smartics.properties.api.core.domain. PropertiesContext.Builder
 
PropertiesDataSourceAccessor - Interface in de.smartics.properties.spi.config.ds
Interface to access property information from a data source.
PropertiesDataSourceDescriptor - Interface in de.smartics.properties.spi.config.ds
Interface to describe the structure of a data base that contains properties information.
PropertiesDataSourceManager - Interface in de.smartics.properties.spi.config.ds
Interface to connect to a database to persist properties and to allow the management of the database infrastructure.
PropertiesDefinitionContext - Class in de.smartics.properties.spi.config.definition
Contains information from the definition.xml that is contained in archives providing property information.
PropertiesDefinitionContext() - Constructor for class de.smartics.properties.spi.config.definition. PropertiesDefinitionContext
Convenience constructor using the default TLDs and not registering any environments, nodes or groups.
PropertiesDefinitionContext(Set<String>, Set<String>, Set<String>) - Constructor for class de.smartics.properties.spi.config.definition. PropertiesDefinitionContext
Convenience constructor using the default TLDs and no explicit files.
PropertiesDefinitionContext(Set<String>, Set<String>, Set<String>, Set<String>) - Constructor for class de.smartics.properties.spi.config.definition. PropertiesDefinitionContext
Convenience constructor without an explicit path to configuration key mapping.
PropertiesDefinitionContext(Set<String>, Set<String>, Set<String>, Map<String, ConfigurationKey>) - Constructor for class de.smartics.properties.spi.config.definition. PropertiesDefinitionContext
Convenience constructor using the default TLDs.
PropertiesDefinitionContext(Set<String>, Set<String>, Set<String>, Set<String>, Map<String, ConfigurationKey>) - Constructor for class de.smartics.properties.spi.config.definition. PropertiesDefinitionContext
Default constructor.
PropertiesException - Exception in de.smartics.properties.spi.config.proxy
Signals problems with a properties.
PropertiesException(String) - Constructor for exception de.smartics.properties.spi.config.proxy. PropertiesException
Convenience constructor without a root cause.
PropertiesException(Throwable) - Constructor for exception de.smartics.properties.spi.config.proxy. PropertiesException
Convenience constructor without a message.
PropertiesException(String, Throwable) - Constructor for exception de.smartics.properties.spi.config.proxy. PropertiesException
Constructor.
PropertiesFilesLoader - Class in de.smartics.properties.spi.core.classpath
Loads properties files found on the class path.
PropertiesFilesLoader() - Constructor for class de.smartics.properties.spi.core.classpath. PropertiesFilesLoader
 
PropertiesHelper - Class in de.smartics.properties.spi.config.support
Simple utilities class to help on dealing with properties.
PropertiesHelper(ConfigurationKey) - Constructor for class de.smartics.properties.spi.config.support. PropertiesHelper
Default constructor.
PropertiesPropertyCollection - Class in de.smartics.properties.spi.config.support
Implementation of PropertyCollection based on properties.
PropertiesPropertyCollection(Collection<Properties>) - Constructor for class de.smartics.properties.spi.config.support. PropertiesPropertyCollection
Constructor to add properties via a collection.
PropertiesPropertyCollection(Properties...) - Constructor for class de.smartics.properties.spi.config.support. PropertiesPropertyCollection
Constructor to add properties.
PropertiesPropertyProvider - Class in de.smartics.properties.spi.config.support
Provides an adapter for Properties instances to match the PropertyProvider interface.
PropertiesPropertyProvider(ConfigurationKey, PropertyLocation, Properties) - Constructor for class de.smartics.properties.spi.config.support. PropertiesPropertyProvider
Default constructor.
PropertiesPropertyReport - Class in de.smartics.properties.reports
Stores every report item in a property set.
PropertiesPropertyReport(OutputStream) - Constructor for class de.smartics.properties.reports. PropertiesPropertyReport
Constructor.
PropertiesProxyInvocationHandler - Class in de.smartics.properties.spi.config.proxy
The invocation handler receives every method invocation on the proxy that is wrapped over the properties interface.
PropertiesProxyInvocationHandler(SerializableConfigurationProperties) - Constructor for class de.smartics.properties.spi.config.proxy. PropertiesProxyInvocationHandler
Default constructor.
PropertiesStore - Class in de.smartics.properties.spi.config.ds
Provides access to properties in a data source.
PropertiesStore(PropertiesStore.Builder) - Constructor for class de.smartics.properties.spi.config.ds. PropertiesStore
Default constructor.
PropertiesStore.Builder - Class in de.smartics.properties.spi.config.ds
The builder of manager instances.
PropertiesStore.Builder() - Constructor for class de.smartics.properties.spi.config.ds. PropertiesStore.Builder
 
Property - Class in de.smartics.properties.api.config.domain
Stores information of a property.
Property(PropertyLocation, String, String) - Constructor for class de.smartics.properties.api.config.domain. Property
Default constructor.
Property(PropertyLocation, String, Object) - Constructor for class de.smartics.properties.api.config.domain. Property
Convenience constructor that translates the value to a String.
Property(String, String, Object) - Constructor for class de.smartics.properties.api.config.domain. Property
Convenience constructor that translates the value to a String.
PROPERTY_DESCRIPTOR - Static variable in annotation type de.smartics.properties.api.core.annotations. PropertyMetaDataMethod
The default suffix of a name of a method that returns the descriptor of a property.
PROPERTY_KEY - Static variable in annotation type de.smartics.properties.api.core.annotations. PropertyMetaDataMethod
The default suffix of a name of a method that returns the key of a property.
PropertyAliasMapping - Class in de.smartics.properties.api.core.context.alias
The mapping of alias names of property reports to their physical names.
PropertyAliasMapping() - Constructor for class de.smartics.properties.api.core.context.alias. PropertyAliasMapping
Default constructor.
PropertyCollection - Interface in de.smartics.properties.api.config.domain
Models a collection of properties as String keys and values to iterate over.
PropertyComment - Class in de.smartics.properties.api.core.domain
The comment to a property.
PropertyComment.Builder - Class in de.smartics.properties.api.core.domain
The property comment instance builder.
PropertyComment.Builder() - Constructor for class de.smartics.properties.api.core.domain. PropertyComment.Builder
 
PropertyCommentParser - Class in de.smartics.properties.spi.core.metadata.comment
Parses property comments for a property descriptors.
PropertyCommentParser(PropertiesContext) - Constructor for class de.smartics.properties.spi.core.metadata.comment. PropertyCommentParser
Default constructor.
PropertyCommentProvider - Interface in de.smartics.properties.spi.core.metadata
Provides access to the comment of a property.
PropertyCommentProxy - Class in de.smartics.properties.spi.core.metadata
Proxy to load property comments on demand.
PropertyCommentProxy(PropertiesContext) - Constructor for class de.smartics.properties.spi.core.metadata. PropertyCommentProxy
Default constructor.
PropertyConfigurationObjectBuilder - Class in de.smartics.properties.spi.config.proxy
This factory creates a implementation object via a java dynamic proxy for a given properties interface.
PropertyConfigurationObjectBuilder() - Constructor for class de.smartics.properties.spi.config.proxy. PropertyConfigurationObjectBuilder
Default constructor.
PropertyConstraint< T> - Interface in de.smartics.properties.api.core.domain
Defines constraints on a property value and a description to the constraint that can be presented to the user.
PropertyContext - Interface in de.smartics.properties.api.core.domain
Provides context information for a given property.
PropertyContextProvider - Interface in de.smartics.properties.spi.core.context
Provides a property context.
PropertyContextProxy - Class in de.smartics.properties.spi.core.context
A proxy to provide property context instances.
PropertyContextProxy(PropertiesContext) - Constructor for class de.smartics.properties.spi.core.context. PropertyContextProxy
Default constructor.
PropertyDefinition - Class in de.smartics.properties.api.config.domain
Container of the property information the index provides.
PropertyDefinition(PropertyDescriptor, Property) - Constructor for class de.smartics.properties.api.config.domain. PropertyDefinition
Default constructor.
PropertyDefinitionTime - Enum in de.smartics.properties.api.core.annotations
Defines the different times the definition of a property is conducted.
PropertyDescriptor - Interface in de.smartics.properties.api.core.domain
Defines property meta data.
PropertyDescriptorException - Exception in de.smartics.properties.api.core.domain
Base exception of the library for signaling an unspecific cause that is concerned with a specific property providing the property declaration information.
PropertyDescriptorException(String, Throwable, PropertyDescriptor) - Constructor for exception de.smartics.properties.api.core.domain. PropertyDescriptorException
Constructor.
PropertyDescriptorException(String, PropertyDescriptor) - Constructor for exception de.smartics.properties.api.core.domain. PropertyDescriptorException
Constructor.
PropertyDescriptorException(Throwable, PropertyDescriptor) - Constructor for exception de.smartics.properties.api.core.domain. PropertyDescriptorException
Constructor.
PropertyDescriptorRegistry - Interface in de.smartics.properties.api.core.domain
A registry for a set of property descriptors.
PropertyDescriptorSearcher - Class in de.smartics.properties.report.qdox
Filters interfaces that are annotated with the PropertySet annotation.
PropertyDescriptorSearcher() - Constructor for class de.smartics.properties.report.qdox. PropertyDescriptorSearcher
 
PropertyElementType - Annotation Type in de.smartics.properties.api.core.annotations
Defines the value type of a collection property value.
PropertyException - Exception in de.smartics.properties.api.core.domain
Base exception of the library for signaling an unspecific cause that is concerned with a specific property.
PropertyException(String, Throwable, PropertyKey) - Constructor for exception de.smartics.properties.api.core.domain. PropertyException
Default constructor.
PropertyException(String, PropertyKey) - Constructor for exception de.smartics.properties.api.core.domain. PropertyException
Convenience constructor.
PropertyException(Throwable, PropertyKey) - Constructor for exception de.smartics.properties.api.core.domain. PropertyException
Convenience constructor.
PropertyExpression - Annotation Type in de.smartics.properties.api.core.annotations
Defines a default expression for the property to evaluate a value, if not specified otherwise.
PropertyExpression - Class in de.smartics.properties.api.core.domain
Provides information about the expression to evaluate a default value for a property.
PropertyIndex - Class in de.smartics.properties.api.config.domain
A index of property key to the full property information and the descriptor of the property.
PropertyIndex(ConfigurationKey) - Constructor for class de.smartics.properties.api.config.domain. PropertyIndex
Default constructor.
PropertyIntValueRange - Annotation Type in de.smartics.properties.api.core.annotations
Defines the range of valid integer values of a property.
PropertyKey - Class in de.smartics.properties.api.core.domain
Defines a property key information.
PropertyKey(String) - Constructor for class de.smartics.properties.api.core.domain. PropertyKey
Convenience constructor without a property set name.
PropertyKey(String, String) - Constructor for class de.smartics.properties.api.core.domain. PropertyKey
Default constructor.
PropertyKeyName - Annotation Type in de.smartics.properties.api.core.annotations
Defines a name of a property key.
PropertyLifecycle - Annotation Type in de.smartics.properties.api.core.annotations
Defines the lifecycle of a property.
PropertyLifecycle.UpdateInterval - Class in de.smartics.properties.api.core.annotations
Defines constants for the PropertyLifecycle.updateInterval().
PropertyListElementConstraints - Annotation Type in de.smartics.properties.api.core.annotations
Flags a nested interface as defining constraints for property list elements.
PropertyLocation - Class in de.smartics.properties.api.config.domain
Identifies the location of a property.
PropertyLocation(String) - Constructor for class de.smartics.properties.api.config.domain. PropertyLocation
Convenience constructor if no application identifier is available.
PropertyLocation(ApplicationId, String) - Constructor for class de.smartics.properties.api.config.domain. PropertyLocation
Default constructor.
PropertyManager - Interface in de.smartics.properties.api.config.domain
Provides means to manage properties.
PropertyMetaData - Class in de.smartics.properties.spi.core.metadata
An implementation of the property descriptor interface that allows to set property meta data.
PropertyMetaData.Builder - Class in de.smartics.properties.spi.core.metadata
Creates instances of type PropertyMetaData.
PropertyMetaData.Builder() - Constructor for class de.smartics.properties.spi.core.metadata. PropertyMetaData.Builder
 
PropertyMetaDataDefaults - Class in de.smartics.properties.spi.core.metadata
Implementation to provide defaults from the project set annotation.
PropertyMetaDataDefaults(Class<?>) - Constructor for class de.smartics.properties.spi.core.metadata. PropertyMetaDataDefaults
Default constructor using the declaring type.
PropertyMetaDataDefaults(Class<?>, Method) - Constructor for class de.smartics.properties.spi.core.metadata. PropertyMetaDataDefaults
Default constructor using the declaring and method type.
PropertyMetaDataDefaults(Method) - Constructor for class de.smartics.properties.spi.core.metadata. PropertyMetaDataDefaults
Default constructor using the method and adding the name of the method.
PropertyMetaDataMethod - Annotation Type in de.smartics.properties.api.core.annotations
Declares a method to return meta data instead of a property value.
PropertyMetaDataParser - Class in de.smartics.properties.spi.core.metadata
Parses runtime annotations to create property metadata.
PropertyMethodNameUtilities - Class in de.smartics.properties.spi.config.proxy
Helper.
PropertyMethodNotFoundException - Exception in de.smartics.properties.spi.config.proxy
Signals that the interface does not contain the expected property method.
PropertyMethodNotFoundException(String) - Constructor for exception de.smartics.properties.spi.config.proxy. PropertyMethodNotFoundException
Convenience constructor without a root cause.
PropertyMethodNotFoundException(Throwable) - Constructor for exception de.smartics.properties.spi.config.proxy. PropertyMethodNotFoundException
Convenience constructor without a message.
PropertyMethodNotFoundException(String, Throwable) - Constructor for exception de.smartics.properties.spi.config.proxy. PropertyMethodNotFoundException
Constructor.
PropertyProvider - Interface in de.smartics.properties.api.config.domain
Defines an interface to read property values from a source.
PropertyRangeConstraint< T> - Class in de.smartics.properties.spi.core.constraints
Constraint that requires values to be part of an enumeration.
PropertyRangeConstraint(PropertyValueRange<T>) - Constructor for class de.smartics.properties.spi.core.constraints. PropertyRangeConstraint
Default constructor.
PropertyReport - Interface in de.smartics.properties.report.data
Sink to accept report items.
PropertyReportItem - Class in de.smartics.properties.report.data
Report information for a particular property.
PropertyReportItem.Builder - Class in de.smartics.properties.report.data
Builder to create instances of enclosing class.
PropertyReportItem.Builder() - Constructor for class de.smartics.properties.report.data. PropertyReportItem.Builder
 
PropertyReportSet - Class in de.smartics.properties.report.data
Report information for a particular property set.
PropertyReportSet.Builder - Class in de.smartics.properties.report.data
Builder to create instances of enclosing class.
PropertyReportSet.Builder() - Constructor for class de.smartics.properties.report.data. PropertyReportSet.Builder
 
PropertyRootException - Exception in de.smartics.properties.api.core.app
Base exception of the library for signaling an unspecific cause.
PropertyRootException(String, Throwable) - Constructor for exception de.smartics.properties.api.core.app. PropertyRootException
Default constructor.
PropertyRootException(String) - Constructor for exception de.smartics.properties.api.core.app. PropertyRootException
Convenience constructor.
PropertyRootException(Throwable) - Constructor for exception de.smartics.properties.api.core.app. PropertyRootException
Convenience constructor.
PropertySet - Annotation Type in de.smartics.properties.api.core.annotations
Defines a set of properties.
PropertySetClassesLoader - Class in de.smartics.properties.spi.core.classpath
Loads classes that have a PropertySet annotation.
PropertySetClassesLoader() - Constructor for class de.smartics.properties.spi.core.classpath. PropertySetClassesLoader
 
PropertySource - Interface in de.smartics.properties.api.config.domain
Defines a source for properties with read and write access.
PropertyStringValueRange - Annotation Type in de.smartics.properties.api.core.annotations
Defines the range of valid string values of a property.
PropertyType - Class in de.smartics.properties.api.core.domain
Provides information about the type of a property.
PropertyType(Class<?>) - Constructor for class de.smartics.properties.api.core.domain. PropertyType
Convenience constructor for non-collection types.
PropertyType(Class<?>, Class<?>) - Constructor for class de.smartics.properties.api.core.domain. PropertyType
Default constructor.
PropertyUtils - Class in de.smartics.properties.spi.core.util
Utilities to deal with property meta data.
PropertyValidationException - Exception in de.smartics.properties.api.core.domain
Signals that the value does not match the given constraints.
PropertyValidationException(PropertyDescriptor, List<? extends PropertyConstraint<?>>, Object) - Constructor for exception de.smartics.properties.api.core.domain. PropertyValidationException
Convenience constructor with no message and no root cause.
PropertyValidationException(String, PropertyDescriptor, List<? extends PropertyConstraint<?>>, Object) - Constructor for exception de.smartics.properties.api.core.domain. PropertyValidationException
Convenience constructor with no root cause.
PropertyValidationException(Throwable, PropertyDescriptor, List<? extends PropertyConstraint<?>>, Object) - Constructor for exception de.smartics.properties.api.core.domain. PropertyValidationException
Convenience constructor with no message.
PropertyValidationException(String, Throwable, PropertyDescriptor, List<? extends PropertyConstraint<?>>, Object) - Constructor for exception de.smartics.properties.api.core.domain. PropertyValidationException
Default constructor.
PropertyValidationWithSourceException - Exception in de.smartics.properties.api.config.domain
Signals that the value does not match the given constraints and provides information about the source location of the culprit.
PropertyValidationWithSourceException(PropertyValidationException, PropertyLocation) - Constructor for exception de.smartics.properties.api.config.domain. PropertyValidationWithSourceException
Default constructor.
PropertyValidator - Class in de.smartics.properties.spi.core.validate
Helper to validate constraints.
PropertyValidator() - Constructor for class de.smartics.properties.spi.core.validate. PropertyValidator
Default constructor.
PropertyValueComment - Class in de.smartics.properties.api.core.domain
Provides comments for the values of a property.
PropertyValueComment(String) - Constructor for class de.smartics.properties.api.core.domain. PropertyValueComment
Default constructor.
PropertyValueConversionException - Exception in de.smartics.properties.api.core.domain
Signals that the value does not match the given constraints.
PropertyValueConversionException(PropertyDescriptor, Object) - Constructor for exception de.smartics.properties.api.core.domain. PropertyValueConversionException
Convenience constructor with no cause.
PropertyValueConversionException(Throwable, PropertyDescriptor, Object) - Constructor for exception de.smartics.properties.api.core.domain. PropertyValueConversionException
Default constructor.
PropertyValueConversionException(String, Throwable, PropertyDescriptor, Object) - Constructor for exception de.smartics.properties.api.core.domain. PropertyValueConversionException
Internal constructor to provide a custom message.
PropertyValueConversionWithSourceException - Exception in de.smartics.properties.api.config.domain
Signals that the value does not match the given constraints and provides information about the source location of the culprit.
PropertyValueConversionWithSourceException(PropertyValueConversionException, PropertyLocation) - Constructor for exception de.smartics.properties.api.config.domain. PropertyValueConversionWithSourceException
Default constructor.
PropertyValueConverter - Interface in de.smartics.properties.spi.core.convert
Converter of property values to and from Strings.
PropertyValueRange< T> - Interface in de.smartics.properties.api.core.domain
Defines the possible values for a property.
PropertyValueResolveException - Exception in de.smartics.properties.api.core.domain
Signals that the value cannot be resolve.
PropertyValueResolveException(PropertyDescriptor, String) - Constructor for exception de.smartics.properties.api.core.domain. PropertyValueResolveException
Convenience constructor with no cause.
PropertyValueResolveException(Throwable, PropertyDescriptor, String) - Constructor for exception de.smartics.properties.api.core.domain. PropertyValueResolveException
Default constructor.
PropertyValueResolveException(String, Throwable, PropertyDescriptor, String) - Constructor for exception de.smartics.properties.api.core.domain. PropertyValueResolveException
Internal constructor to provide a custom message.
PropertyValueResolver - Interface in de.smartics.properties.spi.config.resolve
Resolves property value expressions.
PropertyValueResolveWithSourceException - Exception in de.smartics.properties.api.config.domain
Signals that the value cannot be resolve and provides information about the source location of the culprit.
PropertyValueResolveWithSourceException(PropertyValueResolveException, PropertyLocation) - Constructor for exception de.smartics.properties.api.config.domain. PropertyValueResolveWithSourceException
Default constructor.

R

readDescriptor(Method) - Method in class de.smartics.properties.spi.core.metadata. PropertyMetaDataParser
Reads the property descriptor information from the method.
readDescriptors(Class<?>) - Method in class de.smartics.properties.spi.core.metadata. PropertyMetaDataParser
Reads the property descriptor information from the type.
readKey(Method) - Method in class de.smartics.properties.spi.core.metadata. PropertyMetaDataParser
Reads the property key information from the method.
ReadOnlyPropertyException - Exception in de.smartics.properties.api.core.domain
Signals that the a read-only property was requested to be updated.
ReadOnlyPropertyException(PropertyDescriptor, Object, Object) - Constructor for exception de.smartics.properties.api.core.domain. ReadOnlyPropertyException
Convenience constructor with no message and no root cause.
ReadOnlyPropertyException(Throwable, PropertyDescriptor, Object, Object) - Constructor for exception de.smartics.properties.api.core.domain. ReadOnlyPropertyException
Convenience constructor with no message.
ReadOnlyPropertyException(String, Throwable, PropertyDescriptor, Object, Object) - Constructor for exception de.smartics.properties.api.core.domain. ReadOnlyPropertyException
Default constructor.
readProperties(String) - Method in class de.smartics.properties.spi.config.support. PropertiesHelper
Reads the properties from the thread context class path location.
readProperties(ClassLoader, String) - Method in class de.smartics.properties.spi.config.support. PropertiesHelper
Reads the properties from the given class path location.
readProperties(String, InputStream) - Method in class de.smartics.properties.spi.config.support. PropertiesHelper
Reads the properties from the given stream.
readPropertySetName(Class<?>) - Method in class de.smartics.properties.spi.core.metadata. PropertyMetaDataParser
Reads the property set name of the type.
RecursivePropertyException - Exception in de.smartics.properties.spi.config.resolve
Signals that a property is not resolvable due to recursive definition.
RecursivePropertyException(String, List<String>) - Constructor for exception de.smartics.properties.spi.config.resolve. RecursivePropertyException
Convenience constructor without root cause.
RecursivePropertyException(Throwable, String, List<String>) - Constructor for exception de.smartics.properties.spi.config.resolve. RecursivePropertyException
Default Constructor.
register(PropertyDescriptor, Property) - Method in class de.smartics.properties.api.config.domain. PropertyIndex
Registers the property descriptor and property instance to the index.
register(PropertyReportItem) - Method in class de.smartics.properties.reports. AbstractPropertyReport
Registers a report item to manage the alias mapping and check for uniqueness constraint violations.
registerDescriptors(Map<Class<?>, List<PropertyDescriptor>>) - Method in class de.smartics.properties.spi.config.support. FactoryCache
Registers the list of descriptors to the given declaring types.
registerProperties(ConfigurationKey, ConfigurationPropertiesManagement) - Method in interface de.smartics.properties.api.config.domain. ConfigurationRepositoryManagement
Registers the given configuration properties for the given configuration key.
registerProperties(ConfigurationKey, ConfigurationPropertiesManagement) - Method in class de.smartics.properties.spi.config.support. InMemoryConfigurationRepositoryManagement
 
removeProperty(String) - Method in interface de.smartics.properties.api.config.domain. PropertySource
Removes a property making it unknown to the system.
removeProperty(String) - Method in class de.smartics.properties.spi.config.support. InMemoryPropertiesManager
 
removePropertyChangeListener(PropertyKey, PropertyChangeListener) - Method in interface de.smartics.properties.api.config.domain. ConfigurationProperties
Removes the given listener as a listener to the given property.
removePropertyChangeListener(PropertyChangeListener) - Method in interface de.smartics.properties.api.config.domain. ConfigurationProperties
Removes the given listener to stop tracking property changes.
removePropertyChangeListener(String, PropertyChangeListener) - Method in interface de.smartics.properties.api.config.domain. PropertyManager
Removes the given listener as a listener to the given property.
removePropertyChangeListener(PropertyChangeListener) - Method in interface de.smartics.properties.api.config.domain. PropertyManager
Removes the given listener to stop tracking property changes.
removePropertyChangeListener(PropertyKey, PropertyChangeListener) - Method in class de.smartics.properties.impl.config.cache. AbstractCacheConfigurationPropertiesManagement
 
removePropertyChangeListener(PropertyChangeListener) - Method in class de.smartics.properties.impl.config.cache. AbstractCacheConfigurationPropertiesManagement
 
removePropertyChangeListener(PropertyKey, PropertyChangeListener) - Method in class de.smartics.properties.spi.config.domain. ConfigurationPropertiesProxy
 
removePropertyChangeListener(PropertyChangeListener) - Method in class de.smartics.properties.spi.config.domain. ConfigurationPropertiesProxy
 
removePropertyChangeListener(PropertyKey, PropertyChangeListener) - Method in class de.smartics.properties.spi.config.support. AbstractConfigurationProperties
 
removePropertyChangeListener(PropertyChangeListener) - Method in class de.smartics.properties.spi.config.support. AbstractConfigurationProperties
 
removePropertyChangeListener(String, PropertyChangeListener) - Method in class de.smartics.properties.spi.config.support. InMemoryPropertiesManager
 
removePropertyChangeListener(PropertyChangeListener) - Method in class de.smartics.properties.spi.config.support. InMemoryPropertiesManager
 
replaceJavadocInlines(String) - Method in class de.smartics.properties.api.core.util. JavadocCommentHelper
Replaces Javadoc inline tags.
ReportBuilder - Class in de.smartics.properties.report
Builder of reports on smartics properties.
ReportConfiguration - Class in de.smartics.properties.report
Provides information to control the creation of the report.
ReportConfiguration() - Constructor for class de.smartics.properties.report. ReportConfiguration
Default constructor.
ReportException - Exception in de.smartics.properties.report.app
Base exception of the library for signaling an unspecific cause.
ReportException(String) - Constructor for exception de.smartics.properties.report.app. ReportException
Convenience constructor.
ReportException(Throwable) - Constructor for exception de.smartics.properties.report.app. ReportException
Convenience constructor.
ReportException(String, Throwable) - Constructor for exception de.smartics.properties.report.app. ReportException
Default constructor.
ReportProblem - Class in de.smartics.properties.report.data
Stores a problem found by the report builder.
ReportProblem(Throwable) - Constructor for class de.smartics.properties.report.data. ReportProblem
Convenience constructor to use the message of the root cause.
ReportProblem(String) - Constructor for class de.smartics.properties.report.data. ReportProblem
Convenience constructor without a root cause.
ReportProblem(String, Throwable) - Constructor for class de.smartics.properties.report.data. ReportProblem
Default constructor.
reportTo(PropertyReport) - Method in class de.smartics.properties.report. ReportBuilder
Runs the report process and writes to the given report.
RepositoryException - Exception in de.smartics.properties.resource.repository
Signals problems accessing a repository.
RepositoryException(String, Throwable) - Constructor for exception de.smartics.properties.resource.repository. RepositoryException
Constructor.
RepositoryException(String) - Constructor for exception de.smartics.properties.resource.repository. RepositoryException
Constructor.
RepositoryException(Throwable) - Constructor for exception de.smartics.properties.resource.repository. RepositoryException
Constructor.
resolve(String) - Method in class de.smartics.properties.api.core.domain. PropertiesContext
Resolves the alias to the target it points to.
resolve(ArtifactId) - Method in interface de.smartics.properties.resource.repository. ResourceRepository
Resolves the properties resources from the given artifact.
resolve(String) - Method in interface de.smartics.properties.spi.config.resolve. PropertyValueResolver
Resolves the expression.
resolve(String) - Method in class de.smartics.properties.spi.config.resolve. SimplePropertyValueResolver
Resolves the expression.
resolveAndConvert(PropertyDescriptor, Object, Object) - Method in class de.smartics.properties.spi.config.support. AbstractConfigurationProperties
Resolves and converts the given value.
ResolveConfigurationException - Exception in de.smartics.properties.spi.config.resolve
Signals problems resolving expression in a property value.
ResolveConfigurationException(ConfigurationKey, String) - Constructor for exception de.smartics.properties.spi.config.resolve. ResolveConfigurationException
Convenience constructor without a root cause.
ResolveConfigurationException(Throwable, ConfigurationKey, String) - Constructor for exception de.smartics.properties.spi.config.resolve. ResolveConfigurationException
Default constructor.
ResolveContext - Interface in de.smartics.properties.spi.config.resolve
Provides access to property names to their values.
ResolvedProperty - Class in de.smartics.properties.api.config.domain
A resolved property provides, in addition to a Property also the resolved and converted value.
ResolvedProperty(PropertyLocation, String, String, String, Object) - Constructor for class de.smartics.properties.api.config.domain. ResolvedProperty
Default constructor.
ResolvedProperty(Property, String, Object) - Constructor for class de.smartics.properties.api.config.domain. ResolvedProperty
Copy constructor.
ResourceConfigurationPropertiesFactory - Class in de.smartics.properties.impl.config.resource
Factory to create instances of ConfigurationPropertiesManagement.
ResourceConfigurationPropertiesFactory() - Constructor for class de.smartics.properties.impl.config.resource. ResourceConfigurationPropertiesFactory
Default constructor.
ResourceRepository - Interface in de.smartics.properties.resource.repository
Interface to a repository that provides properties resources.
ResourceRepositoryFactory - Class in de.smartics.properties.resource.repository
A factory to create instances of ResourceRepository.
ResourceRepositoryFactory() - Constructor for class de.smartics.properties.resource.repository. ResourceRepositoryFactory
 
RuntimeUtils - Class in de.smartics.properties.utils
Utilities to instantiate classes and access their runtime information.
RuntimeUtils(ClassLoader) - Constructor for class de.smartics.properties.utils. RuntimeUtils
Default constructor.

S

SerializableCacheConfigurationPropertiesManagement - Class in de.smartics.properties.impl.config.cache
A delegate that provides a cache.
SerializableCacheConfigurationPropertiesManagement(SerializableConfigurationPropertiesManagementSpi) - Constructor for class de.smartics.properties.impl.config.cache. SerializableCacheConfigurationPropertiesManagement
Default constructor.
SerializableConfigurationProperties - Interface in de.smartics.properties.api.config.domain
Provides access to all configuration properties for a given application in a given environment.
SerializableConfigurationPropertiesManagement - Interface in de.smartics.properties.api.config.domain
Provides management access to the serializable configuration properties.
SerializableConfigurationPropertiesManagementSpi - Interface in de.smartics.properties.spi.config.support
Provides an extended interface to service providers.
SerializableMethod - Class in de.smartics.properties.spi.core.util
Wrapper to serialize Methods.
SerializableMethod(Method) - Constructor for class de.smartics.properties.spi.core.util. SerializableMethod
Default constructor.
setAddDefaultRootLocations(boolean) - Method in class de.smartics.properties.api.config.app. FactoryConfiguration
Sets the flag to tell whether ( true) or not ( false) the URLs of the context class loader should be added.
setCreateTableSqlStatementTemplate(String) - Method in class de.smartics.properties.spi.config.ds. DefaultDataSourceManager.Builder
Sets the template to create an SQL statement to create the configuration table.
setDataSourceProxy(ConfigurationKey, DataSourceProxy) - Method in class de.smartics.properties.impl.config.ds. DataSourceConfigurationPropertiesFactory
Sets the proxy to the data source that provides properties information.
setDataSourceProxy(DataSourceProxy) - Method in class de.smartics.properties.spi.config.ds. DefaultDataSourceManager.Builder
Sets the proxy to provide access to a data source.
setDropTable(boolean) - Method in class de.smartics.properties.spi.config.ds. DefaultDataSourceManager.Builder
Sets the value for dropTable.
setEncoding(String) - Method in class de.smartics.properties.report. ReportConfiguration
Sets the encoding to use to read the source files.
setIgnoreTableCreationProblems(boolean) - Method in class de.smartics.properties.spi.config.ds. DefaultDataSourceManager.Builder
Sets the flag signals that any problems encountered on creating the table should be ignored.
setInitialProperties(Map<String, String>) - Method in class de.smartics.properties.spi.config.ds. DefaultDataSourceManager.Builder
Sets the properties to fill the database initially.
setManager(ConfigurationKey, PropertiesStore) - Method in class de.smartics.properties.impl.config.ds. DataSourceConfigurationPropertiesFactory
Sets the proxy to the data source manager that provides properties information.
setName(String) - Method in class de.smartics.properties.spi.core.metadata.projectdoc. ProjectdocMetaData
Sets the name of the document if not blank.
setNameColumn(String) - Method in class de.smartics.properties.spi.config.ds. AbstractDataSourceDescriptor.Builder
Sets the name of the property name column.
setProjectClassLoader(ClassLoader) - Method in class de.smartics.properties.report. ReportConfiguration
Sets the class loader to instantiate classes of the project.
setProperty(PropertyKey, String) - Method in interface de.smartics.properties.api.config.domain. ConfigurationPropertiesManagement
Sets the property value for the given key.
setProperty(Property) - Method in interface de.smartics.properties.api.config.domain. PropertySource
Sets the property with the given name to the given value.
setProperty(PropertyKey, String) - Method in class de.smartics.properties.impl.config.cache. AbstractCacheConfigurationPropertiesManagement
 
setProperty(PropertyKey, String) - Method in class de.smartics.properties.spi.config.domain. ConfigurationPropertiesManagementProxy
 
setProperty(String, String) - Method in interface de.smartics.properties.spi.config.ds. PropertiesDataSourceAccessor
Sets the property to the given name and value.
setProperty(String, String) - Method in class de.smartics.properties.spi.config.ds. PropertiesStore
 
setProperty(PropertyKey, String) - Method in class de.smartics.properties.spi.config.support. AbstractConfigurationPropertiesManagement
 
setProperty(PropertyKey, String) - Method in class de.smartics.properties.spi.config.support. ConfigurationPropertiesManagementWithDefaults
Sets the property value for the given key.
setProperty(Property) - Method in class de.smartics.properties.spi.config.support. InMemoryPropertiesManager
 
setPropertyToStore(String, String) - Method in class de.smartics.properties.impl.config.ds. DataSourceConfigurationProperties
 
setPropertyToStore(String, String) - Method in class de.smartics.properties.spi.config.support. AbstractConfigurationPropertiesManagement
Sets the property to the given value.
setPropertyToStore(String, String) - Method in class de.smartics.properties.spi.config.support. AbstractInMemoryConfigurationProperties
 
setShortDescription(String) - Method in class de.smartics.properties.spi.core.metadata.projectdoc. ProjectdocMetaData
Sets the short description of the document to be incorporated in an overview table.
setSkipClassPathPropertyLoading(boolean) - Method in class de.smartics.properties.api.config.app. FactoryConfiguration
Sets the flag indicates that loading properties form the class path is to be skipped.
setSortKey(String) - Method in class de.smartics.properties.spi.core.metadata.projectdoc. ProjectdocMetaData
Sets the option to sort elements.
setSpace(String) - Method in class de.smartics.properties.spi.core.metadata.projectdoc. ProjectdocMetaData
Sets the space within which the title of a document is required to be unique.
setSummary(String) - Method in class de.smartics.properties.spi.core.metadata.projectdoc. ProjectdocMetaData
Sets the short summary of contents of the document to give more detailed information to a potential reader.
setTable(String) - Method in class de.smartics.properties.spi.config.ds. AbstractDataSourceDescriptor.Builder
Sets the name of the configuration table.
setTitle(String) - Method in class de.smartics.properties.spi.core.metadata.projectdoc. ProjectdocMetaData
Sets the title of a document, unique within the given space.
setUseCache(boolean) - Method in class de.smartics.properties.api.config.app. FactoryConfiguration
Sets the flag indicates that a cache should be provided, if supported.
setValue(Object) - Method in class de.smartics.properties.report.data. PropertyReportItem
Sets the optional value in case this is a runtime report.
setValueColumn(String) - Method in class de.smartics.properties.spi.config.ds. AbstractDataSourceDescriptor.Builder
Sets the name of the property value column.
SimplePropertyValueResolver - Class in de.smartics.properties.spi.config.resolve
Property value resolver implementation using commons-jexl.
SimplePropertyValueResolver(PropertyDescriptorRegistry, ConfigurationProperties) - Constructor for class de.smartics.properties.spi.config.resolve. SimplePropertyValueResolver
Default constructor.
SourceInfo - Class in de.smartics.properties.report.data
Contains information about the source the property is defined in.
SourceInfo(String, String, int) - Constructor for class de.smartics.properties.report.data. SourceInfo
Default constructor.
SYSTEM_PROPERTY_ENVIRONMENT_NAME - Static variable in class de.smartics.properties.api.config.domain.key. ConfigurationKeyHelper
The name of the system property that stores the name of the environment.
SYSTEM_PROPERTY_ENVIRONMENT_NODE - Static variable in class de.smartics.properties.api.config.domain.key. ConfigurationKeyHelper
The name of the system property that stores the node name of the environment.

T

toPath() - Method in class de.smartics.properties.api.config.domain.key. ApplicationId
Returns the string representation of the object as a path.
toSerializable() - Method in interface de.smartics.properties.api.config.domain. ConfigurationProperties
Creates a serializable variant of this implementation.
toSerializable() - Method in interface de.smartics.properties.api.config.domain. ConfigurationPropertiesManagement
Creates a serializable variant of this implementation.
toSerializable() - Method in class de.smartics.properties.impl.config.cache. CacheConfigurationPropertiesManagement
 
toSerializable() - Method in class de.smartics.properties.impl.config.cache. SerializableCacheConfigurationPropertiesManagement
 
toSerializable() - Method in class de.smartics.properties.impl.config.classpath. ClasspathConfigurationProperties
 
toSerializable() - Method in class de.smartics.properties.impl.config.ds. DataSourceConfigurationProperties
 
toSerializable() - Method in class de.smartics.properties.impl.config.properties. PropertiesConfigurationProperties
 
toSerializable() - Method in class de.smartics.properties.spi.config.domain. ConfigurationPropertiesManagementProxy
 
toSerializable() - Method in class de.smartics.properties.spi.config.domain. ConfigurationPropertiesProxy
 
toSerializable() - Method in class de.smartics.properties.spi.config.support. BootConfigurationProperties
 
toSerializable() - Method in class de.smartics.properties.spi.config.support. ConfigurationPropertiesManagementWithDefaults
 
toShortString() - Method in class de.smartics.properties.resource.repository. ArtifactId
Returns the short string representation of the object.
toSimpleString() - Method in class de.smartics.properties.api.core.domain. PropertyType
Returns the simple (no package part) name of the type.
toString() - Method in class de.smartics.properties.api.config.app. FactoryConfiguration
Provides the properties via reflection for displaying debug information.
toString() - Method in class de.smartics.properties.api.config.domain.key. ApplicationId
Returns the string representation of the object.
toString() - Method in class de.smartics.properties.api.config.domain.key. ApplicationIdLoader
Returns the string representation of the object.
toString() - Method in class de.smartics.properties.api.config.domain.key. ConfigurationKey
Returns the string representation of the object.
toString() - Method in class de.smartics.properties.api.config.domain.key. EnvironmentId
Returns the string representation of the object.
toString() - Method in class de.smartics.properties.api.config.domain. Property
Returns the string representation of the object.
toString() - Method in class de.smartics.properties.api.config.domain. PropertyDefinition
Provides the properties via reflection for displaying debug information.
toString() - Method in class de.smartics.properties.api.config.domain. PropertyIndex
Returns the string representation of the object.
toString() - Method in class de.smartics.properties.api.config.domain. PropertyLocation
Returns the string representation of the object.
toString() - Method in class de.smartics.properties.api.config.domain. ResolvedProperty
 
toString() - Method in class de.smartics.properties.api.config.domain. UnknownProperties
Returns the string representation of the object.
toString() - Method in class de.smartics.properties.api.core.domain. PropertiesContext
Returns the string representation of the object.
toString() - Method in class de.smartics.properties.api.core.domain. PropertyComment
Returns the comment text.
toString() - Method in class de.smartics.properties.api.core.domain. PropertyExpression
Returns the name of the type.
toString() - Method in class de.smartics.properties.api.core.domain. PropertyKey
Returns the string representation of the object.
toString() - Method in class de.smartics.properties.api.core.domain. PropertyType
Returns the name of the type.
toString() - Method in class de.smartics.properties.api.core.domain. PropertyValueComment
Returns the string representation of the object.
toString(Locale) - Method in interface de.smartics.properties.api.core.domain. PropertyValueRange
Returns the list of possible values or any form to show the the range of values to select from.
toString() - Method in interface de.smartics.properties.api.core.domain. PropertyValueRange
Returns the list of possible values or any form to show the the range of values to select from using the default locale.
toString() - Method in class de.smartics.properties.impl.config.resource. ResourceConfigurationPropertiesFactory
Returns the string representation of the object.
toString() - Method in class de.smartics.properties.report.data. ReportProblem
Returns the string representation of the object.
toString() - Method in class de.smartics.properties.report.data. SourceInfo
Returns the string representation of the object.
toString() - Method in class de.smartics.properties.resource.repository. ArtifactId
Returns the string representation of the object.
toString() - Method in class de.smartics.properties.resource.repository. ArtifactRef
Returns the string representation of the object.
toString() - Method in class de.smartics.properties.resource.repository. ClassPathEnvironment
Returns the string representation of the object.
toString() - Method in class de.smartics.properties.spi.config.definition. PropertiesDefinitionContext
 
toString() - Method in class de.smartics.properties.spi.config.support. AbstractConfigurationProperties
Returns the string representation of the object.
toString() - Method in class de.smartics.properties.spi.config.support. AbstractConfigurationPropertiesFactory
 
toString() - Method in class de.smartics.properties.spi.config.support. AbstractInMemoryConfigurationProperties
Returns the string representation of the object.
toString() - Method in class de.smartics.properties.spi.config.support. ConfigurationPropertiesManagementWithDefaults
Returns the string representation of the object.
toString() - Method in class de.smartics.properties.spi.config.support. InMemoryPropertiesManager
Returns the string representation of the object.
toString() - Method in class de.smartics.properties.spi.config.support. PropertiesPropertyProvider
Returns the string representation of the object.
toString() - Method in class de.smartics.properties.spi.core.constraint. AbstractPropertyConstraint
Returns the string representation of the object.
toString() - Method in class de.smartics.properties.spi.core.context. MandatoryPropertyContext
Returns the string representation of the object.
toString() - Method in class de.smartics.properties.spi.core.context. PropertyContextProxy
Returns the string representation of the object.
toString() - Method in class de.smartics.properties.spi.core.metadata. MetaInfDocumentMetaDataProxy
Returns the string representation of the object.
toString() - Method in class de.smartics.properties.spi.core.metadata.projectdoc. ProjectdocMetaData
Returns the string representation of the object.
toString() - Method in class de.smartics.properties.spi.core.metadata. PropertyCommentProxy
Returns the string representation of the object.
toString() - Method in class de.smartics.properties.spi.core.metadata. PropertyMetaData
Returns the string representation of the object.
toString() - Method in class de.smartics.properties.spi.core.metadata. PropertyMetaDataDefaults
Returns the string representation of the object.
toString() - Method in class de.smartics.properties.spi.core.registry. ConfigurationRegistry
Returns the string representation of the object.
toString() - Method in class de.smartics.properties.spi.core.registry. InMemoryPropertyDescriptorRegistry
Returns the string representation of the object.
toString() - Method in class de.smartics.properties.spi.core.util. SerializableMethod
 
toString(Locale) - Method in class de.smartics.properties.spi.core.value. CollectionPropertyValueRange
 
toString() - Method in class de.smartics.properties.spi.core.value. CollectionPropertyValueRange
 
toString(Locale) - Method in class de.smartics.properties.spi.core.value. EnumeratedPropertyValueRange
 
toString() - Method in class de.smartics.properties.spi.core.value. EnumeratedPropertyValueRange
 
traverse(AliasTraverser) - Method in class de.smartics.properties.api.core.context.alias. PropertyAliasMapping
Traverses the registered aliases.
traverseAliases(AliasTraverser) - Method in class de.smartics.properties.api.core.domain. PropertiesContext
Traverses the registered aliases.
traverseAliases(AliasTraverser) - Method in interface de.smartics.properties.report.data. PropertyReport
Allows to traverse the collected aliases.
traverseAliases(AliasTraverser) - Method in class de.smartics.properties.reports. AbstractPropertyReport
Allows to traverse the collected aliases.

U

UnknownAliasException - Exception in de.smartics.properties.api.core.context.alias
Signals that an alias is not registered with the system.
UnknownAliasException(String) - Constructor for exception de.smartics.properties.api.core.context.alias. UnknownAliasException
Convenience constructor without a cause.
UnknownAliasException(Throwable, String) - Constructor for exception de.smartics.properties.api.core.context.alias. UnknownAliasException
Default constructor.
UnknownProperties - Class in de.smartics.properties.api.config.domain
The set of unknown properties.
UnknownProperties() - Constructor for class de.smartics.properties.api.config.domain. UnknownProperties
Default constructor.
UnknownPropertyException - Exception in de.smartics.properties.api.config.domain
Signals that a property is unknown.
UnknownPropertyException(ConfigurationKey, String) - Constructor for exception de.smartics.properties.api.config.domain. UnknownPropertyException
Convenience constructor without root cause.
UnknownPropertyException(Throwable, ConfigurationKey, String) - Constructor for exception de.smartics.properties.api.config.domain. UnknownPropertyException
Default Constructor.
UnresolvablePropertyException - Exception in de.smartics.properties.spi.config.resolve
Signals that a property is not resolvable.
UnresolvablePropertyException(String, List<String>) - Constructor for exception de.smartics.properties.spi.config.resolve. UnresolvablePropertyException
Convenience constructor without root cause.
UnresolvablePropertyException(Throwable, String, List<String>) - Constructor for exception de.smartics.properties.spi.config.resolve. UnresolvablePropertyException
Default Constructor.
unsetProperty(PropertyKey) - Method in interface de.smartics.properties.api.config.domain. ConfigurationPropertiesManagement
Unsets the property value for the given key.
unsetProperty(PropertyKey) - Method in class de.smartics.properties.impl.config.cache. AbstractCacheConfigurationPropertiesManagement
 
unsetProperty(PropertyKey) - Method in class de.smartics.properties.spi.config.domain. ConfigurationPropertiesManagementProxy
 
unsetProperty(PropertyKey) - Method in class de.smartics.properties.spi.config.support. AbstractConfigurationPropertiesManagement
 
unsetProperty(PropertyKey) - Method in class de.smartics.properties.spi.config.support. ConfigurationPropertiesManagementWithDefaults
Unsets the property value for the given key.

V

validate() - Method in interface de.smartics.properties.api.config.domain. ConfigurationProperties
Validates all properties in the given configuration in a non-lenient fashion.
validate(boolean) - Method in interface de.smartics.properties.api.config.domain. ConfigurationProperties
Validates all properties in the given configuration.
validate(PropertyDescriptor, T) - Method in interface de.smartics.properties.api.core.domain. PropertyConstraint
Checks if the given value is valid.
validate() - Method in class de.smartics.properties.impl.config.cache. AbstractCacheConfigurationPropertiesManagement
 
validate(boolean) - Method in class de.smartics.properties.impl.config.cache. AbstractCacheConfigurationPropertiesManagement
 
validate() - Method in class de.smartics.properties.spi.config.domain. ConfigurationPropertiesProxy
 
validate(boolean) - Method in class de.smartics.properties.spi.config.domain. ConfigurationPropertiesProxy
 
validate() - Method in class de.smartics.properties.spi.config.support. AbstractConfigurationProperties
 
validate(boolean) - Method in class de.smartics.properties.spi.config.support. AbstractConfigurationPropertiesManagement
 
validate(boolean) - Method in class de.smartics.properties.spi.config.support. ConfigurationPropertiesManagementWithDefaults
 
validate(PropertyCollection) - Method in class de.smartics.properties.spi.config.validation. ConfigurationValidator
Validates the given properties.
validate(PropertyDescriptor, T) - Method in class de.smartics.properties.spi.core.constraint. AbstractPropertyConstraint
 
validate(PropertyDescriptor, Object) - Method in class de.smartics.properties.spi.core.validate. PropertyValidator
Validates if the given value meets the constraints defined by the given descriptor.
ValueComment - Class in de.smartics.properties.report.data
Provides comments for the values of a property.
ValueComment(String) - Constructor for class de.smartics.properties.report.data. ValueComment
Default constructor.
valueOf(String) - Static method in enum de.smartics.properties.api.core.annotations. AccessType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.smartics.properties.api.core.annotations. PropertyDefinitionTime
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.smartics.properties.api.core.annotations. AccessType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.smartics.properties.api.core.annotations. PropertyDefinitionTime
Returns an array containing the constants of this enum type, in the order they are declared.

W

with(PropertyDescriptor) - Method in class de.smartics.properties.report.data. PropertyReportItem.Builder
Sets the descriptor to the property.
with(ValueComment) - Method in class de.smartics.properties.report.data. PropertyReportItem.Builder
Sets the documentation of the possible values to property.
with(SourceInfo) - Method in class de.smartics.properties.report.data. PropertyReportItem.Builder
Sets the information about the source the property was defined in.
with(DocumentMetaData) - Method in class de.smartics.properties.report.data. PropertyReportSet.Builder
Set the document instance metadata.
with(PropertyContextProvider) - Method in class de.smartics.properties.spi.core.metadata. PropertyMetaData.Builder
Sets the context of the property descriptor.
with(PropertyKey) - Method in class de.smartics.properties.spi.core.metadata. PropertyMetaData.Builder
Sets the key of the property.
with(PropertyType) - Method in class de.smartics.properties.spi.core.metadata. PropertyMetaData.Builder
Sets the type of the property value.
with(AccessType) - Method in class de.smartics.properties.spi.core.metadata. PropertyMetaData.Builder
Sets the flag to define the access type.
with(PropertyDefinitionTime) - Method in class de.smartics.properties.spi.core.metadata. PropertyMetaData.Builder
Sets the designed time the property is defined.
with(PropertyExpression) - Method in class de.smartics.properties.spi.core.metadata. PropertyMetaData.Builder
Sets the default expression to evaluate a default property value.
with(PropertyValueRange<?>) - Method in class de.smartics.properties.spi.core.metadata. PropertyMetaData.Builder
Sets the range of values allowed for this property.
with(DocumentMetaDataProxy) - Method in class de.smartics.properties.spi.core.metadata. PropertyMetaData.Builder
Sets the meta data information for the property.
with(PropertyCommentProvider) - Method in class de.smartics.properties.spi.core.metadata. PropertyMetaData.Builder
Sets the comment proxy to the property and its values.
withAlias(String, String) - Method in class de.smartics.properties.api.core.domain. PropertiesContext.Builder
Adds a new alias to the given physical resource.
withArchiveType(String) - Method in class de.smartics.properties.resource.repository. ArtifactId.Builder
Sets the artifact type that is expressed by the artifact's file name extension.
withArtifactId(String) - Method in class de.smartics.properties.api.config.domain.key. ConfigurationKeyBuilder
Sets the name of the application.
withClassifier(String) - Method in class de.smartics.properties.resource.repository. ArtifactId.Builder
Sets the classifier to the artifact.
withComment(String) - Method in class de.smartics.properties.report.data. PropertyReportItem.Builder
Sets the Javadoc comment to the descriptor.
withComment(String) - Method in class de.smartics.properties.report.data. PropertyReportSet.Builder
Sets the Javadoc comment to the descriptor.
withDeclaringType(Class<?>) - Method in class de.smartics.properties.spi.core.metadata. PropertyMetaData.Builder
Sets the type that declares the property that is described by this instance.
withEnvironmentName(String) - Method in class de.smartics.properties.api.config.domain.key. ConfigurationKeyBuilder
Sets the name of the environment.
withGroupId(String) - Method in class de.smartics.properties.api.config.domain.key. ConfigurationKeyBuilder
Sets the group the application belongs to.
withGroupId(String) - Method in class de.smartics.properties.resource.repository. ArtifactId.Builder
Sets the group the artifact belongs to.
withHomePageUrl(String) - Method in class de.smartics.properties.api.core.domain. PropertiesContext.Builder
Sets the URL to the home page of the project.
withLocales(List<Locale>) - Method in class de.smartics.properties.api.core.domain. PropertiesContext.Builder
Sets the list of supported locales.
withName(String) - Method in class de.smartics.properties.resource.repository. ArtifactId.Builder
Sets the name of the artifact.
withNode(String) - Method in class de.smartics.properties.api.config.domain.key. ConfigurationKeyBuilder
Sets the optional identifier of the node within the given environment.
withPropertiesReportUrl(String) - Method in class de.smartics.properties.api.core.domain. PropertiesContext.Builder
Sets the URL to the root directory of smartics properties reports.
withPropertySetName(String) - Method in class de.smartics.properties.report.data. PropertyReportSet.Builder
Sets the name of the property set as read from the PropertySet annotation.
withText(String) - Method in class de.smartics.properties.api.core.domain. PropertyComment.Builder
Sets the text of the comment.
withType(String) - Method in class de.smartics.properties.report.data. PropertyReportSet.Builder
Sets the type that defines the report set, if no name is specified explicitly.
withUpdateIntervalInMs(long) - Method in class de.smartics.properties.spi.core.metadata. PropertyMetaData.Builder
Sets the update interval in milliseconds (ms).
withValueComment(PropertyValueComment) - Method in class de.smartics.properties.api.core.domain. PropertyComment.Builder
Sets the comment of the property values.
withVersion(String) - Method in class de.smartics.properties.api.config.domain.key. ConfigurationKeyBuilder
Sets the version of the application.
withVersion(String) - Method in class de.smartics.properties.resource.repository. ArtifactId.Builder
Sets the version of the artifact.
write(PropertiesContext, OutputStream) - Method in class de.smartics.properties.spi.core.context. DeclarationConfigWriter
Writes the configuration to the given stream.

X

XmlPropertyReport - Class in de.smartics.properties.reports
Writes each report to a file.
XmlPropertyReport(StreamHandler, StreamHandler) - Constructor for class de.smartics.properties.reports. XmlPropertyReport
Default constructor.

A B C D E F G H I J L M N O P R S T U V W X

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