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

A

AbstractAdminModeConfigurationProperties - Class in de.smartics.properties.spi.config.support
Base implementation to support administration modes.
AbstractAdminModeConfigurationProperties() - Constructor for class de.smartics.properties.spi.config.support. AbstractAdminModeConfigurationProperties
Constructor for serializable subclasses.
AbstractAdminModeConfigurationProperties(ConfigurationKey<?>, PropertyDescriptorRegistry, PropertyValueSecurity) - Constructor for class de.smartics.properties.spi.config.support. AbstractAdminModeConfigurationProperties
Default constructor.
AbstractAdminModeSupportedPropertiesManagement - Class in de.smartics.properties.api.config.domain
Base implementation to support administration modes.
AbstractAdminModeSupportedPropertiesManagement() - Constructor for class de.smartics.properties.api.config.domain. AbstractAdminModeSupportedPropertiesManagement
 
AbstractBaseMessageBean - Class in de.smartics.properties.api.core.app
Base implementation of all message beans used in this library.
AbstractBaseMessageBean(PropertiesCode) - Constructor for class de.smartics.properties.api.core.app. AbstractBaseMessageBean
Constructor without a cause.
AbstractBaseMessageBean(PropertiesCode, Throwable) - Constructor for class de.smartics.properties.api.core.app. AbstractBaseMessageBean
Default constructor.
AbstractCacheConfigurationPropertiesManagement - Class in de.smartics.properties.impl.config.cache
A delegate that provides a cache.
AbstractCacheConfigurationPropertiesManagement(ConfigurationKey<?>) - 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.
AbstractConfigurationKey< T extends AbstractConfigurationKey< T>> - Class in de.smartics.properties.impl.config.domain.key.envapp
Abstract base implementation to be extended by subclasses that want to add additional key components to environment and application.
AbstractConfigurationKey(EnvironmentId, ApplicationId) - Constructor for class de.smartics.properties.impl.config.domain.key.envapp. AbstractConfigurationKey
Default constructor.
AbstractConfigurationKey(T, ApplicationId) - Constructor for class de.smartics.properties.impl.config.domain.key.envapp. AbstractConfigurationKey
Copy constructor.
AbstractConfigurationProperties - Class in de.smartics.properties.spi.config.support
Abstract implementation of the ConfigurationProperties interface.
AbstractConfigurationProperties() - Constructor for class de.smartics.properties.spi.config.support. AbstractConfigurationProperties
Constructor for serializable subclasses.
AbstractConfigurationProperties(ConfigurationKey<?>, PropertyDescriptorRegistry, PropertyValueSecurity) - 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 ConfigurationPropertiesManagementFactory.
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, PropertyValueSecurity) - 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
 
AbstractDefinitionConfigParser< T extends PropertiesDefinitionContext> - Class in de.smartics.properties.impl.config.domain.key.envapp
Base implementation for parsing a definition.xml file for properties.
AbstractDefinitionConfigParser(Namespace) - Constructor for class de.smartics.properties.impl.config.domain.key.envapp. AbstractDefinitionConfigParser
Default constructor.
AbstractEsapiPropertyValueSecurity - Class in de.smartics.properties.security.esapi
Base implementation based on OWASP ESAPI.
AbstractEsapiPropertyValueSecurity() - Constructor for class de.smartics.properties.security.esapi. AbstractEsapiPropertyValueSecurity
Default constructor.
AbstractExternalConfigurationPropertiesManagement - Class in de.smartics.properties.spi.config.support
Abstract implementation of the ConfigurationProperties interface.
AbstractExternalConfigurationPropertiesManagement() - Constructor for class de.smartics.properties.spi.config.support. AbstractExternalConfigurationPropertiesManagement
Constructor for serializable subclasses.
AbstractExternalConfigurationPropertiesManagement(ConfigurationKey<?>, PropertyDescriptorRegistry, PropertyValueSecurity) - Constructor for class de.smartics.properties.spi.config.support. AbstractExternalConfigurationPropertiesManagement
Default constructor.
AbstractHSqlDataSourceProxy - Class in de.smartics.properties.impl.config.ds.hsql
Data source proxy to create HSQL data sources.
AbstractHSqlDataSourceProxy() - Constructor for class de.smartics.properties.impl.config.ds.hsql. AbstractHSqlDataSourceProxy
Default constructor.
AbstractInMemoryConfigurationProperties - Class in de.smartics.properties.spi.config.support
An implementation that stores all properties in-memory.
AbstractInMemoryConfigurationProperties(ConfigurationKey<?>, PropertyDescriptorRegistry, PropertyValueSecurity) - 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, PropertyValueSecurity) - 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.
AbstractMySqlDataSourceProxy - Class in de.smartics.properties.impl.config.ds.mysql
Data source proxy to create MySQL data sources.
AbstractMySqlDataSourceProxy() - Constructor for class de.smartics.properties.impl.config.ds.mysql. AbstractMySqlDataSourceProxy
Default constructor.
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.
AbstractPropertiesDefinitionContext - Class in de.smartics.properties.impl.config.domain.key.envapp
Contains information from the definition.xml that is contained in archives providing property information, based on environment and application.
AbstractPropertiesDefinitionContext() - Constructor for class de.smartics.properties.impl.config.domain.key.envapp. AbstractPropertiesDefinitionContext
Convenience constructor using the default TLDs and not registering any environments, nodes or groups.
AbstractPropertiesDefinitionContext(Set<String>, Set<String>, Set<String>) - Constructor for class de.smartics.properties.impl.config.domain.key.envapp. AbstractPropertiesDefinitionContext
Convenience constructor using the default TLDs and no explicit files.
AbstractPropertiesDefinitionContext(Set<String>, Set<String>, Set<String>, Set<String>) - Constructor for class de.smartics.properties.impl.config.domain.key.envapp. AbstractPropertiesDefinitionContext
Convenience constructor without an explicit path to configuration key mapping.
AbstractPropertiesDefinitionContext(Set<String>, Set<String>, Set<String>, PropertyResourceMatchers) - Constructor for class de.smartics.properties.impl.config.domain.key.envapp. AbstractPropertiesDefinitionContext
Convenience constructor using the default TLDs.
AbstractPropertiesDefinitionContext(Set<String>, Set<String>, Set<String>, Set<String>, PropertyResourceMatchers) - Constructor for class de.smartics.properties.impl.config.domain.key.envapp. AbstractPropertiesDefinitionContext
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.
AbstractPropertyValueSecurity - Class in de.smartics.properties.api.core.security
Base implementation based on Java security.
AbstractPropertyValueSecurity() - Constructor for class de.smartics.properties.api.core.security. AbstractPropertyValueSecurity
Default constructor.
AbstractServiceFactory< T> - Class in de.smartics.properties.resource.util
A factory to create instances of a given type using the Java Service API.
AbstractServiceFactory(Class<T>) - Constructor for class de.smartics.properties.resource.util. AbstractServiceFactory
Default constructor.
accept(DependencyNode, List<DependencyNode>) - Method in class de.smartics.properties.resource.maven.repository.filter. GroupPrefixFilter
 
accept(DependencyNode, List<DependencyNode>) - Method in class de.smartics.properties.resource.maven.repository.filter. TestScopeFilter
 
accepts(String) - Method in class de.smartics.properties.impl.config.ds.hsql. HSqlDataSourceConnector
 
accepts(String) - Method in class de.smartics.properties.impl.config.ds.mysql. MySqlDataSourceConnector
 
accepts(String) - Method in interface de.smartics.properties.spi.config.ds. DataSourceConnector
Checks if the implementation is designed to deal with a database identified by the given String.
AccessType - Enum in de.smartics.properties.api.core.annotations
Defines the type of the access to properties.
adapter() - Method in class de.smartics.properties.impl.config.domain.key.rtaware. RuntimeAdapterManager
Returns the configured context instance to access configuration key helpers.
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(PropertyCollection) - Method in class de.smartics.properties.spi.config.support. MultiPropertyCollection
Adds the given collection to this set.
add(PropertyConstraint<?>) - Method in class de.smartics.properties.spi.core.metadata. PropertyMetaData.Builder
Adds the given constraint to the list of constraints.
addAnyArtifactRef(ArtifactRef) - Method in class de.smartics.properties.resource.domain. ClassPathEnvironment
Adds the given artifact reference to the list of artifact references.
addArchiveArtifactRef(ArtifactRef) - Method in class de.smartics.properties.resource.domain. ClassPathEnvironment
Adds the given artifact reference to the list of artifact references.
addAudience(String) - Method in class de.smartics.properties.api.core.domain. ProjectdocMetaData
Adds the member to the intended audience of this document.
addCategory(String) - Method in class de.smartics.properties.api.core.domain. 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() - 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(PropertyProvider) - Method in interface de.smartics.properties.api.config.domain. ConfigurationPropertiesManagement
Adds the given definitions to this configuration.
addDefinitions(PropertyProvider) - Method in class de.smartics.properties.impl.config.cache. AbstractCacheConfigurationPropertiesManagement
 
addDefinitions(PropertyProvider) - Method in class de.smartics.properties.spi.config.domain. ConfigurationPropertiesManagementProxy
 
addDefinitions(PropertyProvider) - Method in class de.smartics.properties.spi.config.support. AbstractConfigurationPropertiesManagement
 
addDefinitions(PropertyProvider) - Method in class de.smartics.properties.spi.config.support. ConfigurationPropertiesManagementWithDefaults
 
addDefinitionsToStore(PropertyProvider) - Method in class de.smartics.properties.impl.config.jndi. JndiConfigurationProperties
Implementations decide whether or not registered definitions should be written to the store.
addDefinitionsToStore(PropertyProvider) - Method in class de.smartics.properties.spi.config.support. AbstractConfigurationPropertiesManagement
Implementations decide whether or not registered definitions should be written to the store.
addDefinitionsToStore(PropertyProvider) - Method in class de.smartics.properties.spi.config.support. AbstractExternalConfigurationPropertiesManagement
 
addDefinitionsToStore(PropertyProvider) - Method in class de.smartics.properties.spi.config.support. AbstractInMemoryConfigurationProperties
 
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
 
addDescriptors(Class<?>) - Method in class de.smartics.properties.spi.core.registry. InMemoryPropertyDescriptorRegistry
 
addDescriptors(Class<?>...) - Method in class de.smartics.properties.spi.core.registry. InMemoryPropertyDescriptorRegistry
 
addDescriptors(Set<Class<?>>) - Method in class de.smartics.properties.spi.core.registry. InMemoryPropertyDescriptorRegistry
 
addElement(List<String>, String) - Static method in class de.smartics.properties.api.core.domain. 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.api.core.domain. ProjectdocMetaData
Adds a note.
addParent(String) - Method in class de.smartics.properties.api.core.domain. 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
 
addPropertyDefinitions(DefinitionConfigParser<?>, ClassPathEnvironment) - Method in class de.smartics.properties.spi.config.transfer. PropertyProviderList
Resolves the environment to property providers and adds them.
addPropertyProvider(PropertyProvider) - Method in class de.smartics.properties.spi.config.transfer. PropertyProviderList
Adds a property provider.
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
 
addRootFolder(File) - Method in class de.smartics.properties.resource.filesystem.heap. FileSystemResourceHeap
Adds a root folder to check for property resources.
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.spi.config.support. AbstractConfigurationPropertiesFactory
 
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.
addRootUrls(ArtifactId) - Method in interface de.smartics.properties.spi.config.support. ConfigurationPropertiesManagementFactory
Adds the URLs derived from the dependencies provided by the given artifactId to the locations to search for property declarations and definitions.
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.api.core.domain. ProjectdocMetaData
Adds a tag.
addValueComment(Object, String) - Method in class de.smartics.properties.api.core.domain. PropertyValueComment
Adds the comment for the given value.
adjustPath(String) - Method in enum de.smartics.properties.config.transfer.filesystem. PropertiesFormat
Adjusts the file name in this way that it contains the correct extension for the given type.
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.
AmnesiaCache< K, V> - Class in de.smartics.properties.spi.config.cache
Fake implementation of a cache.
AmnesiaCache() - Constructor for class de.smartics.properties.spi.config.cache. AmnesiaCache
 
AmnesiaCacheManager - Class in de.smartics.properties.spi.config.cache
The cache manager implementation for a fake cache, that does nothing.
AmnesiaCacheManager() - Constructor for class de.smartics.properties.spi.config.cache. AmnesiaCacheManager
Default constructor.
AnnotationHelper - Class in de.smartics.properties.spi.core.metadata.projectdoc
Helper to parse projectdoc annotations.
AnnotationHelper() - Constructor for class de.smartics.properties.spi.core.metadata.projectdoc. AnnotationHelper
Default constructor.
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.
ANY_TENANT - Static variable in class de.smartics.properties.impl.config.domain.key.rtaware. TenantId
Defines the ID for any tenant.
ANY_USER - Static variable in class de.smartics.properties.impl.config.domain.key.rtaware. UserId
Defines the ID for any user.
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.domain
Identifies an artifact of resources.
ArtifactId.Builder - Class in de.smartics.properties.resource.domain
Builder to create instances of ArtifactId.
ArtifactId.Builder() - Constructor for class de.smartics.properties.resource.domain. ArtifactId.Builder
 
ArtifactIdMessageBean - Class in de.smartics.properties.resource.maven.repository
Provides context information for transfer problems dealing with an artifact.
ArtifactIdMessageBean(ArtifactId) - Constructor for class de.smartics.properties.resource.maven.repository. ArtifactIdMessageBean
Constructor without cause.
ArtifactIdMessageBean(Throwable, ArtifactId) - Constructor for class de.smartics.properties.resource.maven.repository. ArtifactIdMessageBean
Default constructor.
ArtifactRef - Class in de.smartics.properties.resource.domain
An artifact identifier including a physical reference to an exemplar of the artifact.
ArtifactRef(ArtifactId, URL) - Constructor for class de.smartics.properties.resource.domain. ArtifactRef
Default constructor.
AutodetectDataSourceConfigurationPropertiesFactory - Class in de.smartics.properties.impl.config.ds
Factory, configured by properties in the "META-INF/smartics-properties/datasource.properties" folder, to create instances of DataSourceConfigurationProperties.
AutodetectDataSourceConfigurationPropertiesFactory() - Constructor for class de.smartics.properties.impl.config.ds. AutodetectDataSourceConfigurationPropertiesFactory
Default constructor.
AutodetectDataSourceConfigurationPropertiesFactory(DataSourceConfiguration) - Constructor for class de.smartics.properties.impl.config.ds. AutodetectDataSourceConfigurationPropertiesFactory
Constructor that enables the configuration to be set.
AutodetectDataSourceResourceConfigurationPropertiesFactory - Class in de.smartics.properties.impl.config.resource
Factory to create instances of ConfigurationPropertiesManagement being based on a delegate passed to it.
AutodetectDataSourceResourceConfigurationPropertiesFactory() - Constructor for class de.smartics.properties.impl.config.resource. AutodetectDataSourceResourceConfigurationPropertiesFactory
Default constructor.
AutodetectDataSourceResourceConfigurationPropertiesFactory(DataSourceConfiguration) - Constructor for class de.smartics.properties.impl.config.resource. AutodetectDataSourceResourceConfigurationPropertiesFactory
Constructor that enables the configuration to be set.

B

Base64PropertyValueSecurity - Class in de.smartics.properties.api.core.security
Not a security implementation, but one that obscures plain values by using a reversible Base64 encoding.
Base64PropertyValueSecurity() - Constructor for class de.smartics.properties.api.core.security. Base64PropertyValueSecurity
Default constructor.
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
 
boot(Context) - Static method in class de.smartics.properties.api.core.app. JndiContext
Provides access to the boot properties within a JNDI context.
BOOT_PROPERTIES_HOME - Static variable in class de.smartics.properties.api.core.domain. PropertiesContext
The path to the folder within "META-INF/smartics-properties" where boot properties resources are located.
BootConfigurationProperties - Class in de.smartics.properties.spi.config.support
Implementation based on Properties.
BootConfigurationProperties(PropertyDescriptorRegistry, PropertyValueSecurity) - 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.core.domain. PropertiesContext.Builder
Creates the instance.
build() - Method in class de.smartics.properties.api.core.domain. PropertyCategories.Builder
Builds 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.config.transfer.templatestream. TableDescriptor.Builder
Builds an instance of the descriptor.
build() - Method in class de.smartics.properties.impl.config.domain.key.envapp. EnvAppConfigurationKeyBuilder
Creates an ConfigurationKey instance.
build() - Method in class de.smartics.properties.impl.config.ds. DataSourceConfigurationBuilder
Creates an DataSourceConfiguration 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.domain. ArtifactId.Builder
Creates an instance of ArtifactId.
build() - Method in class de.smartics.properties.resource.util. TypeProblemMessageBean.Builder
Creates the instance.
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

Cache< K, V> - Interface in de.smartics.properties.spi.config.cache
The cache interface for all caches for smartics properties.
CACHE_CODE_START - Static variable in class de.smartics.properties.api.config.codes. LibraryCodeNumbers
The start number of the cache codes.
CACHE_ID - Static variable in class de.smartics.properties.spi.config.cache. CacheConfigurationLoader
The identifier of the cache configuration that provides the properties.
CacheCode - Enum in de.smartics.properties.spi.config.cache
Codes dealing with cache problems.
CacheConfigurationJndiLoader - Class in de.smartics.properties.spi.config.cache
Responsible to read JNDI configuration properties to connect to a cache stored via JNDI.
CacheConfigurationJndiLoader() - Constructor for class de.smartics.properties.spi.config.cache. CacheConfigurationJndiLoader
Default constructor.
CacheConfigurationLoader - Class in de.smartics.properties.spi.config.cache
Responsible to read configuration properties to connect to a cache stored via JNDI.
CacheConfigurationLoader() - Constructor for class de.smartics.properties.spi.config.cache. CacheConfigurationLoader
Default constructor.
CacheConfigurationPropertiesLoader - Class in de.smartics.properties.spi.config.cache
Responsible to read configuration properties to connect to a cache stored via JNDI.
CacheConfigurationPropertiesLoader() - Constructor for class de.smartics.properties.spi.config.cache. CacheConfigurationPropertiesLoader
Default constructor.
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.
CacheEntryConfiguration - Class in de.smartics.properties.spi.config.cache
The configuration for cache entries.
CacheEntryConfiguration(CacheEntryConfigurationType) - Constructor for class de.smartics.properties.spi.config.cache. CacheEntryConfiguration
Constructor to build an cache configuration for an entry.
CacheEntryConfigurationType - Enum in de.smartics.properties.spi.config.cache
The types of cache entries for which a configuration can be retrieved via system properties.
CacheException - Exception in de.smartics.properties.spi.config.cache
Signals problems with accessing a cache storing properties.
CacheException(CacheMessageBean) - Constructor for exception de.smartics.properties.spi.config.cache. CacheException
Default constructor.
CacheManager - Interface in de.smartics.properties.spi.config.cache
Interface to use caches.
CacheManagerFactory - Class in de.smartics.properties.spi.config.cache
Creates instances of the CacheManager.
CacheMessageBean - Class in de.smartics.properties.spi.config.cache
Provides context information for problems dealing with caches.
CacheMessageBean(CacheCode, String, String, String) - Constructor for class de.smartics.properties.spi.config.cache. CacheMessageBean
Constructor without cause.
CacheMessageBean(CacheCode, Throwable, String, String, String) - Constructor for class de.smartics.properties.spi.config.cache. CacheMessageBean
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.
calcPath(PropertyDescriptor, Locale) - Method in class de.smartics.properties.spi.core.metadata.projectdoc. ProjectdocMetaDataParser
Calculates the path to a resource to be parsed.
calcPath(PropertyDescriptor, Locale) - Method in class de.smartics.properties.spi.core.metadata.projectdoc. PropertyProjectdocParser
 
calcPath(PropertyDescriptor, Locale) - Method in class de.smartics.properties.spi.core.metadata.projectdoc. PropertySetProjectdocParser
 
CannotWriteToStreamTransferMessageBean - Class in de.smartics.properties.config.transfer.templatestream
Signals that the transfer cannot be run to the specified stream.
CannotWriteToStreamTransferMessageBean(Throwable, File) - Constructor for class de.smartics.properties.config.transfer.templatestream. CannotWriteToStreamTransferMessageBean
Default constructor.
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.
CLASSPATH_LOCATION - Static variable in class de.smartics.properties.impl.config.ds. DataSourceConfigurationLoader
The location within the classpath to find the configuration file to load.
CLASSPATH_LOCATION - Static variable in class de.smartics.properties.impl.config.ds. DataSourceConfigurationPropertiesLoader
The location within the classpath to find the configuration file to load.
CLASSPATH_LOCATION - Static variable in class de.smartics.properties.spi.config.cache. CacheConfigurationPropertiesLoader
The location within the classpath to find the configuration file to load.
ClasspathConfigurationProperties - Class in de.smartics.properties.impl.config.classpath
Implementation based on Properties.
ClasspathConfigurationProperties(PropertyValueSecurity) - Constructor for class de.smartics.properties.impl.config.classpath. ClasspathConfigurationProperties
Convenience constructor using its own registry and an artificial key.
ClasspathConfigurationProperties(boolean, PropertyValueSecurity) - 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<?>, PropertyValueSecurity) - Constructor for class de.smartics.properties.impl.config.classpath. ClasspathConfigurationProperties
Convenience constructor using its own registry.
ClasspathConfigurationProperties(ConfigurationKey<?>, PropertyDescriptorRegistry, PropertyValueSecurity) - 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.domain
Defines the environment of class path resources to access.
ClassPathEnvironment() - Constructor for class de.smartics.properties.resource.domain. ClassPathEnvironment
Default constructor.
ClassPathEnvironment(ArtifactRef...) - Constructor for class de.smartics.properties.resource.domain. ClassPathEnvironment
Convenience constructor that allows to add artifact references to create an initial list.
ClassPathEnvironment(List<ArtifactRef>) - Constructor for class de.smartics.properties.resource.domain. ClassPathEnvironment
Convenience constructor that allows to add artifact references to create an initial list.
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, PropertyValueSecurity) - 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.
cleanHtmlAndJavadoc(String) - Method in class de.smartics.properties.utils. HtmlUtils
Cleans up the HTML fragment and thereby also cleans Javadoc fragments.
cleanJDom(String) - Method in class de.smartics.properties.utils. HtmlUtils
Cleans up the HTML fragment.
cleanUp() - Static method in class de.smartics.properties.api.config.domain. ConfigControl
Removes the thread-local configuration control.
clear() - Method in interface de.smartics.properties.api.config.transfer. PropertySink
Removes all information from the sink.
clear() - Method in class de.smartics.properties.config.transfer.filesystem. FileSystemPropertySink
 
clear() - Method in class de.smartics.properties.config.transfer.jdbc. JdbcPropertySink
 
clear() - Method in class de.smartics.properties.config.transfer.templatestream. StreamPropertySink
Removes all information from the sink.
clear(String) - Method in class de.smartics.properties.spi.config.cache. AmnesiaCacheManager
Clears the cache with the given name.
clear(String) - Method in interface de.smartics.properties.spi.config.cache. CacheManager
Clears the cache with the given name.
clear(String) - Static method in class de.smartics.properties.spi.config.cache. CacheManagerFactory
Clears the cache with the given name.
clear(String) - Method in class de.smartics.properties.spi.config.cache. InMemoryCacheManager
Clears the cache with the given name.
clearAll() - Method in class de.smartics.properties.spi.config.cache. AmnesiaCacheManager
Removes all keys from all caches.
clearAll() - Method in interface de.smartics.properties.spi.config.cache. CacheManager
Removes all keys from all caches.
clearAll() - Static method in class de.smartics.properties.spi.config.cache. CacheManagerFactory
Removes all keys from all caches.
clearAll() - Method in class de.smartics.properties.spi.config.cache. InMemoryCacheManager
Removes all keys from all caches.
close() - Method in interface de.smartics.properties.api.config.domain. PropertyCollection
Releases all resources used by this collection.
close() - Method in interface de.smartics.properties.api.config.transfer. PropertySink
Closes the sink.
close() - Method in class de.smartics.properties.config.transfer.filesystem. FileSystemPropertySink
Closes the sink.
close() - Method in class de.smartics.properties.config.transfer.jdbc. JdbcPropertySink
Closes the sink.
close() - Method in class de.smartics.properties.config.transfer.templatestream. StreamPropertySink
Closes the sink.
close() - Method in class de.smartics.properties.spi.config.ds. DsPropertyCollection
Closes the collection to release the underlying connection.
close() - Method in class de.smartics.properties.spi.config.support. MappedPropertyCollection
 
close() - Method in class de.smartics.properties.spi.config.support. MultiPropertyCollection
Releases all resources used by this collection.
close() - Method in class de.smartics.properties.spi.config.support. NativePropertyCollection
 
close() - Method in class de.smartics.properties.spi.config.support. PropertiesPropertyCollection
 
collection(Throwable, ConfigurationKey<?>) - Static method in class de.smartics.properties.api.config.domain. PropertyStoreMessageBean
Creates a message bean for PropertyStoreCode.CANNOT_GET_PROPERTY_COLLECTION.
collection(Throwable, ConfigurationKey<?>) - Static method in class de.smartics.properties.impl.config.jndi. JndiPropertyStoreMessageBean
Creates a message bean for JndiPropertyStoreCode.CANNOT_GET_PROPERTY_COLLECTION.
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(T) - Method in interface 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(DocumentName) - Method in class de.smartics.properties.api.core.domain. DocumentName
Compares the names of the instances.
compareTo(PropertyKey) - Method in class de.smartics.properties.api.core.domain. PropertyKey
 
compareTo(T) - Method in class de.smartics.properties.impl.config.domain.key.envapp. AbstractConfigurationKey
 
compareTo(TenantId) - Method in class de.smartics.properties.impl.config.domain.key.rtaware. TenantId
 
compareTo(TenantUserConfigurationKey) - Method in class de.smartics.properties.impl.config.domain.key.rtaware. TenantUserConfigurationKey
 
compareTo(UserId) - Method in class de.smartics.properties.impl.config.domain.key.rtaware. UserId
 
compareTo(ArtifactId) - Method in class de.smartics.properties.resource.domain. 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 root cause.
CompoundConfigurationException(Throwable, ConfigurationKey<?>, List<ConfigurationException>) - Constructor for exception de.smartics.properties.api.config.domain. CompoundConfigurationException
Default constructor.
CompoundKey - Class in de.smartics.properties.spi.config.cache
A compound key consists of two key parts the virtual cache name and the name of the property key.
CompoundKey(String, Object) - Constructor for class de.smartics.properties.spi.config.cache. CompoundKey
Constructor to crate a compound key.
CompoundKeyHandlingCacheListener - Class in de.smartics.properties.spi.config.cache
This Listener handles the compound keys.
CompoundKeyHandlingCacheListener() - Constructor for class de.smartics.properties.spi.config.cache. CompoundKeyHandlingCacheListener
 
config(Context, String) - Static method in class de.smartics.properties.api.core.app. JndiContext
Provides access to the custom properties within a JNDI context.
CONFIG_CODE_START - Static variable in class de.smartics.properties.api.core.app. LibraryCodeNumbers
The start number of configuration codes.
CONFIG_SOURCE_ID - Static variable in class de.smartics.properties.impl.config.ds. DataSourceConfiguration
The identifier of the configuration for the data source.
ConfigCode - Enum in de.smartics.properties.api.core.domain
Codes dealing with property problems.
ConfigControl - Class in de.smartics.properties.api.config.domain
Controls how configurations are configured within a given thread.
ConfigControl(boolean) - Constructor for class de.smartics.properties.api.config.domain. ConfigControl
Default constructor.
ConfigException - Exception in de.smartics.properties.api.core.domain
Signals that a properties configuration cannot be parsed.
ConfigException(ConfigMessageBean) - Constructor for exception de.smartics.properties.api.core.domain. ConfigException
Default constructor.
configFailure(Throwable, String) - Static method in class de.smartics.properties.spi.config.cache. CacheMessageBean
Returns a message bean signaling that the cache configuration file cannot be loaded.
ConfigMessageBean - Class in de.smartics.properties.api.core.domain
Provides information about problems encountered when properties definitions cannot be parsed.
CONFIGURATION_CODE_START - Static variable in class de.smartics.properties.api.config.codes. LibraryCodeNumbers
The start number of the configuration codes.
ConfigurationCode - Enum in de.smartics.properties.api.config.domain
Codes dealing with property problems.
ConfigurationException - Exception in de.smartics.properties.api.config.domain
Signals problems with a configuration.
ConfigurationException(ConfigurationsCode, ConfigurationKey<?>) - Constructor for exception de.smartics.properties.api.config.domain. ConfigurationException
Default constructor.
ConfigurationException(ConfigurationsCode, Throwable, ConfigurationKey<?>) - Constructor for exception de.smartics.properties.api.config.domain. ConfigurationException
Default constructor.
ConfigurationException(ConfigurationMessageBean) - Constructor for exception de.smartics.properties.api.config.domain. ConfigurationException
Default constructor with message bean.
ConfigurationFactoryException - Exception in de.smartics.properties.api.config.app
Signals factory problems on creating instances of ConfigurationPropertiesFactory.
ConfigurationFactoryException() - Constructor for exception de.smartics.properties.api.config.app. ConfigurationFactoryException
Constructor without a cause.
ConfigurationFactoryException(Throwable) - Constructor for exception de.smartics.properties.api.config.app. ConfigurationFactoryException
Default constructor.
ConfigurationFactoryException(MessageBean) - Constructor for exception de.smartics.properties.api.config.app. ConfigurationFactoryException
Default constructor with message bean.
ConfigurationKey< T extends ConfigurationKey<?>> - Interface in de.smartics.properties.api.config.domain.key
The configuration key identifies a configuration.
ConfigurationKeyContext - Interface in de.smartics.properties.spi.config.domain.key
Provides access to utilities to deal with configuration keys.
ConfigurationKeyContextManager - Class in de.smartics.properties.spi.config.domain.key
Provides access to the manager and configuration key implementations.
ConfigurationKeyFactory< T extends ConfigurationKey<?>> - Interface in de.smartics.properties.api.config.domain.key
A factory to create special configuration keys.
configurationKeyFactory() - Method in class de.smartics.properties.impl.config.domain.key.envapp. EnvAppConfigurationKeyContext
 
configurationKeyFactory() - Method in class de.smartics.properties.impl.config.domain.key.rtaware. TenantUserConfigurationKeyContext
 
configurationKeyFactory() - Method in interface de.smartics.properties.spi.config.domain.key. ConfigurationKeyContext
Provides access to the configuration key factory.
ConfigurationKeyHelper - Interface in de.smartics.properties.api.config.domain.key
Helper to construct configuration keys.
configurationKeyHelper(boolean) - Method in class de.smartics.properties.impl.config.domain.key.envapp. EnvAppConfigurationKeyContext
 
configurationKeyHelper(boolean) - Method in class de.smartics.properties.impl.config.domain.key.rtaware. TenantUserConfigurationKeyContext
 
configurationKeyHelper(boolean) - Method in interface de.smartics.properties.spi.config.domain.key. ConfigurationKeyContext
Provides a helper to create a configuration key at runtime.
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.
ConfigurationMessageBean - Class in de.smartics.properties.api.config.domain
Provides context information for transfer problems.
ConfigurationMessageBean(ConfigurationsCode, ConfigurationKey<?>) - Constructor for class de.smartics.properties.api.config.domain. ConfigurationMessageBean
Constructor without cause.
ConfigurationMessageBean(ConfigurationsCode, Throwable, ConfigurationKey<?>) - Constructor for class de.smartics.properties.api.config.domain. ConfigurationMessageBean
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.
ConfigurationPropertiesManagementFactory - Interface in de.smartics.properties.spi.config.support
Factory to create instances of ConfigurationPropertiesManagement.
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.
ConfigurationRootException - Exception in de.smartics.properties.api.config.codes
Base exception of the library for signaling an unspecific cause.
ConfigurationRootException(ConfigurationsCode) - Constructor for exception de.smartics.properties.api.config.codes. ConfigurationRootException
Constructor with error code and no cause for exceptions that do no provide its context as a message bean.
ConfigurationRootException(Throwable, ConfigurationsCode) - Constructor for exception de.smartics.properties.api.config.codes. ConfigurationRootException
Constructor with cause and code for exceptions that do no provide its context as a message bean.
ConfigurationRootException(MessageBean) - Constructor for exception de.smartics.properties.api.config.codes. ConfigurationRootException
Default constructor with message bean.
ConfigurationsCode - Interface in de.smartics.properties.api.config.codes
Tagging interface to type all codes used in this library.
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, 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
 
context() - Method in class de.smartics.properties.spi.config.domain.key. ConfigurationKeyContextManager
Returns the configured context instance to access configuration key helpers.
context - Variable in class de.smartics.properties.spi.core.metadata.projectdoc. ProjectdocMetaDataParser
The properties context to fetch information from the META-INF folder.
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() - Method in interface de.smartics.properties.api.config.transfer. PropertySinkFactory
Creates an instance of PropertySink.
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.config.transfer.filesystem. Factory
 
create() - Method in class de.smartics.properties.config.transfer.jdbc. Factory
 
create() - Method in class de.smartics.properties.config.transfer.templatestream. CsvFactory
 
create() - Method in class de.smartics.properties.config.transfer.templatestream. Factory
Creates an instance of PropertySink.
create() - Method in class de.smartics.properties.config.transfer.templatestream. XmlFactory
Creates an instance of PropertySink.
create() - Method in class de.smartics.properties.impl.config.classpath. ClasspathConfigurationPropertiesFactory
Creates a configuration properties instance for an artificial key.
create(JndiDataSourceProxy) - Method in class de.smartics.properties.impl.config.ds.hsql. HSqlDataSourceConnector
 
create(String, String, String) - Method in class de.smartics.properties.impl.config.ds.hsql. HSqlDataSourceConnector
 
create() - Static method in class de.smartics.properties.impl.config.ds.hsql. HSqlDataSourceProxy
Factory method to create with URL jdbc:hsqldb:mem:configmemdb.
create(String) - Static method in class de.smartics.properties.impl.config.ds.hsql. HSqlDataSourceProxy
Factory method to create with the given connection URL using user SA and no password.
create(String, String, String) - Static method in class de.smartics.properties.impl.config.ds.hsql. HSqlDataSourceProxy
Factory method to create with the given connection URL using the given credentials.
create(JndiDataSourceProxy) - Method in class de.smartics.properties.impl.config.ds.mysql. MySqlDataSourceConnector
 
create(String, String, String) - Method in class de.smartics.properties.impl.config.ds.mysql. MySqlDataSourceConnector
 
create() - Static method in class de.smartics.properties.impl.config.ds.mysql. MySqlDataSourceProxy
Factory method to create with URL jdbc:mysql://localhost:3306/properties.
create(String) - Static method in class de.smartics.properties.impl.config.ds.mysql. MySqlDataSourceProxy
Factory method to create with the given connection URL using user properties and password properties.
create(String, String, String) - Static method in class de.smartics.properties.impl.config.ds.mysql. MySqlDataSourceProxy
Factory method to create with the given connection URL using the given credentials.
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.domain. ArtifactId
Helper to create instances of ArtifactId instead of using the ArtifactId.Builder.
create() - Method in class de.smartics.properties.resource.util. AbstractServiceFactory
Creates an instance of a service in META-INF/services.
create(Class<? extends T>) - Method in class de.smartics.properties.resource.util. AbstractServiceFactory
Creates an instance of a service in META-INF/services.
create(JndiDataSourceProxy) - Method in interface de.smartics.properties.spi.config.ds. DataSourceConnector
Creates a proxy for the given data source.
create(String, String, String) - Method in interface de.smartics.properties.spi.config.ds. DataSourceConnector
Creates a proxy with the given connection URL and credentials.
create(ConfigurationKey<?>) - Method in class de.smartics.properties.spi.config.support. AbstractConfigurationPropertiesFactory
 
create(ConfigurationKey<?>) - Method in interface de.smartics.properties.spi.config.support. ConfigurationPropertiesManagementFactory
Creates the configuration properties instance for the given key.
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.
CREATE_TABLE - Static variable in class de.smartics.properties.impl.config.ds. DataSourceConfiguration
The key to flag to create the configuration table in the data source.
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.
createCipher(PropertyDescriptor) - Method in class de.smartics.properties.api.core.security. SystemPropertyBasedPropertyValueSecurity
Creates the cipher instance.
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.
createDefaultKey() - Method in interface de.smartics.properties.api.config.domain.key. ConfigurationKeyFactory
Creates a default key that references any configuration.
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.utils. JavadocCommentHelper
Creates a default helper for normalizing in an HTML context.
createKey(ApplicationId) - Method in interface de.smartics.properties.api.config.domain.key. ConfigurationKeyFactory
Creates a key dependent on the given application.
createKey(ConfigurationKey<?>, ApplicationId) - Method in interface de.smartics.properties.api.config.domain.key. ConfigurationKeyFactory
Create a key based on properties provided by the given key, but for the given application.
createKey(PropertyDescriptor) - Method in class de.smartics.properties.api.core.security. SystemPropertyBasedPropertyValueSecurity
Creates the symmetric key instance.
createKeyFromString(String) - Method in interface de.smartics.properties.api.config.domain.key. ConfigurationKeyFactory
Creates a key from parsing its string representation.
createKeyList(ConfigurationKey<?>) - Method in interface de.smartics.properties.api.config.domain.key. KeyListBuilder
Creates a list of keys to search for properties value in a given order.
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 key.
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
 
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.
createMetaInfPathPropertySet(PropertyDescriptor) - Method in class de.smartics.properties.api.core.domain. PropertiesContext
Returns the URL to the property set XML report in the META-INF directory of the given descriptor.
createMetaInfPathPropertySet(PropertyDescriptor, Locale) - Method in class de.smartics.properties.api.core.domain. PropertiesContext
Returns the URL to the property set 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. AutodetectDataSourceConfigurationPropertiesFactory
 
createNewConfiguration(ConfigurationKey<?>) - Method in class de.smartics.properties.impl.config.ds. DataSourceConfigurationPropertiesFactory
 
createNewConfiguration(ConfigurationKey<?>) - Method in class de.smartics.properties.impl.config.jndi. JndiConfigurationPropertiesFactory
Creates an empty instance of the configuration properties instance.
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.
createSession() - Method in class de.smartics.properties.resource.maven.repository. MavenRepository
Creates a session to communicate with the repository.
createStaticKey(ConfigurationKey<?>) - Method in interface de.smartics.properties.api.config.domain.key. ConfigurationKeyFactory
Create a key based on the given key, but the new created key shall have only the static parts of the given key.
createText() - Static method in class de.smartics.properties.utils. JavadocCommentHelper
Creates a default helper for normalizing in text context.
createUniqueKey(String) - Method in interface de.smartics.properties.api.config.domain.key. ConfigurationKeyFactory
Creates a unique key with the given identifier.
createWithoutContextAccess() - Static method in class de.smartics.properties.spi.core.metadata. PropertyMetaDataParser
Convenience constructor to generate property descriptors without comments.
CsvFactory - Class in de.smartics.properties.config.transfer.templatestream
Creates instances of StreamPropertySink by providing a template to generate a CSV document.
CsvFactory() - Constructor for class de.smartics.properties.config.transfer.templatestream. CsvFactory
Default constructor.

D

DATA_SOURCE_CODE_START - Static variable in class de.smartics.properties.api.config.codes. LibraryCodeNumbers
The start number of the data source codes.
DataSourceCode - Enum in de.smartics.properties.spi.config.ds
Codes dealing with property problems.
DataSourceConfiguration - Class in de.smartics.properties.impl.config.ds
Configuration to access a data source via JNDI.
DataSourceConfigurationBuilder - Class in de.smartics.properties.impl.config.ds
Helper to create instances of TenentUserConfigurationKey.
DataSourceConfigurationBuilder() - Constructor for class de.smartics.properties.impl.config.ds. DataSourceConfigurationBuilder
 
DataSourceConfigurationJndiLoader - Class in de.smartics.properties.impl.config.ds
Responsible to read JNDI configuration properties to connect to a data source stored via JNDI.
DataSourceConfigurationJndiLoader() - Constructor for class de.smartics.properties.impl.config.ds. DataSourceConfigurationJndiLoader
Default constructor.
DataSourceConfigurationLoader - Class in de.smartics.properties.impl.config.ds
Responsible to read configuration properties to connect to a data source stored via JNDI.
DataSourceConfigurationLoader() - Constructor for class de.smartics.properties.impl.config.ds. DataSourceConfigurationLoader
Default constructor.
DataSourceConfigurationMessageBean - Class in de.smartics.properties.spi.config.ds
Provides context information for problems accessing a data source to fetch properties for a given configuration.
DataSourceConfigurationMessageBean(DataSourceCode, String, String) - Constructor for class de.smartics.properties.spi.config.ds. DataSourceConfigurationMessageBean
Constructor without cause.
DataSourceConfigurationMessageBean(DataSourceCode, Throwable, String, String) - Constructor for class de.smartics.properties.spi.config.ds. DataSourceConfigurationMessageBean
Default constructor.
DataSourceConfigurationProperties - Class in de.smartics.properties.impl.config.ds
Implementation based on a data source.
DataSourceConfigurationProperties(ConfigurationKey<?>, PropertyDescriptorRegistry, PropertiesStore, PropertyValueSecurity) - 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 to access properties in data sources.
DataSourceConfigurationPropertiesFactory() - Constructor for class de.smartics.properties.impl.config.ds. DataSourceConfigurationPropertiesFactory
Default constructor.
DataSourceConfigurationPropertiesLoader - Class in de.smartics.properties.impl.config.ds
Responsible to read configuration properties to connect to a data source stored via JNDI.
DataSourceConfigurationPropertiesLoader() - Constructor for class de.smartics.properties.impl.config.ds. DataSourceConfigurationPropertiesLoader
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.
DataSourceConnector - Interface in de.smartics.properties.spi.config.ds
A connector to interface with data sources.
DataSourceException - Exception in de.smartics.properties.spi.config.ds
Signals problems with accessing a data source containing properties.
DataSourceException(DataSourceMessageBean) - Constructor for exception de.smartics.properties.spi.config.ds. DataSourceException
Default constructor.
DataSourceMessageBean - Class in de.smartics.properties.spi.config.ds
Provides context information for problems accessing a data source containing properties.
DataSourceMessageBean(DataSourceCode, String) - Constructor for class de.smartics.properties.spi.config.ds. DataSourceMessageBean
Constructor without cause.
DataSourceMessageBean(DataSourceCode, Throwable, String) - Constructor for class de.smartics.properties.spi.config.ds. DataSourceMessageBean
Default constructor.
DataSourcePropertyKeyMessageBean - Class in de.smartics.properties.spi.config.ds
Provides context information for problems accessing a data source containing properties identified by a property key.
DataSourcePropertyKeyMessageBean(DataSourceCode, String, String, String) - Constructor for class de.smartics.properties.spi.config.ds. DataSourcePropertyKeyMessageBean
Constructor without cause.
DataSourcePropertyKeyMessageBean(DataSourceCode, Throwable, String, String, String) - Constructor for class de.smartics.properties.spi.config.ds. DataSourcePropertyKeyMessageBean
Default constructor.
DataSourcePropertyMessageBean - Class in de.smartics.properties.spi.config.ds
Provides context information for problems accessing a data source containing properties specified by a property key and value.
DataSourcePropertyMessageBean(DataSourceCode, String, String, String, String) - Constructor for class de.smartics.properties.spi.config.ds. DataSourcePropertyMessageBean
Constructor without cause.
DataSourcePropertyMessageBean(DataSourceCode, Throwable, String, String, String, String) - Constructor for class de.smartics.properties.spi.config.ds. DataSourcePropertyMessageBean
Default 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.
DataSourceProxyManager - Class in de.smartics.properties.impl.config.ds
Manager for connector implementations.
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.codes - package de.smartics.properties.api.config.codes
Provides codes for exception handling and logging.
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.config.transfer - package de.smartics.properties.api.config.transfer
Provides services to transfer properties from a source to a target destination.
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.security - package de.smartics.properties.api.core.security
Provides security mechanisms to protect property values.
de.smartics.properties.config.transfer.filesystem - package de.smartics.properties.config.transfer.filesystem
Provides an implementation for writing property definitions to a file system.
de.smartics.properties.config.transfer.jdbc - package de.smartics.properties.config.transfer.jdbc
Provides an implementation for writing property definitions to a database via JDBC.
de.smartics.properties.config.transfer.templatestream - package de.smartics.properties.config.transfer.templatestream
Provides an implementation for writing property definitions to a stream using templates.
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.domain.key.envapp - package de.smartics.properties.impl.config.domain.key.envapp
Provides a configuration key implementation that supports an environment and an application identifier.
de.smartics.properties.impl.config.domain.key.rtaware - package de.smartics.properties.impl.config.domain.key.rtaware
Provides a configuration key implementation that is runtime aware.
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.ds.hsql - package de.smartics.properties.impl.config.ds.hsql
Provides implementation of de.smartics.properties.spi.config.cc.ds.CcDatabaseConfigurationBuilder for the HSQL database.
de.smartics.properties.impl.config.ds.mysql - package de.smartics.properties.impl.config.ds.mysql
Provides implementation of de.smartics.properties.spi.config.cc.ds.CcDatabaseConfigurationBuilder for the MySQL database.
de.smartics.properties.impl.config.jndi - package de.smartics.properties.impl.config.jndi
Provides a SerializableConfigurationPropertiesManagement implementation based on JNDI.
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 - package de.smartics.properties.resource
Provides resource access to property resources.
de.smartics.properties.resource.app - package de.smartics.properties.resource.app
Provides library global base types.
de.smartics.properties.resource.domain - package de.smartics.properties.resource.domain
Provides domain types dealing with resources.
de.smartics.properties.resource.filesystem - package de.smartics.properties.resource.filesystem
Provides an implementation for accessing resources based on a file system.
de.smartics.properties.resource.filesystem.heap - package de.smartics.properties.resource.filesystem.heap
Provides a heap implementation based on a file system.
de.smartics.properties.resource.heap - package de.smartics.properties.resource.heap
Provides resource access to a heap of property definitions.
de.smartics.properties.resource.maven.repository - package de.smartics.properties.resource.maven.repository
Provides the resource access abstraction based on Maven.
de.smartics.properties.resource.maven.repository.filter - package de.smartics.properties.resource.maven.repository.filter
Provides filters to constrain dependency requests.
de.smartics.properties.resource.repository - package de.smartics.properties.resource.repository
Provides the resource access abstraction on a repository.
de.smartics.properties.resource.util - package de.smartics.properties.resource.util
Provides utilities for the resource package.
de.smartics.properties.security.esapi - package de.smartics.properties.security.esapi
Provides a security implementation to en- and decrypt property values based on OWASP ESAPI.
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.cache - package de.smartics.properties.spi.config.cache
Provides an cache manager that provides Infinispan caches.
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.domain.key - package de.smartics.properties.spi.config.domain.key
Provides service infrastructure to deal with configuration keys.
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.transfer - package de.smartics.properties.spi.config.transfer
Provides services to transfer properties from a source to a target destination.
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
 
decodePropertyValue(String) - Method in class de.smartics.properties.api.core.security. AbstractPropertyValueSecurity
Decodes the encrypted property value.
decrypt(PropertyDescriptor, String, SecretKey, Cipher) - Method in class de.smartics.properties.api.core.security. AbstractPropertyValueSecurity
Decrypts the given property value.
decrypt(PropertyDescriptor, String) - Method in class de.smartics.properties.api.core.security. Base64PropertyValueSecurity
 
decrypt(PropertyDescriptor, String) - Method in class de.smartics.properties.api.core.security. PropertiesBasedPropertyValueSecurity
 
decrypt(PropertyDescriptor, String) - Method in interface de.smartics.properties.api.core.security. PropertyValueSecurity
Decrypts the given property value.
decrypt(PropertyDescriptor, String) - Method in class de.smartics.properties.api.core.security. SystemPropertyBasedPropertyValueSecurity
 
decrypt(PropertyDescriptor, String) - Method in class de.smartics.properties.security.esapi. AbstractEsapiPropertyValueSecurity
 
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.impl.config.domain.key.envapp. AbstractPropertiesDefinitionContext
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
 
defaults - Variable in class de.smartics.properties.spi.core.metadata.projectdoc. ProjectdocMetaDataParser
The metadata defaults to use.
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() - Method in class de.smartics.properties.impl.config.domain.key.envapp. EnvAppConfigurationKeyContext
 
definitionConfigParser() - Method in class de.smartics.properties.impl.config.domain.key.rtaware. TenantUserConfigurationKeyContext
 
DefinitionConfigParser< T extends PropertiesDefinitionContext> - Interface in de.smartics.properties.spi.config.definition
Parses the definition.xml file for properties.
definitionConfigParser() - Method in interface de.smartics.properties.spi.config.domain.key. ConfigurationKeyContext
Provides a parser to parse definition files.
definitionKeyHelper() - Method in class de.smartics.properties.impl.config.domain.key.envapp. EnvAppConfigurationKeyContext
 
definitionKeyHelper(PropertiesDefinitionContext) - Method in class de.smartics.properties.impl.config.domain.key.envapp. EnvAppConfigurationKeyContext
 
definitionKeyHelper() - Method in class de.smartics.properties.impl.config.domain.key.rtaware. TenantUserConfigurationKeyContext
 
definitionKeyHelper(PropertiesDefinitionContext) - Method in class de.smartics.properties.impl.config.domain.key.rtaware. TenantUserConfigurationKeyContext
 
DefinitionKeyHelper - Interface in de.smartics.properties.spi.config.definition
Parses the given path to create a configuration key.
definitionKeyHelper() - Method in interface de.smartics.properties.spi.config.domain.key. ConfigurationKeyContext
Provides a contextless definition helper.
definitionKeyHelper(PropertiesDefinitionContext) - Method in interface de.smartics.properties.spi.config.domain.key. ConfigurationKeyContext
Provides a contextaware definition helper.
DefinitionXmlMessageBean - Class in de.smartics.properties.spi.config.transfer
Provides information to signal that there is no definition.xml file found or the URL to the file cannot be constructed.
DefinitionXmlMessageBean(TransferCode, ArtifactRef) - Constructor for class de.smartics.properties.spi.config.transfer. DefinitionXmlMessageBean
Constructor without cause.
DefinitionXmlMessageBean(TransferCode, Throwable, ArtifactRef) - Constructor for class de.smartics.properties.spi.config.transfer. DefinitionXmlMessageBean
Default constructor.
deleteProperties() - Method in class de.smartics.properties.spi.config.ds. PropertiesStore
Deletes all properties.
deleteProperty(String, String) - Method in interface de.smartics.properties.spi.config.ds. PropertiesDataSourceAccessor
Deletes the property from the store.
deleteProperty(String, String) - Method in class de.smartics.properties.spi.config.ds. PropertiesStore
 
deletePropertyInStore(String) - Method in interface de.smartics.properties.api.config.domain. PropertyStoreAccessor
Deletes the property with the given name.
deletePropertyInStore(String) - Method in class de.smartics.properties.spi.config.support. AbstractConfigurationPropertiesManagement
Deletes the property with the given name.
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
 
DescribedProperty - Class in de.smartics.properties.api.config.domain
Extends the Property with metadata concerning the property and the configuration.
DescribedProperty(ConfigurationKey<?>, PropertyDescriptor, Property) - Constructor for class de.smartics.properties.api.config.domain. DescribedProperty
Default constructor.
DescribedProperty(DescribedProperty) - Constructor for class de.smartics.properties.api.config.domain. DescribedProperty
Copy-constructor.
discard(String) - Method in class de.smartics.properties.spi.config.cache. AmnesiaCacheManager
Clears and stops the cache.
discard(String) - Method in interface de.smartics.properties.spi.config.cache. CacheManager
Clears and stops the cache.
discard(String) - Static method in class de.smartics.properties.spi.config.cache. CacheManagerFactory
Clears and stops the cache.
discard(String) - Method in class de.smartics.properties.spi.config.cache. InMemoryCacheManager
Clears and stops the cache.
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.
DocumentName - Class in de.smartics.properties.api.core.domain
The name of a document is unique within a documentation in the context of a given project.
DocumentName(String) - Constructor for class de.smartics.properties.api.core.domain. DocumentName
Default constructor.
DROP_TABLE - Static variable in class de.smartics.properties.impl.config.ds. DataSourceConfiguration
The key to flag to drop the configuration table in the data source.
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.
duplicate(String, String, String) - Static method in class de.smartics.properties.api.core.domain. ConfigMessageBean
Creates a message bean signaling a duplicate key problem.
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.
DuplicateDefaultKeyException - Exception in de.smartics.properties.api.core.domain
Signals that a configuration key within a definitions configuration file is declared as default key twice.
DuplicateDefaultKeyException(ConfigMessageBean) - Constructor for exception de.smartics.properties.api.core.domain. DuplicateDefaultKeyException
Default constructor.
DuplicatePropertyDeclarationException - Exception in de.smartics.properties.api.core.domain
Signals that a property descriptor has been encountered twice.
DuplicatePropertyDeclarationException(PropertyDescriptorClashingMessageBean) - Constructor for exception de.smartics.properties.api.core.domain. DuplicatePropertyDeclarationException
Default 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 - Static variable in class de.smartics.properties.api.core.domain. SourceInfo
Reference to the empty source information.
EMPTY_COMMENT - Static variable in class de.smartics.properties.api.core.domain. PropertyComment
The empty comment instance.
encodePropertyValue(byte[]) - Method in class de.smartics.properties.api.core.security. AbstractPropertyValueSecurity
Encodes the encrypted bytes.
encrypt(PropertyDescriptor, String, SecretKey, Cipher) - Method in class de.smartics.properties.api.core.security. AbstractPropertyValueSecurity
Encrypts the given property value.
encrypt(PropertyDescriptor, String) - Method in class de.smartics.properties.api.core.security. Base64PropertyValueSecurity
 
encrypt(PropertyDescriptor, String) - Method in class de.smartics.properties.api.core.security. PropertiesBasedPropertyValueSecurity
 
encrypt(PropertyDescriptor, String) - Method in interface de.smartics.properties.api.core.security. PropertyValueSecurity
Encrypts the given property value.
encrypt(PropertyDescriptor, String) - Method in class de.smartics.properties.api.core.security. SystemPropertyBasedPropertyValueSecurity
 
encrypt(PropertyDescriptor, String) - Method in class de.smartics.properties.security.esapi. AbstractEsapiPropertyValueSecurity
 
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.
EnvAppConfigurationKey - Class in de.smartics.properties.impl.config.domain.key.envapp
The configuration key identifies a configuration with environment and application information.
EnvAppConfigurationKey(EnvironmentId, ApplicationId) - Constructor for class de.smartics.properties.impl.config.domain.key.envapp. EnvAppConfigurationKey
Default constructor.
EnvAppConfigurationKey(EnvAppConfigurationKey, ApplicationId) - Constructor for class de.smartics.properties.impl.config.domain.key.envapp. EnvAppConfigurationKey
Copy constructor.
EnvAppConfigurationKeyBuilder - Class in de.smartics.properties.impl.config.domain.key.envapp
Helper to create instances of TenentUserConfigurationKey.
EnvAppConfigurationKeyBuilder() - Constructor for class de.smartics.properties.impl.config.domain.key.envapp. EnvAppConfigurationKeyBuilder
 
EnvAppConfigurationKeyContext - Class in de.smartics.properties.impl.config.domain.key.envapp
Implementation that supports environment and application IDs.
EnvAppConfigurationKeyContext() - Constructor for class de.smartics.properties.impl.config.domain.key.envapp. EnvAppConfigurationKeyContext
Default constructor.
EnvAppConfigurationKeyHelper - Class in de.smartics.properties.impl.config.domain.key.envapp
Helper to construct configuration keys by analyzing the runtime environment.
EnvAppConfigurationKeyHelper() - Constructor for class de.smartics.properties.impl.config.domain.key.envapp. EnvAppConfigurationKeyHelper
Convenience constructor preferring manifest information from EARs.
EnvAppConfigurationKeyHelper(boolean) - Constructor for class de.smartics.properties.impl.config.domain.key.envapp. EnvAppConfigurationKeyHelper
Default constructor.
EnvAppDefinitionConfigParser - Class in de.smartics.properties.impl.config.domain.key.envapp
Parses the definition.xml file for properties.
EnvAppDefinitionConfigParser() - Constructor for class de.smartics.properties.impl.config.domain.key.envapp. EnvAppDefinitionConfigParser
Default constructor.
EnvAppDefinitionKeyHelper - Class in de.smartics.properties.impl.config.domain.key.envapp
Derives a ConfigurationKey from a path found in a definition file.
EnvAppDefinitionKeyHelper() - Constructor for class de.smartics.properties.impl.config.domain.key.envapp. EnvAppDefinitionKeyHelper
Convenience constructor using the default TLDs and not registering any environments, nodes or groups.
EnvAppDefinitionKeyHelper(EnvAppPropertiesDefinitionContext) - Constructor for class de.smartics.properties.impl.config.domain.key.envapp. EnvAppDefinitionKeyHelper
Default constructor.
EnvAppPropertiesDefinitionContext - Class in de.smartics.properties.impl.config.domain.key.envapp
Contains information from the definition.xml that is contained in archives providing property information.
EnvAppPropertiesDefinitionContext() - Constructor for class de.smartics.properties.impl.config.domain.key.envapp. EnvAppPropertiesDefinitionContext
Convenience constructor using the default TLDs and not registering any environments, nodes or groups.
EnvAppPropertiesDefinitionContext(Set<String>, Set<String>, Set<String>) - Constructor for class de.smartics.properties.impl.config.domain.key.envapp. EnvAppPropertiesDefinitionContext
Convenience constructor using the default TLDs and no explicit files.
EnvAppPropertiesDefinitionContext(Set<String>, Set<String>, Set<String>, Set<String>) - Constructor for class de.smartics.properties.impl.config.domain.key.envapp. EnvAppPropertiesDefinitionContext
Convenience constructor without an explicit path to configuration key mapping.
EnvAppPropertiesDefinitionContext(Set<String>, Set<String>, Set<String>, PropertyResourceMatchers) - Constructor for class de.smartics.properties.impl.config.domain.key.envapp. EnvAppPropertiesDefinitionContext
Convenience constructor using the default TLDs.
EnvAppPropertiesDefinitionContext(Set<String>, Set<String>, Set<String>, Set<String>, PropertyResourceMatchers) - Constructor for class de.smartics.properties.impl.config.domain.key.envapp. EnvAppPropertiesDefinitionContext
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 interface 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. DocumentName
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.impl.config.domain.key.envapp. AbstractConfigurationKey
Returns true if the given object is semantically equal to the given object, false otherwise.
equals(Object) - Method in class de.smartics.properties.impl.config.domain.key.rtaware. TenantId
Returns true if the given object is semantically equal to the given object, false otherwise.
equals(Object) - Method in class de.smartics.properties.impl.config.domain.key.rtaware. TenantUserConfigurationKey
Returns true if the given object is semantically equal to the given object, false otherwise.
equals(Object) - Method in class de.smartics.properties.impl.config.domain.key.rtaware. UserId
Returns true if the given object is semantically equal to the given object, false otherwise.
equals(Object) - Method in class de.smartics.properties.resource.domain. 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.config.cache. CompoundKey
 
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
 
EsapiPropertyValueSecurity - Class in de.smartics.properties.security.esapi
Implementation bases on OWASP ESAPI.
EsapiPropertyValueSecurity() - Constructor for class de.smartics.properties.security.esapi. EsapiPropertyValueSecurity
Default constructor.
escape(String) - Method in interface de.smartics.properties.config.transfer.templatestream. ValueEscaper
Escapes the given value.
eval(JavaClass) - Method in class de.smartics.properties.report.qdox. PropertyDescriptorSearcher
expandFirstBlock(String) - Method in class de.smartics.properties.utils. JavadocCommentHelper
Usually the first paragraph in a Javadoc comment is not tagged as a paragraph to reduce the markup.

F

Factory - Class in de.smartics.properties.config.transfer.filesystem
Creates instances of FileSystemPropertySink.
Factory() - Constructor for class de.smartics.properties.config.transfer.filesystem. Factory
Default constructor.
Factory - Class in de.smartics.properties.config.transfer.jdbc
Creates instances of JdbcPropertySink.
Factory() - Constructor for class de.smartics.properties.config.transfer.jdbc. Factory
Default constructor.
Factory - Class in de.smartics.properties.config.transfer.templatestream
Creates instances of StreamPropertySink.
Factory() - Constructor for class de.smartics.properties.config.transfer.templatestream. Factory
Default constructor.
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.
FileMessageBean - Class in de.smartics.properties.resource.filesystem.heap
Provides context information for transfer problems.
FileMessageBean(FileSystemResourceCode, File) - Constructor for class de.smartics.properties.resource.filesystem.heap. FileMessageBean
Constructor without cause.
FileMessageBean(FileSystemResourceCode, Throwable, File) - Constructor for class de.smartics.properties.resource.filesystem.heap. FileMessageBean
Default constructor.
FileMessageBean - Class in de.smartics.properties.resource.maven.repository
Provides context information for transfer problems.
FileMessageBean(MavenResourceCode, File) - Constructor for class de.smartics.properties.resource.maven.repository. FileMessageBean
Constructor without cause.
FileMessageBean(MavenResourceCode, Throwable, File) - Constructor for class de.smartics.properties.resource.maven.repository. FileMessageBean
Default constructor.
FileSystemPropertySink - Class in de.smartics.properties.config.transfer.filesystem
Writes properties to a folder.
FileSystemPropertySink(File) - Constructor for class de.smartics.properties.config.transfer.filesystem. FileSystemPropertySink
Convenience constructor to create native properties files.
FileSystemPropertySink(File, PropertiesFormat) - Constructor for class de.smartics.properties.config.transfer.filesystem. FileSystemPropertySink
Default constructor.
FileSystemResourceCode - Enum in de.smartics.properties.resource.filesystem.heap
Codes dealing with resource problems on the file system.
FileSystemResourceHeap - Class in de.smartics.properties.resource.filesystem.heap
Provides an implementation of ResourceHeap based on a file system.
FileSystemResourceHeap() - Constructor for class de.smartics.properties.resource.filesystem.heap. FileSystemResourceHeap
 
filterGroupIdPrefix() - Method in interface de.smartics.properties.resource.maven.repository. ResourceRepositoryProperties
The prefix of a group identifier artifacts have to match to be considered as source for property declarations or definitions.
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
 
forMatchers(ConfigurationKey<?>, List<PathMatcher.Matcher>) - Static method in class de.smartics.properties.spi.config.domain.key. PathMatcher
Constructs an instance based on the given matchers.
forPaths(ConfigurationKey<?>, List<String>) - Static method in class de.smartics.properties.spi.config.domain.key. PathMatcher
Constructs an instance based on the given paths.
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) - Static method in enum de.smartics.properties.config.transfer.filesystem. PropertiesFormat
Returns the properties format identifier by the case-insensitive identifier of the enumeration element.
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, Class<?>) - 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() - Static method in class de.smartics.properties.api.config.domain. ConfigControl
Provides access to the thread-local context.
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(Object) - Method in class de.smartics.properties.spi.config.cache. AmnesiaCache
 
get(Object) - Method in class de.smartics.properties.spi.config.cache. InMemoryCache
 
get(K) - Method in interface de.smartics.properties.spi.config.cache. UnawareCache
Returns the value from the cache 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
 
get(String) - Method in class de.smartics.properties.spi.core.registry. InMemoryPropertyDescriptorRegistry
 
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. PropertyLocation
Returns the identifier of the application archive that contains the property.
getApplicationId() - Method in class de.smartics.properties.impl.config.domain.key.envapp. AbstractConfigurationKey
Returns the identifier of the application whose configuration is requested.
getArchiveType() - Method in class de.smartics.properties.resource.domain. 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.resource.domain. ClassPathEnvironment
Returns the artifact reference by its short ID.
getArtifactRef(String) - Method in class de.smartics.properties.spi.config.support. AbstractConfigurationPropertiesFactory
 
getArtifactRef(String) - Method in interface de.smartics.properties.spi.config.support. ConfigurationPropertiesManagementFactory
Returns the artifact reference by its short ID.
getArtifactRefs() - Method in class de.smartics.properties.resource.domain. 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.api.core.domain. 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.
getCacheNames() - Method in class de.smartics.properties.spi.config.cache. AmnesiaCacheManager
Returns the set of cache names.
getCacheNames() - Method in interface de.smartics.properties.spi.config.cache. CacheManager
Returns the set of cache names.
getCacheNames() - Static method in class de.smartics.properties.spi.config.cache. CacheManagerFactory
Returns the set of cache names.
getCacheNames() - Method in class de.smartics.properties.spi.config.cache. InMemoryCacheManager
Returns the set of cache names.
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.api.core.domain. ProjectdocMetaData
 
getCategories() - Method in class de.smartics.properties.api.core.domain. PropertyCategories
Returns the list of categories.
getCategories() - Method in interface de.smartics.properties.api.core.domain. PropertyDescriptor
Returns the categories this property is associated with.
getCategories() - Method in class de.smartics.properties.spi.core.metadata. PropertyMetaData
 
getCause() - Method in class de.smartics.properties.report.data. ReportProblem
Returns the optional root cause to the problem.
getClashingDescriptor() - Method in class de.smartics.properties.api.core.domain. PropertyDescriptorClashingMessageBean
Returns the clashing property descriptor with the same key.
getClassifier() - Method in class de.smartics.properties.resource.domain. ArtifactId
Returns the classifier to the artifact.
getCode() - Method in enum de.smartics.properties.api.config.domain. ConfigurationCode
 
getCode() - Method in enum de.smartics.properties.api.config.domain. PropertyStoreCode
 
getCode() - Method in enum de.smartics.properties.api.core.domain. ConfigCode
 
getCode() - Method in enum de.smartics.properties.api.core.domain. PropertyCode
 
getCode() - Method in enum de.smartics.properties.api.core.security. SecurityCode
 
getCode() - Method in enum de.smartics.properties.config.transfer.filesystem. TransferFileCode
 
getCode() - Method in enum de.smartics.properties.config.transfer.templatestream. TransferStreamCode
 
getCode() - Method in enum de.smartics.properties.impl.config.jndi. JndiPropertyStoreCode
 
getCode() - Method in enum de.smartics.properties.resource.domain. ResourceCode
 
getCode() - Method in enum de.smartics.properties.resource.filesystem.heap. FileSystemResourceCode
 
getCode() - Method in enum de.smartics.properties.resource.maven.repository. MavenResourceCode
 
getCode() - Method in enum de.smartics.properties.spi.config.cache. CacheCode
 
getCode() - Method in enum de.smartics.properties.spi.config.ds. DataSourceCode
 
getCode() - Method in enum de.smartics.properties.spi.config.transfer. TransferCode
 
getCollection(String) - 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.api.core.domain. PropertyProjectdoc
Returns the property comment.
getComment() - Method in class de.smartics.properties.api.core.domain. PropertySetProjectdoc
Returns the property set comment.
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
 
getCommentText() - Method in class de.smartics.properties.report.data. PropertyReportItem
Returns the property comment.
getComponentId() - Method in enum de.smartics.properties.api.config.domain. ConfigurationCode
 
getComponentId() - Method in enum de.smartics.properties.api.config.domain. PropertyStoreCode
 
getComponentId() - Method in enum de.smartics.properties.api.core.domain. ConfigCode
 
getComponentId() - Method in enum de.smartics.properties.api.core.domain. PropertyCode
 
getComponentId() - Method in enum de.smartics.properties.api.core.security. SecurityCode
 
getComponentId() - Method in enum de.smartics.properties.config.transfer.filesystem. TransferFileCode
 
getComponentId() - Method in enum de.smartics.properties.config.transfer.templatestream. TransferStreamCode
 
getComponentId() - Method in enum de.smartics.properties.impl.config.jndi. JndiPropertyStoreCode
 
getComponentId() - Method in enum de.smartics.properties.resource.domain. ResourceCode
 
getComponentId() - Method in enum de.smartics.properties.resource.filesystem.heap. FileSystemResourceCode
 
getComponentId() - Method in enum de.smartics.properties.resource.maven.repository. MavenResourceCode
 
getComponentId() - Method in enum de.smartics.properties.spi.config.cache. CacheCode
 
getComponentId() - Method in enum de.smartics.properties.spi.config.ds. DataSourceCode
 
getComponentId() - Method in enum de.smartics.properties.spi.config.transfer. TransferCode
 
getConfigColumn() - Method in class de.smartics.properties.config.transfer.templatestream. TableDescriptor
Returns the name of the configuration key column.
getConfigColumn() - Method in class de.smartics.properties.spi.config.ds. AbstractDataSourceDescriptor
 
getConfigColumn() - Method in interface de.smartics.properties.spi.config.ds. PropertiesDataSourceDescriptor
Returns the name of the configuration key column.
getConfigSourceId() - Method in class de.smartics.properties.impl.config.ds. DataSourceConfiguration
Returns the source of the data source configuration.
getConfigSourceId() - Method in class de.smartics.properties.impl.config.ds. DataSourceConfigurationBuilder
Returns the source of the data source configuration.
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. DescribedProperty
Returns the identifier of the configuration this property is part of.
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.domain.key. PathMatcher
Returns the configuration key the matcher is responsible for.
getConfigurationKey() - Method in interface de.smartics.properties.spi.config.domain.key. PropertiesResourceMatcher
Returns the configuration key the matcher is responsible 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
 
getConfigurationKeys() - Method in class de.smartics.properties.spi.config.ds. DefaultDataSourceManager
 
getConfigurationKeys() - Method in interface de.smartics.properties.spi.config.ds. PropertiesDataSourceManager
Returns the list of distinct data source keys.
getConfigurationsCache(String) - Method in class de.smartics.properties.spi.config.cache. AmnesiaCacheManager
Returns the cache with the given name.
getConfigurationsCache(String) - Method in interface de.smartics.properties.spi.config.cache. CacheManager
Returns the configurations cache with the given name.
getConfigurationsCache(String) - Static method in class de.smartics.properties.spi.config.cache. CacheManagerFactory
Returns the cache with the given name.
getConfigurationsCache(String) - Method in class de.smartics.properties.spi.config.cache. InMemoryCacheManager
Returns the cache with the given name.
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
 
getConnectorFor(String) - Static method in class de.smartics.properties.impl.config.ds. DataSourceProxyManager
Returns the first matching driver for a database identified by the given id.
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 class de.smartics.properties.api.core.domain. PropertyValidationMessageBean
Returns the property constraints 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
 
getContext(Class<?>) - Method in class de.smartics.properties.spi.core.registry. InMemoryPropertyDescriptorRegistry
 
getCreateTableSqlTemplate() - Method in class de.smartics.properties.impl.config.ds.hsql. AbstractHSqlDataSourceProxy
 
getCreateTableSqlTemplate() - Method in class de.smartics.properties.impl.config.ds.mysql. AbstractMySqlDataSourceProxy
 
getCreateTableSqlTemplate() - Method in interface de.smartics.properties.spi.config.ds. DataSourceProxy
Provides an SQL template to create the configuration table.
getCreateTableSqlTemplate() - Method in class de.smartics.properties.spi.config.ds. JndiDataSourceProxy
 
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.
getCurrentProperty() - Method in exception de.smartics.properties.api.config.domain. DuplicatePropertyException
Returns the currently active property.
getCurrentValue() - Method in class de.smartics.properties.api.core.domain. PropertyValueChangeMessageBean
Returns the current value of the property that has not been changed.
getDatabaseId() - Method in class de.smartics.properties.config.transfer.jdbc. Factory
Returns the database identifier to select the datasource proxy for a database product.
getDataSource() - Method in class de.smartics.properties.impl.config.ds.hsql. HSqlDataSourceProxy
Returns the reference to the data source.
getDataSource() - Method in class de.smartics.properties.impl.config.ds.hsql. HSqlJndiDataSourceProxy
 
getDataSource() - Method in class de.smartics.properties.impl.config.ds.mysql. MySqlDataSourceProxy
 
getDataSource() - Method in class de.smartics.properties.impl.config.ds.mysql. MySqlJndiDataSourceProxy
 
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 class de.smartics.properties.impl.config.ds.hsql. HSqlDataSourceProxy
 
getDataSourceId() - Method in class de.smartics.properties.impl.config.ds.hsql. HSqlJndiDataSourceProxy
 
getDataSourceId() - Method in class de.smartics.properties.impl.config.ds.mysql. MySqlDataSourceProxy
 
getDataSourceId() - Method in class de.smartics.properties.impl.config.ds.mysql. MySqlJndiDataSourceProxy
 
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
 
getDecrypter() - Method in class de.smartics.properties.api.config.app. FactoryConfiguration
Returns the helper to decrypt secured property values.
getDefaultArtifactId() - Method in class de.smartics.properties.resource.filesystem.heap. FileSystemResourceHeap
Returns the artifact identifier to use for properties files encountered.
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. ValidatedProperty
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. DescribedProperty
Returns the descriptor to the property to access property metadata.
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.
getDescriptor() - Method in class de.smartics.properties.spi.core.metadata.projectdoc. ProjectdocMetaDataParser.ParserContext
Returns the descriptor whose comments are requested to be parsed.
getDisplayId() - Method in enum de.smartics.properties.api.config.domain. ConfigurationCode
 
getDisplayId() - Method in enum de.smartics.properties.api.config.domain. PropertyStoreCode
 
getDisplayId() - Method in enum de.smartics.properties.api.core.domain. ConfigCode
 
getDisplayId() - Method in enum de.smartics.properties.api.core.domain. PropertyCode
 
getDisplayId() - Method in enum de.smartics.properties.api.core.security. SecurityCode
 
getDisplayId() - Method in enum de.smartics.properties.config.transfer.filesystem. TransferFileCode
 
getDisplayId() - Method in enum de.smartics.properties.config.transfer.templatestream. TransferStreamCode
 
getDisplayId() - Method in enum de.smartics.properties.impl.config.jndi. JndiPropertyStoreCode
 
getDisplayId() - Method in enum de.smartics.properties.resource.domain. ResourceCode
 
getDisplayId() - Method in enum de.smartics.properties.resource.filesystem.heap. FileSystemResourceCode
 
getDisplayId() - Method in enum de.smartics.properties.resource.maven.repository. MavenResourceCode
 
getDisplayId() - Method in enum de.smartics.properties.spi.config.cache. CacheCode
 
getDisplayId() - Method in enum de.smartics.properties.spi.config.ds. DataSourceCode
 
getDisplayId() - Method in enum de.smartics.properties.spi.config.transfer. TransferCode
 
getDocument() - Method in class de.smartics.properties.spi.core.metadata.projectdoc. ProjectdocMetaDataParser.ParserContext
Returns the parsed document to extract information from.
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
 
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() - Method in class de.smartics.properties.spi.core.metadata. PropertyMetaData
 
getDocumentMetaData(Locale) - Method in class de.smartics.properties.spi.core.metadata. PropertyMetaData
 
getDocumentMetaDataProjectSet() - Method in interface de.smartics.properties.api.core.domain. PropertyDescriptor
Returns the meta data information for the property set.
getDocumentMetaDataProjectSet(Locale) - Method in interface de.smartics.properties.api.core.domain. PropertyDescriptor
Returns the meta data information for the property set.
getDocumentMetaDataProjectSet() - Method in class de.smartics.properties.spi.core.metadata. PropertyMetaData
 
getDocumentMetaDataProjectSet(Locale) - Method in class de.smartics.properties.spi.core.metadata. PropertyMetaData
 
getDocumentName() - Method in interface de.smartics.properties.api.core.domain. PropertyDescriptor
Returns the name of the document that identifies the document uniquely within the context of the project.
getDocumentName() - Method in interface de.smartics.properties.spi.core.metadata. DocumentMetaDataProxy
Returns the name of the document that uniquely identifies the document within the project.
getDocumentName() - Method in class de.smartics.properties.spi.core.metadata. MetaInfDocumentMetaDataProxy
Returns the name of the document that identifies the document uniquely within the context of the project.
getDocumentName() - 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.
getDuplicateCount() - Method in exception de.smartics.properties.api.core.domain. DuplicatePropertyDeclarationsException
Returns the count of duplicate property declarations.
getDuplicateCount() - Method in class de.smartics.properties.resource.util. TypeProblemMessageBean
Returns the count of duplicates.
getDuplicates() - Method in class de.smartics.properties.resource.util. TypeProblemMessageBean
Returns the list of duplicates implementations of the same type.
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.api.core.domain. SourceInfo
Returns the element identifier that consists of the type and the element name.
getElementName() - Method in class de.smartics.properties.api.core.domain. 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.api.core.domain. SourceInfo
Returns the name of the element's type.
getEncoding() - Method in class de.smartics.properties.config.transfer.templatestream. Factory
Returns the encoding to use to write to the file.
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.impl.config.domain.key.envapp. AbstractConfigurationKey
Returns the identifier of the environment the application is deployed in.
getErrorCount() - Method in class de.smartics.properties.resource.util. TypeProblemMessageBean
Returns the count of errors.
getErrors() - Method in class de.smartics.properties.resource.util. TypeProblemMessageBean
Returns the list of errors encountered while trying to instantiate a service type.
getExceptionMessages() - Method in exception de.smartics.properties.api.config.domain. CompoundConfigurationException
Returns the exception messages as a string.
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 class de.smartics.properties.api.core.domain. PropertyExpressionMessageBean
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.
getExtro() - Method in class de.smartics.properties.config.transfer.templatestream. Wrapper
Returns the text to write after the output.
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.domain. 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.domain. ArtifactRef
Returns the unique identifier of the artifact.
getInsertOrUpdateSqlStatementTemplate() - Method in class de.smartics.properties.spi.config.ds. DefaultDataSourceManager
Returns the SQL statement to insert or update a value in the table, dependent on if the value is already in the database or not.
getInsertOrUpdateSqlStatementTemplate() - Method in interface de.smartics.properties.spi.config.ds. PropertiesDataSourceManager
Returns the SQL statement to insert or update a value in the table, dependent on if the value is already in the database or not.
getInsertOrUpdateSqlTemplate() - Method in class de.smartics.properties.impl.config.ds.hsql. AbstractHSqlDataSourceProxy
 
getInsertOrUpdateSqlTemplate() - Method in class de.smartics.properties.impl.config.ds.mysql. AbstractMySqlDataSourceProxy
 
getInsertOrUpdateSqlTemplate() - Method in interface de.smartics.properties.spi.config.ds. DataSourceProxy
Provides an SQL template to insert or update a value in the configuration table.
getInsertOrUpdateSqlTemplate() - Method in class de.smartics.properties.spi.config.ds. JndiDataSourceProxy
 
getInstance() - Static method in class de.smartics.properties.impl.config.domain.key.rtaware. ThreadLocalRuntimeAdapter
Returns the thread-locally stored instance.
getIntro() - Method in class de.smartics.properties.config.transfer.templatestream. Wrapper
Returns the text to write before the output.
getItems() - Method in class de.smartics.properties.reports. InMemoryPropertyReport
Returns the list of report items.
getJdbcUrl() - Method in class de.smartics.properties.config.transfer.jdbc. Factory
Returns the JDBC URL to the database.
getJndiName() - Method in class de.smartics.properties.impl.config.ds. DataSourceConfiguration
Returns the name of the data source to lookup in a JNDI context.
getJndiName() - Method in class de.smartics.properties.impl.config.ds. DataSourceConfigurationBuilder
Returns the name of the data source to lookup in a JNDI context.
getKey() - Method in exception de.smartics.properties.api.config.domain. ConfigurationException
Returns the key to the configuration that signaled problems.
getKey() - Method in class de.smartics.properties.api.config.domain. ConfigurationMessageBean
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.impl.config.domain.key.envapp. AbstractPropertiesDefinitionContext
Returns the configuration key associated with the given path.
getKey() - Method in class de.smartics.properties.spi.config.cache. CompoundKey
Returns the real key.
getKey(String) - Method in class de.smartics.properties.spi.config.definition. OneKeyPropertiesDefinitionContext
 
getKey(String) - Method in interface 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(String) - Method in class de.smartics.properties.spi.config.domain.key. PropertyResourceMatchers
Returns the key for the given resource identifier.
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
 
getLifespan() - Method in class de.smartics.properties.spi.config.cache. CacheEntryConfiguration
Returns the intendet lifespan of an entry.
getLifespanTimeUnit() - Method in class de.smartics.properties.spi.config.cache. CacheEntryConfiguration
Returns the time unit TimeUnit for the intended lifespan of an entry.
getLineNumber() - Method in class de.smartics.properties.api.core.domain. 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.
getLocale() - Method in class de.smartics.properties.spi.core.metadata.projectdoc. ProjectdocMetaDataParser.ParserContext
Returns the locale to select the comments.
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.
getMajorNumber() - Method in enum de.smartics.properties.api.config.domain. ConfigurationCode
 
getMajorNumber() - Method in enum de.smartics.properties.api.config.domain. PropertyStoreCode
 
getMajorNumber() - Method in enum de.smartics.properties.api.core.domain. ConfigCode
 
getMajorNumber() - Method in enum de.smartics.properties.api.core.domain. PropertyCode
 
getMajorNumber() - Method in enum de.smartics.properties.api.core.security. SecurityCode
 
getMajorNumber() - Method in enum de.smartics.properties.config.transfer.filesystem. TransferFileCode
 
getMajorNumber() - Method in enum de.smartics.properties.config.transfer.templatestream. TransferStreamCode
 
getMajorNumber() - Method in enum de.smartics.properties.impl.config.jndi. JndiPropertyStoreCode
 
getMajorNumber() - Method in enum de.smartics.properties.resource.domain. ResourceCode
 
getMajorNumber() - Method in enum de.smartics.properties.resource.filesystem.heap. FileSystemResourceCode
 
getMajorNumber() - Method in enum de.smartics.properties.resource.maven.repository. MavenResourceCode
 
getMajorNumber() - Method in enum de.smartics.properties.spi.config.cache. CacheCode
 
getMajorNumber() - Method in enum de.smartics.properties.spi.config.ds. DataSourceCode
 
getMajorNumber() - Method in enum de.smartics.properties.spi.config.transfer. TransferCode
 
getManager() - Static method in class de.smartics.properties.spi.config.cache. CacheManagerFactory
Returns the instance of the manager.
getMandatoryProperties() - Method in exception de.smartics.properties.api.config.domain. ConfigurationValidationException
Returns the list of mandatory properties for which no value has been provided.
getMandatoryPropertiesAsText() - Method in exception de.smartics.properties.api.config.domain. ConfigurationValidationException
Returns the missing mandatory properties as message text.
getMandatoryPropertiesCount() - Method in exception de.smartics.properties.api.config.domain. ConfigurationValidationException
Returns the count of missing mandatory properties.
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
 
getMaxIdleTime() - Method in class de.smartics.properties.spi.config.cache. CacheEntryConfiguration
Returns the intended max idle time of an entry.
getMaxIdleTimeTimeUnit() - Method in class de.smartics.properties.spi.config.cache. CacheEntryConfiguration
Returns the time unit TimeUnit for the max idle time of an entry.
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.
getMessageBean() - Method in exception de.smartics.properties.api.core.domain. DuplicatePropertyDeclarationException
 
getMessageBean() - Method in exception de.smartics.properties.api.core.domain. PropertyDescriptorException
 
getMessageBean() - Method in exception de.smartics.properties.api.core.domain. PropertyException
 
getMessageBean() - Method in exception de.smartics.properties.api.core.domain. PropertyValidationException
 
getMessageBean() - Method in exception de.smartics.properties.api.core.domain. PropertyValueConversionException
 
getMessageBean() - Method in exception de.smartics.properties.api.core.domain. PropertyValueResolveException
 
getMessageBean() - Method in exception de.smartics.properties.api.core.domain. ReadOnlyPropertyException
 
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.
getMetaData() - Method in class de.smartics.properties.spi.core.metadata.projectdoc. ProjectdocMetaDataParser.ParserContext
Returns the container where the parsed information is put to.
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
 
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.
getMinorNumber() - Method in enum de.smartics.properties.api.config.domain. ConfigurationCode
 
getMinorNumber() - Method in enum de.smartics.properties.api.config.domain. PropertyStoreCode
 
getMinorNumber() - Method in enum de.smartics.properties.api.core.domain. ConfigCode
 
getMinorNumber() - Method in enum de.smartics.properties.api.core.domain. PropertyCode
 
getMinorNumber() - Method in enum de.smartics.properties.api.core.security. SecurityCode
 
getMinorNumber() - Method in enum de.smartics.properties.config.transfer.filesystem. TransferFileCode
 
getMinorNumber() - Method in enum de.smartics.properties.config.transfer.templatestream. TransferStreamCode
 
getMinorNumber() - Method in enum de.smartics.properties.impl.config.jndi. JndiPropertyStoreCode
 
getMinorNumber() - Method in enum de.smartics.properties.resource.domain. ResourceCode
 
getMinorNumber() - Method in enum de.smartics.properties.resource.filesystem.heap. FileSystemResourceCode
 
getMinorNumber() - Method in enum de.smartics.properties.resource.maven.repository. MavenResourceCode
 
getMinorNumber() - Method in enum de.smartics.properties.spi.config.cache. CacheCode
 
getMinorNumber() - Method in enum de.smartics.properties.spi.config.ds. DataSourceCode
 
getMinorNumber() - Method in enum de.smartics.properties.spi.config.transfer. TransferCode
 
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. DocumentName
Returns the name identifier of the document.
getName() - Method in class de.smartics.properties.api.core.domain. ProjectdocMetaData
 
getName() - Method in class de.smartics.properties.api.core.domain. PropertyKey
Returns the name of the property.
getName() - Method in class de.smartics.properties.impl.config.domain.key.rtaware. TenantId
Returns the name of the tenant.
getName() - Method in class de.smartics.properties.impl.config.domain.key.rtaware. UserId
Returns the name of a name.
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.domain. ArtifactId
Returns the name of the artifact.
getName() - Method in class de.smartics.properties.spi.config.cache. CompoundKey
Returns the name of the virtual cache (e. g. configuration key).
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. PropertyMetaDataDefaults
 
getNameColumn() - Method in class de.smartics.properties.config.transfer.templatestream. TableDescriptor
Returns the name of the property name column.
getNameColumn() - Method in class de.smartics.properties.spi.config.ds. AbstractDataSourceDescriptor
 
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.
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.api.core.domain. ProjectdocMetaData
 
getNs() - Method in class de.smartics.properties.spi.core.metadata.projectdoc. ProjectdocMetaDataParser
Returns the namespace of the elements parsed by this parser.
getNs() - Method in class de.smartics.properties.spi.core.metadata.projectdoc. PropertyProjectdocParser
 
getNs() - Method in class de.smartics.properties.spi.core.metadata.projectdoc. PropertySetProjectdocParser
 
getOldTarget() - Method in exception de.smartics.properties.api.core.context.alias. DuplicateAliasException
Returns the target value stored with the alias.
getOutputEncoding() - Method in class de.smartics.properties.utils. HtmlUtils
Returns the encoding used write.
getParent() - Method in class de.smartics.properties.api.core.domain. 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.api.core.domain. ProjectdocMetaData
 
getPassword() - Method in class de.smartics.properties.config.transfer.jdbc. Factory
Returns the password to authenticate against the database.
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.
getProjectdocProperty(PropertyDescriptor, Locale) - Method in interface de.smartics.properties.spi.core.metadata. DocumentMetaDataProxy
Returns the projectdoc information.
getProjectdocProperty(PropertyDescriptor, Locale) - Method in class de.smartics.properties.spi.core.metadata. MetaInfDocumentMetaDataProxy
 
getProjectdocPropertySet(PropertyDescriptor, Locale) - Method in interface de.smartics.properties.spi.core.metadata. DocumentMetaDataProxy
Returns the projectdoc information for property sets.
getProjectdocPropertySet(PropertyDescriptor, Locale) - Method in class de.smartics.properties.spi.core.metadata. MetaInfDocumentMetaDataProxy
 
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. InMemoryConfigurationRepositoryManagement
 
getProperties() - Method in class de.smartics.properties.spi.config.support. InMemoryPropertiesManager
 
getProperties() - Method in class de.smartics.properties.spi.config.support. PropertiesPropertyProvider
 
getPropertiesCache(String) - Method in class de.smartics.properties.spi.config.cache. AmnesiaCacheManager
Returns the cache with the given name.
getPropertiesCache(String) - Method in interface de.smartics.properties.spi.config.cache. CacheManager
Returns the properties cache with the given name.
getPropertiesCache(String) - Static method in class de.smartics.properties.spi.config.cache. CacheManagerFactory
Returns the cache with the given name.
getPropertiesCache(String) - Method in class de.smartics.properties.spi.config.cache. InMemoryCacheManager
Returns the cache with the given name.
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(PropertyDescriptor, Object) - Method in class de.smartics.properties.impl.config.cache. AbstractCacheConfigurationPropertiesManagement
 
getProperty(String) - Method in class de.smartics.properties.impl.config.cache. AbstractCacheConfigurationPropertiesManagement
 
getProperty(String, 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, String) - Method in interface de.smartics.properties.spi.config.ds. PropertiesDataSourceAccessor
Reads the property with the given name from the data source.
getProperty(String, 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
 
getPropertyAsType(PropertyDescriptor) - Method in interface de.smartics.properties.api.config.domain. ConfigurationProperties
Returns the yet not validated property for the given descriptor's key.
getPropertyAsType(PropertyDescriptor) - Method in class de.smartics.properties.impl.config.cache. AbstractCacheConfigurationPropertiesManagement
 
getPropertyAsType(PropertyDescriptor) - Method in class de.smartics.properties.spi.config.domain. ConfigurationPropertiesProxy
 
getPropertyAsType(PropertyDescriptor) - Method in class de.smartics.properties.spi.config.support. AbstractConfigurationPropertiesManagement
 
getPropertyAsType(PropertyDescriptor) - Method in class de.smartics.properties.spi.config.support. ConfigurationPropertiesManagementWithDefaults
 
getPropertyCollectionFromStore() - Method in interface de.smartics.properties.api.config.domain. PropertyStoreAccessor
Returns a collection to iterate over all properties of the configuration.
getPropertyCollectionFromStore() - Method in class de.smartics.properties.spi.config.support. AbstractConfigurationPropertiesManagement
Returns a collection to iterate over all properties of the configuration.
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 class de.smartics.properties.api.core.domain. PropertyDescriptorMessageBean
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 interface de.smartics.properties.api.config.domain. PropertyStoreAccessor
Fetches the property from the store by the given name.
getPropertyFromStore(String) - Method in class de.smartics.properties.spi.config.support. AbstractConfigurationPropertiesManagement
Fetches the property from the store by the given name.
getPropertyKey() - Method in exception de.smartics.properties.api.config.domain. UnknownPropertyException
Returns the key to the unknown property.
getPropertyKey() - Method in class de.smartics.properties.api.core.domain. PropertyMessageBean
Returns the key of the property raising the exception.
getPropertyKey() - Method in exception de.smartics.properties.api.core.domain. PropertyValueResolveException
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() - Method in interface de.smartics.properties.api.core.domain. PropertyDescriptorRegistry
Returns the property set types of all property descriptors that have been added.
getPropertySetTypes(Collection<URL>) - Method in class de.smartics.properties.spi.core.classpath. PropertySetClassesLoader
Returns all types that are annotated as property set.
getPropertySetTypes() - Method in class de.smartics.properties.spi.core.registry. InMemoryPropertyDescriptorRegistry
 
getPropertyStoreAccessor() - Method in interface de.smartics.properties.api.config.domain. ConfigurationPropertiesManagement
Provides direct access to the properties in the underlying store.
getPropertyStoreAccessor() - Method in class de.smartics.properties.impl.config.cache. CacheConfigurationPropertiesManagement
 
getPropertyStoreAccessor() - Method in class de.smartics.properties.impl.config.cache. SerializableCacheConfigurationPropertiesManagement
 
getPropertyStoreAccessor() - Method in class de.smartics.properties.impl.config.ds. DataSourceConfigurationProperties
 
getPropertyStoreAccessor() - Method in class de.smartics.properties.impl.config.jndi. JndiConfigurationProperties
 
getPropertyStoreAccessor() - Method in class de.smartics.properties.spi.config.domain. ConfigurationPropertiesManagementProxy
 
getPropertyStoreAccessor() - Method in class de.smartics.properties.spi.config.support. AbstractInMemoryConfigurationProperties
 
getPropertyStoreAccessor() - Method in class de.smartics.properties.spi.config.support. ConfigurationPropertiesManagementWithDefaults
 
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(PropertyDescriptor, 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(String, 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
 
getPropertyValueSecurity() - Method in interface de.smartics.properties.api.config.domain. ConfigurationPropertiesManagement
Returns the property value security helper to en- and decrypt property values.
getPropertyValueSecurity() - Method in class de.smartics.properties.impl.config.cache. AbstractCacheConfigurationPropertiesManagement
 
getPropertyValueSecurity() - Method in class de.smartics.properties.spi.config.domain. ConfigurationPropertiesManagementProxy
 
getPropertyValueSecurity() - Method in class de.smartics.properties.spi.config.support. AbstractConfigurationProperties
Returns the property value security helper to en- and decrypt property values.
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.app. ConfigurationPropertiesFactory
Returns the registry of declarations used by all created configurations.
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
 
getRegistry() - Method in class de.smartics.properties.spi.config.support. InMemoryConfigurationRepositoryManagement
Returns the registry to resolve property descriptors.
getRejectedValue() - Method in class de.smartics.properties.api.core.domain. PropertyValueChangeMessageBean
Returns the value the property was requested to change to but has been rejected.
getRemoteRepositoryUrl() - Method in class de.smartics.properties.resource.maven.repository. MavenRepository
Returns the URL to the remote repository.
getRemoteRepositoryUrl() - Method in class de.smartics.properties.resource.maven.repository. SessionedMavenResourceRepository
 
getRemoteRepositoryUrl() - Method in interface de.smartics.properties.resource.repository. ResourceRepository
Returns the URL to the remote repository.
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.api.core.domain. ProjectdocMetaData
 
getSortKey() - Method in interface de.smartics.properties.api.core.domain. DocumentMetaData
Returns the value for sortKey.
getSortKey() - Method in class de.smartics.properties.api.core.domain. 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 class de.smartics.properties.api.config.domain. PropertyValidationWithSourceMessageBean
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.api.core.app. JndiContext
Returns the name of the JNDI namespace.
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.api.core.domain. PropertyProjectdoc
Returns the information on the property's source code.
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.api.core.domain. ProjectdocMetaData
 
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. 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. ProjectdocMetaData
 
getSummary() - Method in class de.smartics.properties.api.core.domain. PropertyValueComment
Returns the summary of the type of the values.
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.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.
getSystemId() - Method in class de.smartics.properties.spi.core.metadata.projectdoc. ProjectdocMetaDataParser.ParserContext
Returns the identifier of the document.
getTable() - Method in class de.smartics.properties.config.transfer.templatestream. TableDescriptor
Returns the name of the configuration table.
getTable() - Method in class de.smartics.properties.spi.config.ds. AbstractDataSourceDescriptor
 
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.api.core.domain. ProjectdocMetaData
 
getTenantId() - Method in interface de.smartics.properties.impl.config.domain.key.rtaware. RuntimeAdapter
Returns the current tenant.
getTenantId() - Method in class de.smartics.properties.impl.config.domain.key.rtaware. TenantUserConfigurationKey
Returns the identifier of the tenant the configuration is for.
getTenantId() - Method in class de.smartics.properties.impl.config.domain.key.rtaware. ThreadLocalRuntimeAdapter
Returns the current tenant in action.
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.api.core.domain. ProjectdocMetaData
 
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. 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.
getUnknownPropertiesAsText() - Method in exception de.smartics.properties.api.config.domain. ConfigurationValidationException
Returns the unknown properties as message text.
getUnknownPropertiesCount() - Method in exception de.smartics.properties.api.config.domain. ConfigurationValidationException
Returns the count 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.domain. ArtifactRef
Returns the reference to the physical artifact.
getUrls() - Method in class de.smartics.properties.resource.domain. ClassPathEnvironment
Returns a list of URLs that point to the physical locations of the artifacts.
getUser() - Method in class de.smartics.properties.config.transfer.jdbc. Factory
Returns the user to authenticate against the database.
getUserId() - Method in interface de.smartics.properties.impl.config.domain.key.rtaware. RuntimeAdapter
Returns the current user.
getUserId() - Method in class de.smartics.properties.impl.config.domain.key.rtaware. TenantUserConfigurationKey
Returns the identifier of the user the configuration is for.
getUserId() - Method in class de.smartics.properties.impl.config.domain.key.rtaware. ThreadLocalRuntimeAdapter
Returns the current user in action.
getUseType() - Method in interface de.smartics.properties.api.core.domain. PropertyDescriptor
Returns the use type of the property.
getUseType() - Method in class de.smartics.properties.spi.core.metadata. PropertyMetaData
Returns the use type of the property.
getValidatedProperty(PropertyDescriptor, Object) - Method in interface de.smartics.properties.api.config.domain. ConfigurationProperties
Returns the validated 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.
getValidatedProperty(PropertyKey, Object) - Method in interface de.smartics.properties.api.config.domain. ConfigurationProperties
Returns the validated property for the given key, allowing to transparently provide a default value to be returned in case the property has not been set.
getValidatedProperty(String, Object) - Method in interface de.smartics.properties.api.config.domain. ConfigurationProperties
Returns the validated property for the given key, allowing to transparently provide a default value to be returned in case the property has not been set.
getValidatedProperty(PropertyDescriptor, Object) - Method in class de.smartics.properties.impl.config.cache. AbstractCacheConfigurationPropertiesManagement
 
getValidatedProperty(String, Object) - Method in class de.smartics.properties.impl.config.cache. AbstractCacheConfigurationPropertiesManagement
 
getValidatedProperty(PropertyKey, Object) - Method in class de.smartics.properties.impl.config.cache. AbstractCacheConfigurationPropertiesManagement
 
getValidatedProperty(PropertyDescriptor, Object) - Method in class de.smartics.properties.spi.config.domain. ConfigurationPropertiesProxy
 
getValidatedProperty(PropertyKey, Object) - Method in class de.smartics.properties.spi.config.domain. ConfigurationPropertiesProxy
 
getValidatedProperty(String, Object) - Method in class de.smartics.properties.spi.config.domain. ConfigurationPropertiesProxy
 
getValidatedProperty(PropertyKey, Object) - Method in class de.smartics.properties.spi.config.support. AbstractConfigurationProperties
 
getValidatedProperty(String, Object) - Method in class de.smartics.properties.spi.config.support. AbstractConfigurationProperties
 
getValidatedProperty(PropertyDescriptor, Object) - Method in class de.smartics.properties.spi.config.support. AbstractConfigurationPropertiesManagement
 
getValidatedProperty(PropertyDescriptor, Object) - Method in class de.smartics.properties.spi.config.support. ConfigurationPropertiesManagementWithDefaults
 
getValidatedValue() - Method in class de.smartics.properties.api.config.domain. ValidatedProperty
Returns the validated value.
getValidationMessage(Locale) - Method in class de.smartics.properties.api.core.domain. PropertyValidationMessageBean
Returns the validation message provided by the validator.
getValue() - Method in class de.smartics.properties.api.config.domain. Property
Returns the value of the property.
getValue() - Method in class de.smartics.properties.api.core.domain. PropertyValueMessageBean
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.config.transfer.templatestream. TableDescriptor
Returns the name of the property value column.
getValueColumn() - Method in class de.smartics.properties.spi.config.ds. AbstractDataSourceDescriptor
 
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(Object) - 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 property value comment.
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.domain. ArtifactId
Returns the version of the artifact.
getViolationCount() - Method in exception de.smartics.properties.api.config.domain. ConfigurationValidationException
Returns the count of violations.
getViolationMessage(Locale, Object) - Method in interface de.smartics.properties.api.core.domain. PropertyConstraint
Returns a localized description of the violation message adding the actual value.
getViolationMessage(Locale, Object) - Method in class de.smartics.properties.spi.core.constraint. AbstractPropertyConstraint
 
getViolationMessage(Locale, Object) - Method in class de.smartics.properties.spi.core.constraint.jsr303. GenericPropertyConstraint
 
getViolationsAsText(Locale) - Method in exception de.smartics.properties.api.config.domain. ConfigurationValidationException
Returns the violations as message text.
GroupPrefixFilter - Class in de.smartics.properties.resource.maven.repository.filter
Rejects dependencies whose group ID does not match the given prefix.
GroupPrefixFilter(String) - Constructor for class de.smartics.properties.resource.maven.repository.filter. GroupPrefixFilter
Default constructor.

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
 
handle(PropertyReportItem) - Method in class de.smartics.properties.reports. PropertiesPropertyReport
 
handle(PropertyReportSet) - Method in class de.smartics.properties.reports. XmlPropertyReport
 
handle(PropertyReportItem) - Method in class de.smartics.properties.reports. XmlPropertyReport
 
has(String) - Method in class de.smartics.properties.api.core.context.alias. PropertyAliasMapping
Checks if the given alias is registered.
hasActiveDynamicParts() - Method in interface de.smartics.properties.api.config.domain.key. ConfigurationKey
Returns true if this key instance has active dynamic parts.
hasActiveDynamicParts() - Method in class de.smartics.properties.impl.config.domain.key.envapp. AbstractConfigurationKey
 
hasActiveDynamicParts() - Method in class de.smartics.properties.impl.config.domain.key.rtaware. TenantUserConfigurationKey
 
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 interface 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. DocumentName
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.impl.config.domain.key.envapp. AbstractConfigurationKey
Returns the hash code of the object.
hashCode() - Method in class de.smartics.properties.impl.config.domain.key.rtaware. TenantId
Returns the hash code of the object.
hashCode() - Method in class de.smartics.properties.impl.config.domain.key.rtaware. TenantUserConfigurationKey
Returns the hash code of the object.
hashCode() - Method in class de.smartics.properties.impl.config.domain.key.rtaware. UserId
Returns the hash code of the object.
hashCode() - Method in class de.smartics.properties.resource.domain. ArtifactId
Returns the hash code of the object.
hashCode() - Method in class de.smartics.properties.spi.config.cache. CompoundKey
 
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
 
hashCodeValue - Variable in class de.smartics.properties.impl.config.domain.key.envapp. AbstractConfigurationKey
The pre-calculated hash code of this instance.
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.
hasReportedProblems() - Method in class de.smartics.properties.resource.util. TypeProblemMessageBean.Builder
Checks if duplicates or errors have been reported.
HeapException - Exception in de.smartics.properties.resource.heap
Signals problems accessing a heap.
HeapException(AbstractBaseMessageBean) - Constructor for exception de.smartics.properties.resource.heap. HeapException
Default constructor with a message bean.
HSqlDataSourceConnector - Class in de.smartics.properties.impl.config.ds.hsql
Connector to be registered to DataSourceProxyManager.
HSqlDataSourceConnector() - Constructor for class de.smartics.properties.impl.config.ds.hsql. HSqlDataSourceConnector
 
HSqlDataSourceProxy - Class in de.smartics.properties.impl.config.ds.hsql
Data source proxy to create HSQL data sources.
HSqlFactory - Class in de.smartics.properties.config.transfer.templatestream
Creates instances of StreamPropertySink by providing a template to generate SQL statements for HSQL databases.
HSqlFactory() - Constructor for class de.smartics.properties.config.transfer.templatestream. HSqlFactory
Default constructor.
HSqlJndiDataSourceProxy - Class in de.smartics.properties.impl.config.ds.hsql
Implementation based on a JNDI data source.
HSqlJndiDataSourceProxy(JndiDataSourceProxy) - Constructor for class de.smartics.properties.impl.config.ds.hsql. HSqlJndiDataSourceProxy
Default constructor.
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.
InMemoryCache< K, V> - Class in de.smartics.properties.spi.config.cache
Fake implementation of a cache.
InMemoryCache() - Constructor for class de.smartics.properties.spi.config.cache. InMemoryCache
 
InMemoryCacheManager - Class in de.smartics.properties.spi.config.cache
The cache manager implementation to store caches in-memory.
InMemoryCacheManager() - Constructor for class de.smartics.properties.spi.config.cache. InMemoryCacheManager
Default constructor.
InMemoryConfigurationRepositoryManagement - Class in de.smartics.properties.spi.config.support
Stores all configurations in memory.
InMemoryConfigurationRepositoryManagement(PropertyDescriptorRegistry, ConfigurationPropertiesManagementFactory) - 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.
insertOrUpdateSqlStatementTemplate - Variable in class de.smartics.properties.spi.config.ds. DefaultDataSourceManager.Builder
The template to create an SQL statement to insert or update a value in the table, dependent on if the value is already in the database or not.
INSTANCE - Static variable in class de.smartics.properties.api.config.app. ConfigurationPropertiesFactoryFactory
The singleton.
INSTANCE - Static variable in class de.smartics.properties.impl.config.domain.key.rtaware. RuntimeAdapterManager
The singleton to provide access to the runtime adapter.
INSTANCE - Static variable in class de.smartics.properties.resource.maven.repository.filter. TestScopeFilter
The singleton instance since the filter has no state.
INSTANCE - Static variable in class de.smartics.properties.spi.config.domain.key. ConfigurationKeyContextManager
The singleton to provide access to the manager and configuration key implementations.
instantiationFailed(Throwable, Class<?>) - Static method in class de.smartics.properties.api.config.domain. TypeProblemMessageBean
Creates a message instance with code TransferCode#FACTORY_INSTANTIATION_FAILED.
instantiationFailed(Throwable, String) - Static method in class de.smartics.properties.api.config.domain. TypeProblemMessageBean
Creates a message instance with code TransferCode#FACTORY_INSTANTIATION_FAILED.
invalid(PropertyDescriptor, List<? extends PropertyConstraint<?>>, Object) - Static method in exception de.smartics.properties.api.core.domain. PropertyValidationException
Creates an instance of the validation exception.
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.
InvalidEscaperTransferMessageBean - Class in de.smartics.properties.config.transfer.templatestream
Signals the the configured escaper implementation cannot be instantiated.
InvalidEscaperTransferMessageBean(Throwable, String) - Constructor for class de.smartics.properties.config.transfer.templatestream. InvalidEscaperTransferMessageBean
Default 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.
isAdminMode() - Method in class de.smartics.properties.api.config.domain. ConfigControl
Returns the switch to turn the management configuration into an administration configuration.
isArchive() - Method in class de.smartics.properties.resource.domain. ArtifactRef
Checks if the referenced artifact is an archive.
isBusiness() - Method in class de.smartics.properties.api.core.domain. PropertyCategories
Returns the flag to indicate that at least one category is considered to tag the property as business.
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
 
isCreateTable() - Method in class de.smartics.properties.config.transfer.jdbc. Factory
Returns the flag that signals to create properties table ( true ) or not ( false).
isCreateTable() - Method in class de.smartics.properties.impl.config.ds. DataSourceConfiguration
Returns the flag to create the configuration table if set to true.
isCreateTable() - Method in class de.smartics.properties.impl.config.ds. DataSourceConfigurationBuilder
Returns the flag to create the configuration if set to true.
isDropTable() - Method in class de.smartics.properties.config.transfer.jdbc. Factory
Returns the flag that signals to drop properties table ( true) or not ( false).
isDropTable() - Method in class de.smartics.properties.impl.config.ds. DataSourceConfiguration
Returns the flag to drop the configuration table if set to true.
isDropTable() - Method in class de.smartics.properties.impl.config.ds. DataSourceConfigurationBuilder
Returns the flag to drop the configuration table if set to true.
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.impl.config.domain.key.envapp. AbstractPropertiesDefinitionContext
Checks if the given token is a group.
isInAdminMode() - Method in class de.smartics.properties.api.config.domain. AbstractAdminModeSupportedPropertiesManagement
Checks whether or not this configuration is in administration mode.
isInAdminMode() - Method in interface de.smartics.properties.api.config.domain. ConfigurationProperties
Checks whether or not this configuration is in administration mode.
isInAdminMode() - Method in class de.smartics.properties.impl.config.cache. CacheConfigurationPropertiesManagement
 
isInAdminMode() - Method in class de.smartics.properties.impl.config.cache. SerializableCacheConfigurationPropertiesManagement
 
isInAdminMode() - Method in class de.smartics.properties.spi.config.domain. ConfigurationPropertiesManagementProxy
 
isInAdminMode() - Method in class de.smartics.properties.spi.config.domain. ConfigurationPropertiesProxy
 
isInAdminMode() - Method in class de.smartics.properties.spi.config.support. AbstractAdminModeConfigurationProperties
 
isInAdminMode() - Method in class de.smartics.properties.spi.config.support. ConfigurationPropertiesManagementWithDefaults
 
isLazy() - Method in interface de.smartics.properties.api.config.domain. PropertyProvider
Providers that do not have to fetch their property definitions eagerly return true here.
isLazy() - Method in class de.smartics.properties.spi.config.ds. DataSourceConfigurationPropertyProvider
 
isLazy() - Method in class de.smartics.properties.spi.config.support. InMemoryPropertiesManager
 
isLazy() - Method in class de.smartics.properties.spi.config.support. PropertiesPropertyProvider
 
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.impl.config.domain.key.envapp. AbstractPropertiesDefinitionContext
Checks if the given token is a registered environment.
isRegisteredGroup(String) - Method in class de.smartics.properties.impl.config.domain.key.envapp. AbstractPropertiesDefinitionContext
Checks if the given token is a registered group.
isRegisteredGroupTld(String) - Method in class de.smartics.properties.impl.config.domain.key.envapp. AbstractPropertiesDefinitionContext
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.impl.config.domain.key.envapp. AbstractPropertiesDefinitionContext
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
 
isSecured() - Method in interface de.smartics.properties.api.core.domain. PropertyDescriptor
Checks if the property is secured.
isSecured() - Method in class de.smartics.properties.spi.core.metadata. PropertyMetaData
Returns the flag to determine whether or not the property value contains sensitive information that is required to be secured.
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.
isTechnical() - Method in class de.smartics.properties.api.core.domain. PropertyCategories
Returns the flag to indicate that at least one category is considered to tag the property as technical.
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 for constraints in the default group.
isValid(T, Class<?>) - Method in interface de.smartics.properties.api.core.domain. PropertyConstraint
Checks if the given value is valid only if the constraint is in the given group.
isValid(T) - Method in class de.smartics.properties.spi.core.constraint. AbstractPropertyConstraint
 
isValid(T, Class<?>) - Method in class de.smartics.properties.spi.core.constraint.jsr303. GenericPropertyConstraint
 
isValid(List<?>, Class<?>) - Method in class de.smartics.properties.spi.core.constraints. ListValueConstraint
 
isValid(T, Class<?>) - Method in class de.smartics.properties.spi.core.constraints. PropertyRangeConstraint
 
iterator() - Method in interface de.smartics.properties.api.config.domain. PropertyCollection
Returns an iterator over a set of properties.
iterator() - Method in class de.smartics.properties.spi.config.ds. DsPropertyCollection
Returns an iterator over a set of properties.
iterator() - Method in class de.smartics.properties.spi.config.support. MappedPropertyCollection
Returns an iterator over a set of properties.
iterator() - Method in class de.smartics.properties.spi.config.support. MultiPropertyCollection
Returns an iterator over a set of properties.
iterator() - Method in class de.smartics.properties.spi.config.support. NativePropertyCollection
Returns an iterator over a set of properties.
iterator() - Method in class de.smartics.properties.spi.config.support. PropertiesPropertyCollection
Returns an iterator over a set of properties.
iterator() - Method in class de.smartics.properties.spi.config.transfer. PropertyProviderList
 
iterator() - Method in class de.smartics.properties.spi.core.registry. InMemoryPropertyDescriptorRegistry
 

J

JavadocCommentHelper - Class in de.smartics.properties.utils
Utilities to normalize Javadoc comments.
JavadocCommentHelper(String, String, String, String) - Constructor for class de.smartics.properties.utils. JavadocCommentHelper
Default constructor.
JdbcPropertySink - Class in de.smartics.properties.config.transfer.jdbc
Writes properties to a database via JDBC.
JdbcPropertySink(PropertiesStore) - Constructor for class de.smartics.properties.config.transfer.jdbc. JdbcPropertySink
Default constructor.
jndi(NamingException, String, String) - Static method in class de.smartics.properties.spi.config.cache. CacheMessageBean
Returns a message bean signaling that accessing the cache via JNDI failed.
JNDI_CONTEXT_PATH_BOOT - Static variable in class de.smartics.properties.api.core.app. JndiContext
The path within the JNDI context to access boot configuration properties.
JNDI_NAME - Static variable in class de.smartics.properties.impl.config.ds. DataSourceConfiguration
The key to the JNDI name of the data source.
JNDI_NAME - Static variable in class de.smartics.properties.spi.config.cache. CacheConfigurationLoader
The key to the JNDI name stored in the cache configuration file.
JndiConfigurationProperties - Class in de.smartics.properties.impl.config.jndi
Implementation based on JNDI.
JndiConfigurationProperties(ConfigurationKey<?>, PropertyDescriptorRegistry, PropertyValueSecurity) - Constructor for class de.smartics.properties.impl.config.jndi. JndiConfigurationProperties
Default constructor.
JndiConfigurationPropertiesFactory - Class in de.smartics.properties.impl.config.jndi
Factory to create instances of JndiConfigurationProperties.
JndiConfigurationPropertiesFactory() - Constructor for class de.smartics.properties.impl.config.jndi. JndiConfigurationPropertiesFactory
Default constructor.
JndiContext - Class in de.smartics.properties.api.core.app
Defines constants for this library.
JndiDataSourceProxy - Class in de.smartics.properties.spi.config.ds
A vendor-neutral implementation using JNDI to access a data source.
JndiDataSourceProxy(String) - Constructor for class de.smartics.properties.spi.config.ds. JndiDataSourceProxy
Default constructor.
JndiPropertyStoreCode - Enum in de.smartics.properties.impl.config.jndi
Codes dealing with property store problems.
JndiPropertyStoreException - Exception in de.smartics.properties.impl.config.jndi
Signals problems with accessing a JNDI property store.
JndiPropertyStoreException(PropertyStoreMessageBean) - Constructor for exception de.smartics.properties.impl.config.jndi. JndiPropertyStoreException
Default constructor.
JndiPropertyStoreMessageBean - Class in de.smartics.properties.impl.config.jndi
Provides context information for problems dealing with JNDI property stores.
JndiPropertyStoreMessageBean(JndiPropertyStoreCode, ConfigurationKey<?>, String) - Constructor for class de.smartics.properties.impl.config.jndi. JndiPropertyStoreMessageBean
Constructor without cause.
JndiPropertyStoreMessageBean(JndiPropertyStoreCode, Throwable, ConfigurationKey<?>, String) - Constructor for class de.smartics.properties.impl.config.jndi. JndiPropertyStoreMessageBean
Default constructor.

K

KeyListBuilder - Interface in de.smartics.properties.api.config.domain.key
Creates a list of keys to search for properties value in a given order.
keyListBuilder() - Method in class de.smartics.properties.impl.config.domain.key.envapp. EnvAppConfigurationKeyContext
 
keyListBuilder() - Method in class de.smartics.properties.impl.config.domain.key.rtaware. TenantUserConfigurationKeyContext
 
keyListBuilder() - Method in interface de.smartics.properties.spi.config.domain.key. ConfigurationKeyContext
Provides access to the key list builder that creates a list of configuration keys to fetch property values.
keySet() - Method in class de.smartics.properties.spi.config.cache. AmnesiaCache
 
keySet() - Method in interface de.smartics.properties.spi.config.cache. Cache
Returns a set of all keys in the cache.
keySet() - Method in class de.smartics.properties.spi.config.cache. InMemoryCache
 

L

LibraryCodeNumbers - Class in de.smartics.properties.api.config.codes
Overview over codes signaled by this library.
LibraryCodeNumbers - Class in de.smartics.properties.api.core.app
Overview over codes signaled by this library.
LibraryCodeNumbers - Class in de.smartics.properties.resource.app
Overview over codes signaled by this library.
list() - Method in class de.smartics.properties.api.core.app. JndiContext
Returns the list of stored values in the context.
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 interface 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 interface 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 interface de.smartics.properties.api.config.domain.key. ConfigurationKeyHelper
Loads the application identifier from the manifest file pointed at by the given locator class.
load(ApplicationId) - Method in interface de.smartics.properties.api.config.domain.key. ConfigurationKeyHelper
Loads the configuration key using the given applicationId and determines the environmentId through system properties or defaults (null for the environment and hostname for the node).
load(Class<?>) - Method in class de.smartics.properties.impl.config.domain.key.envapp. EnvAppConfigurationKeyHelper
Loads the application identifier from the manifest file pointed at by the given locator class.
load(String, Class<?>) - Method in class de.smartics.properties.impl.config.domain.key.envapp. EnvAppConfigurationKeyHelper
Loads the application identifier from the manifest file pointed at by the given locator class.
load(EnvironmentId, Class<?>) - Method in class de.smartics.properties.impl.config.domain.key.envapp. EnvAppConfigurationKeyHelper
Loads the application identifier from the manifest file pointed at by the given locator class.
load(ApplicationId) - Method in class de.smartics.properties.impl.config.domain.key.envapp. EnvAppConfigurationKeyHelper
Loads the configuration key using the given applicationId and determines the environmentId through system properties or defaults (null for the environment and hostname for the node).
load(Class<?>) - Method in class de.smartics.properties.impl.config.domain.key.rtaware. TenantUserConfigurationKeyHelper
Loads the application identifier from the manifest file pointed at by the given locator class.
load(String, Class<?>) - Method in class de.smartics.properties.impl.config.domain.key.rtaware. TenantUserConfigurationKeyHelper
Loads the application identifier from the manifest file pointed at by the given locator class.
load(EnvironmentId, Class<?>) - Method in class de.smartics.properties.impl.config.domain.key.rtaware. TenantUserConfigurationKeyHelper
Loads the application identifier from the manifest file pointed at by the given locator class.
load(ApplicationId) - Method in class de.smartics.properties.impl.config.domain.key.rtaware. TenantUserConfigurationKeyHelper
Loads the configuration key using the given applicationId and determines the environmentId through system properties or defaults (null for the environment and hostname for the node).
load() - Method in class de.smartics.properties.impl.config.ds. DataSourceConfigurationJndiLoader
Loads the data source configuration.
load() - Method in class de.smartics.properties.impl.config.ds. DataSourceConfigurationLoader
Loads the data source configuration.
load() - Method in class de.smartics.properties.impl.config.ds. DataSourceConfigurationPropertiesLoader
Loads the data source configuration.
load() - Method in class de.smartics.properties.spi.config.cache. CacheConfigurationJndiLoader
Loads the cache configuration from JNDI.
load() - Method in class de.smartics.properties.spi.config.cache. CacheConfigurationLoader
Loads the cache configuration.
load() - Method in class de.smartics.properties.spi.config.cache. CacheConfigurationPropertiesLoader
Loads the cache configuration from the classpath.
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.
localPath() - Method in interface de.smartics.properties.resource.maven.repository. ResourceRepositoryProperties
The path to the local repository.
lookup(String) - Method in class de.smartics.properties.api.core.app. JndiContext
Runs a lookup for the value with the given key in the JNDI context and returns the value as a String.
lookupBoolean(String) - Method in class de.smartics.properties.api.core.app. JndiContext
Runs a lookup for the value with the given key in the JNDI context.
lookupObject(String) - Method in class de.smartics.properties.api.core.app. JndiContext
Runs a lookup for the value with the given key in the JNDI context.

M

malformedUrl(Throwable, ArtifactRef) - Static method in class de.smartics.properties.spi.config.transfer. DefinitionXmlMessageBean
Creates a message bean with code TransferCode.MALFORMED_URL_TO_DEFINITION_XML.
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.
match(String) - Method in class de.smartics.properties.spi.config.domain.key. PathMatcher
 
match(String) - Method in interface de.smartics.properties.spi.config.domain.key. PropertiesResourceMatcher
Matches the identifier with the matchers algorithm.
materialize() - Method in interface de.smartics.properties.api.config.app. ConfigurationPropertiesFactory
Materializes all configurations found by this factory.
materialize() - Method in class de.smartics.properties.spi.config.support. AbstractConfigurationPropertiesFactory
 
MavenRepository - Class in de.smartics.properties.resource.maven.repository
The repository to access artifacts to resolve for property descriptor information.
MavenRepository(String, String) - Constructor for class de.smartics.properties.resource.maven.repository. MavenRepository
Convenience constructor without dependency filters and no authentication.
MavenRepository(String, Authentication, String) - Constructor for class de.smartics.properties.resource.maven.repository. MavenRepository
Convenience constructor without dependency filters.
MavenRepository(String, Authentication, String, List<DependencyFilter>, boolean) - Constructor for class de.smartics.properties.resource.maven.repository. MavenRepository
Default constructor.
MavenResourceCode - Enum in de.smartics.properties.resource.maven.repository
Codes dealing with resource problems accessing with Maven.
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(PropertyKey, 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.
missingDefinition(Throwable, ArtifactRef) - Static method in class de.smartics.properties.spi.config.transfer. DefinitionXmlMessageBean
Creates a message bean with code TransferCode.NO_DEFINITION_XML.
missingProperty(String, String) - Static method in class de.smartics.properties.spi.config.cache. CacheMessageBean
Returns a message bean signaling that the mandatory cache configuration property is missing in the cache configuration.
MultiPropertyCollection - Class in de.smartics.properties.spi.config.support
Provides access to a set of property iterators.
MultiPropertyCollection() - Constructor for class de.smartics.properties.spi.config.support. MultiPropertyCollection
 
MultiSourcePropertiesManager - Class in de.smartics.properties.spi.config.support
Helper to provide multiple sources for any configurations found.
MySqlDataSourceConnector - Class in de.smartics.properties.impl.config.ds.mysql
Connector to be registered to DataSourceProxyManager.
MySqlDataSourceConnector() - Constructor for class de.smartics.properties.impl.config.ds.mysql. MySqlDataSourceConnector
 
MySqlDataSourceProxy - Class in de.smartics.properties.impl.config.ds.mysql
Data source proxy to create HSQL data sources.
MySqlFactory - Class in de.smartics.properties.config.transfer.templatestream
Creates instances of StreamPropertySink by providing a template to generate SQL statements for MySQL databases.
MySqlFactory() - Constructor for class de.smartics.properties.config.transfer.templatestream. MySqlFactory
Default constructor.
MySqlJndiDataSourceProxy - Class in de.smartics.properties.impl.config.ds.mysql
Implementation based on a JNDI data source.
MySqlJndiDataSourceProxy(JndiDataSourceProxy) - Constructor for class de.smartics.properties.impl.config.ds.mysql. MySqlJndiDataSourceProxy
Default constructor.

N

namespace(String, String, String) - Static method in class de.smartics.properties.api.core.domain. ConfigMessageBean
Creates a message bean signaling a namespace problem.
namespace - Variable in class de.smartics.properties.impl.config.domain.key.envapp. AbstractDefinitionConfigParser
The namespace of definition files parsed by this parser.
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.
NoConfigurationKeyForPropertiesMessageBean - Class in de.smartics.properties.spi.config.transfer
Provides information to signal that there is no configuration key for a given properties file.
NoConfigurationKeyForPropertiesMessageBean(String) - Constructor for class de.smartics.properties.spi.config.transfer. NoConfigurationKeyForPropertiesMessageBean
Constructor without cause.
NoConfigurationKeyForPropertiesMessageBean(Throwable, String) - Constructor for class de.smartics.properties.spi.config.transfer. NoConfigurationKeyForPropertiesMessageBean
Default constructor.
noImplementationFound(Throwable, Class<?>) - Static method in class de.smartics.properties.api.config.domain. TypeProblemMessageBean
Creates a message instance with code TransferCode#FACTORY_IMPLEMENTATION_NOT_FOUND.
norm(String) - Static method in class de.smartics.properties.impl.config.domain.key.envapp. AbstractDefinitionConfigParser
Normalizes the text.
normalizeString(Object) - Method in class de.smartics.properties.spi.core.metadata.projectdoc. AnnotationHelper
Helper to normalize an annotation value.
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.
NS - Static variable in class de.smartics.properties.spi.core.metadata.projectdoc. PropertyProjectdocParser
The namespace of the XML files this parser can parse.
NS - Static variable in class de.smartics.properties.spi.core.metadata.projectdoc. PropertySetProjectdocParser
The namespace of the XML files this parser can parse.
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.
OneKeyPropertiesDefinitionContext - Class in de.smartics.properties.spi.config.definition
Maps any path to the preconfigured configuration key.
OneKeyPropertiesDefinitionContext(ConfigurationKey<?>) - Constructor for class de.smartics.properties.spi.config.definition. OneKeyPropertiesDefinitionContext
Default constructor.

P

parse(Class<?>) - Method in class de.smartics.properties.impl.config.domain.key.envapp. AbstractDefinitionConfigParser
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.impl.config.domain.key.envapp. AbstractDefinitionConfigParser
Parses the configuration file at PropertiesContext.DEFINITION_FILE.
parse(String, InputStream) - Method in class de.smartics.properties.impl.config.domain.key.envapp. EnvAppDefinitionConfigParser
Parses the definition.xml from the given stream.
parse(String) - Method in class de.smartics.properties.impl.config.domain.key.envapp. EnvAppDefinitionKeyHelper
Parses the given path to create a configuration key.
parse(String, InputStream) - Method in class de.smartics.properties.impl.config.domain.key.rtaware. TenantUserDefinitionConfigParser
Parses the definition.xml from the given stream.
parse(String) - Method in class de.smartics.properties.impl.config.domain.key.rtaware. TenantUserDefinitionKeyHelper
Parses the given path to create a configuration key.
parse(Class<?>) - Method in interface 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 interface de.smartics.properties.spi.config.definition. DefinitionConfigParser
Parses the configuration file at PropertiesContext.DEFINITION_FILE.
parse(String, InputStream) - Method in interface de.smartics.properties.spi.config.definition. DefinitionConfigParser
Parses the definition.xml from the given stream.
parse(String) - Method in interface 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.
parse(PropertyDescriptor, Locale) - Method in class de.smartics.properties.spi.core.metadata.projectdoc. PropertyProjectdocParser
 
parse(PropertyDescriptor, Locale) - Method in class de.smartics.properties.spi.core.metadata.projectdoc. PropertySetProjectdocParser
 
parseAdditional(ProjectdocMetaDataParser.ParserContext) - Method in class de.smartics.properties.spi.core.metadata.projectdoc. ProjectdocMetaDataParser
The hook that allows to add further information.
parseAdditional(ProjectdocMetaDataParser.ParserContext) - Method in class de.smartics.properties.spi.core.metadata.projectdoc. PropertyProjectdocParser
 
parseAdditional(ProjectdocMetaDataParser.ParserContext) - Method in class de.smartics.properties.spi.core.metadata.projectdoc. PropertySetProjectdocParser
 
parseBase(PropertyDescriptor, Locale, ProjectdocMetaData) - Method in class de.smartics.properties.spi.core.metadata.projectdoc. ProjectdocMetaDataParser
Parses the comments for the given descriptor.
PathMatcher - Class in de.smartics.properties.spi.config.domain.key
Matches a path that may contain wildcards at the end of the path.
PathMatcher.Matcher - Class in de.smartics.properties.spi.config.domain.key
Matcher of a single path.
PathMatcher.Matcher(String) - Constructor for class de.smartics.properties.spi.config.domain.key. PathMatcher.Matcher
Default constructor.
PERM_ONLY - Static variable in class de.smartics.properties.spi.config.support. InMemoryConfigurationRepositoryManagement
FIXME: Use this as boot properties.
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, 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.api.core.domain
Stores document instance information for projectdoc metadata.
ProjectdocMetaData() - Constructor for class de.smartics.properties.api.core.domain. ProjectdocMetaData
Convenience constructor without a parent to inherit from.
ProjectdocMetaData(ProjectdocMetaData) - Constructor for class de.smartics.properties.api.core.domain. 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
Convenience constructor without defaults.
ProjectdocMetaDataParser(PropertiesContext, ProjectdocAnnotationCollector.Defaults) - Constructor for class de.smartics.properties.spi.core.metadata.projectdoc. ProjectdocMetaDataParser
Default constructor.
ProjectdocMetaDataParser.ParserContext - Class in de.smartics.properties.spi.core.metadata.projectdoc
Provide access to information relevant for parsing and storing the parsed information.
PropertiesBasedPropertyValueSecurity - Class in de.smartics.properties.api.core.security
Base implementation based on Java security, loading configuration values from a properties file stored in SecurityConfigurationLoader#CLASSPATH_LOCATION.
PropertiesBasedPropertyValueSecurity() - Constructor for class de.smartics.properties.api.core.security. PropertiesBasedPropertyValueSecurity
Default constructor.
PropertiesCode - Interface in de.smartics.properties.api.core.app
Tagging interface to type all codes used in this library.
PropertiesConfigurationProperties - Class in de.smartics.properties.impl.config.properties
Implementation based on Properties.
PropertiesConfigurationProperties(ConfigurationKey<?>, PropertyValueSecurity) - Constructor for class de.smartics.properties.impl.config.properties. PropertiesConfigurationProperties
Convenience constructor using its own registry.
PropertiesConfigurationProperties(ConfigurationKey<?>, PropertyDescriptorRegistry, PropertyValueSecurity) - 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 - Interface in de.smartics.properties.spi.config.definition
Contains information from the definition.xml that is contained in archives providing property information.
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
 
PropertiesFormat - Enum in de.smartics.properties.config.transfer.filesystem
An enumeration of valid properties formats.
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.
PropertiesResourceMatcher - Interface in de.smartics.properties.spi.config.domain.key
Allows to match resource identifiers, usually pathes to properties files within an archive, to map them to a configuration key.
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(Property) - Constructor for class de.smartics.properties.api.config.domain. Property
Copy-constructor.
PROPERTY_CODE_START - Static variable in class de.smartics.properties.api.core.app. LibraryCodeNumbers
The start number of property codes.
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.
PROPERTY_STORE_CODE_START - Static variable in class de.smartics.properties.api.config.codes. LibraryCodeNumbers
The start number of the cache codes.
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.
PropertyCategories - Annotation Type in de.smartics.properties.api.core.annotations
Categorizes a property.
PropertyCategories - Class in de.smartics.properties.api.core.domain
The categories the property is associated with.
PropertyCategories.Builder - Class in de.smartics.properties.api.core.domain
Builder for PropertyCategories.
PropertyCategories.Builder() - Constructor for class de.smartics.properties.api.core.domain. PropertyCategories.Builder
 
PropertyCategories.Business - Interface in de.smartics.properties.api.core.annotations
Tags a property as a business property that is environment agnostic.
PropertyCategories.CategoryTag - Interface in de.smartics.properties.api.core.annotations
Allows to tag interfaces to be used as value for the PropertyCategories annotation.
PropertyCategories.Technical - Interface in de.smartics.properties.api.core.annotations
Tags a property as a technical property.
PropertyCode - Enum in de.smartics.properties.api.core.domain
Codes dealing with property problems.
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.
PropertyDescriptorClashingMessageBean - Class in de.smartics.properties.api.core.domain
Provides context information for errors concerning two clashing property descriptors.
PropertyDescriptorClashingMessageBean(PropertyCode, PropertyDescriptor, PropertyDescriptor) - Constructor for class de.smartics.properties.api.core.domain. PropertyDescriptorClashingMessageBean
Convenience constructor with no root cause.
PropertyDescriptorClashingMessageBean(PropertyCode, Throwable, PropertyDescriptor, PropertyDescriptor) - Constructor for class de.smartics.properties.api.core.domain. PropertyDescriptorClashingMessageBean
Default constructor.
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(PropertyDescriptorMessageBean) - Constructor for exception de.smartics.properties.api.core.domain. PropertyDescriptorException
Default constructor.
PropertyDescriptorMessageBean - Class in de.smartics.properties.api.core.domain
Provides context information for errors concerning a property.
PropertyDescriptorMessageBean(PropertiesCode, Throwable, PropertyDescriptor) - Constructor for class de.smartics.properties.api.core.domain. PropertyDescriptorMessageBean
Default 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(PropertyMessageBean) - Constructor for exception de.smartics.properties.api.core.domain. PropertyException
Default 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.
PropertyExpressionMessageBean - Class in de.smartics.properties.api.core.domain
Provides context information for errors concerning a property value.
PropertyExpressionMessageBean(PropertyDescriptor, String) - Constructor for class de.smartics.properties.api.core.domain. PropertyExpressionMessageBean
Convenience constructor with no message and no root cause.
PropertyExpressionMessageBean(Throwable, PropertyDescriptor, String) - Constructor for class de.smartics.properties.api.core.domain. PropertyExpressionMessageBean
Convenience constructor with cause.
PropertyExpressionMessageBean(PropertiesCode, Throwable, PropertyDescriptor, String) - Constructor for class de.smartics.properties.api.core.domain. PropertyExpressionMessageBean
Default constructor.
PropertyExpressionWithSourceMessageBean - Class in de.smartics.properties.api.config.domain
Provides information about property resolving problems including the source location.
PropertyExpressionWithSourceMessageBean(PropertyValueResolveException, PropertyLocation) - Constructor for class de.smartics.properties.api.config.domain. PropertyExpressionWithSourceMessageBean
Default constructor.
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.
PropertyMessageBean - Class in de.smartics.properties.api.core.domain
Provides context information for errors concerning a property.
PropertyMessageBean(PropertiesCode, Throwable, PropertyKey) - Constructor for class de.smartics.properties.api.core.domain. PropertyMessageBean
Default constructor.
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.
PropertyProjectdoc - Class in de.smartics.properties.api.core.domain
Provides property information read from an SDoc XML document.
PropertyProjectdoc() - Constructor for class de.smartics.properties.api.core.domain. PropertyProjectdoc
Default constructor without parent.
PropertyProjectdoc(ProjectdocMetaData) - Constructor for class de.smartics.properties.api.core.domain. PropertyProjectdoc
Default constructor with parent.
PropertyProjectdocParser - Class in de.smartics.properties.spi.core.metadata.projectdoc
Parsed projectdoc's property documents.
PropertyProjectdocParser(PropertiesContext) - Constructor for class de.smartics.properties.spi.core.metadata.projectdoc. PropertyProjectdocParser
Convenience constructor without defaults.
PropertyProjectdocParser(PropertiesContext, ProjectdocAnnotationCollector.Defaults) - Constructor for class de.smartics.properties.spi.core.metadata.projectdoc. PropertyProjectdocParser
Default constructor.
PropertyProvider - Interface in de.smartics.properties.api.config.domain
Defines an interface to read property values from a source.
PropertyProviderList - Class in de.smartics.properties.spi.config.transfer
Collects property providers to make them accessible by the transfer process as a source of property definitions.
PropertyProviderList() - Constructor for class de.smartics.properties.spi.config.transfer. PropertyProviderList
Default constructor.
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
 
PropertyResourceMatchers - Class in de.smartics.properties.spi.config.domain.key
A collection of matchers to determine a configuration key for a properties resource.
PropertyResourceMatchers() - Constructor for class de.smartics.properties.spi.config.domain.key. PropertyResourceMatchers
Convenience constructor for a matcher that matches nothing.
PropertyResourceMatchers(ConfigurationKey<?>, List<PropertiesResourceMatcher>) - Constructor for class de.smartics.properties.spi.config.domain.key. PropertyResourceMatchers
Default constructor.
PropertyRootException - Exception in de.smartics.properties.api.core.app
Base exception of the library for signaling an unspecific cause.
PropertyRootException(PropertiesCode) - Constructor for exception de.smartics.properties.api.core.app. PropertyRootException
Constructor with error code and no cause for exceptions that do no provide its context as a message bean.
PropertyRootException(Throwable, PropertiesCode) - Constructor for exception de.smartics.properties.api.core.app. PropertyRootException
Constructor with cause and code for exceptions that do no provide its context as a message bean.
PropertyRootException(MessageBean) - Constructor for exception de.smartics.properties.api.core.app. PropertyRootException
Default constructor.
PropertySet - Annotation Type in de.smartics.properties.api.core.annotations
Defines a set of properties.
propertySet(Method) - Static method in class de.smartics.properties.spi.core.metadata. PropertyMetaDataDefaults
Retruns the property set metadata defaults.
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
 
PropertySetProjectdoc - Class in de.smartics.properties.api.core.domain
Provides property set information read from an SDoc XML document.
PropertySetProjectdoc() - Constructor for class de.smartics.properties.api.core.domain. PropertySetProjectdoc
Default constructor without parent.
PropertySetProjectdoc(ProjectdocMetaData) - Constructor for class de.smartics.properties.api.core.domain. PropertySetProjectdoc
Default constructor with parent.
PropertySetProjectdocParser - Class in de.smartics.properties.spi.core.metadata.projectdoc
Parsed projectdoc's property set documents.
PropertySetProjectdocParser(PropertiesContext) - Constructor for class de.smartics.properties.spi.core.metadata.projectdoc. PropertySetProjectdocParser
Convenience constructor without defaults.
PropertySetProjectdocParser(PropertiesContext, ProjectdocAnnotationCollector.Defaults) - Constructor for class de.smartics.properties.spi.core.metadata.projectdoc. PropertySetProjectdocParser
Default constructor.
PropertySink - Interface in de.smartics.properties.api.config.transfer
A sink to write properties to.
PropertySinkFactory< T extends PropertySink> - Interface in de.smartics.properties.api.config.transfer
Creates instances of PropertySink.
PropertySource - Interface in de.smartics.properties.api.config.domain
Defines a source for properties with read and write access.
PropertyStoreAccessor - Interface in de.smartics.properties.api.config.domain
Provides direct access to the properties of a configuration.
PropertyStoreCode - Enum in de.smartics.properties.api.config.domain
Codes dealing with property store problems.
PropertyStoreException - Exception in de.smartics.properties.api.config.domain
Signals problems with accessing a property store.
PropertyStoreException(PropertyStoreMessageBean) - Constructor for exception de.smartics.properties.api.config.domain. PropertyStoreException
Default constructor.
PropertyStoreMessageBean - Class in de.smartics.properties.api.config.domain
Provides context information for problems dealing with property stores.
PropertyStoreMessageBean(ConfigurationsCode, ConfigurationKey<?>, String) - Constructor for class de.smartics.properties.api.config.domain. PropertyStoreMessageBean
Constructor without cause.
PropertyStoreMessageBean(ConfigurationsCode, Throwable, ConfigurationKey<?>, String) - Constructor for class de.smartics.properties.api.config.domain. PropertyStoreMessageBean
Default constructor.
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.
PropertyUse - Annotation Type in de.smartics.properties.api.core.annotations
Defines the type of using the property.
PropertyUse.UseType - Enum in de.smartics.properties.api.core.annotations
The type of using the property.
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(PropertyValidationMessageBean) - Constructor for exception de.smartics.properties.api.core.domain. PropertyValidationException
Default constructor.
PropertyValidationMessageBean - Class in de.smartics.properties.api.core.domain
Provides context information for errors concerning a property.
PropertyValidationMessageBean(PropertyDescriptor, List<? extends PropertyConstraint<?>>, Object) - Constructor for class de.smartics.properties.api.core.domain. PropertyValidationMessageBean
Convenience constructor with no message and no root cause.
PropertyValidationMessageBean(Throwable, PropertyDescriptor, List<? extends PropertyConstraint<?>>, Object) - Constructor for class de.smartics.properties.api.core.domain. PropertyValidationMessageBean
Convenience constructor with cause.
PropertyValidationMessageBean(PropertiesCode, Throwable, PropertyDescriptor, List<? extends PropertyConstraint<?>>, Object) - Constructor for class de.smartics.properties.api.core.domain. PropertyValidationMessageBean
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(PropertyValidationWithSourceMessageBean) - Constructor for exception de.smartics.properties.api.config.domain. PropertyValidationWithSourceException
Default constructor.
PropertyValidationWithSourceMessageBean - Class in de.smartics.properties.api.config.domain
Provides information about property violations including the source location.
PropertyValidationWithSourceMessageBean(PropertyValidationException, PropertyLocation) - Constructor for class de.smartics.properties.api.config.domain. PropertyValidationWithSourceMessageBean
Default constructor.
PropertyValidator - Class in de.smartics.properties.spi.core.validate
Helper to validate constraints.
PropertyValidator(boolean) - Constructor for class de.smartics.properties.spi.core.validate. PropertyValidator
Default constructor.
PropertyValueChangeMessageBean - Class in de.smartics.properties.api.core.domain
Provides context information for errors concerning a failed change of a property value.
PropertyValueChangeMessageBean(PropertyCode, PropertyDescriptor, Object, Object) - Constructor for class de.smartics.properties.api.core.domain. PropertyValueChangeMessageBean
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 a value cannot be converted to its native type.
PropertyValueConversionException(PropertyValueMessageBean) - Constructor for exception de.smartics.properties.api.core.domain. PropertyValueConversionException
Default constructor.
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(PropertyValueWithSourceMessageBean) - 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.
PropertyValueMessageBean - Class in de.smartics.properties.api.core.domain
Provides context information for errors concerning a property value.
PropertyValueMessageBean(PropertyDescriptor, Object) - Constructor for class de.smartics.properties.api.core.domain. PropertyValueMessageBean
Convenience constructor with no message and no root cause.
PropertyValueMessageBean(Throwable, PropertyDescriptor, Object) - Constructor for class de.smartics.properties.api.core.domain. PropertyValueMessageBean
Convenience constructor with cause.
PropertyValueMessageBean(PropertiesCode, Throwable, PropertyDescriptor, Object) - Constructor for class de.smartics.properties.api.core.domain. PropertyValueMessageBean
Default constructor.
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(PropertyExpressionMessageBean) - Constructor for exception de.smartics.properties.api.core.domain. PropertyValueResolveException
Default constructor.
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(PropertyExpressionWithSourceMessageBean) - Constructor for exception de.smartics.properties.api.config.domain. PropertyValueResolveWithSourceException
Default constructor.
PropertyValueSecured - Annotation Type in de.smartics.properties.api.core.annotations
Defines that the property value is secured.
PropertyValueSecurity - Interface in de.smartics.properties.api.core.security
Helper to en- and decrypt property values.
PropertyValueWithSourceMessageBean - Class in de.smartics.properties.api.config.domain
Provides information about property conversion problems including the source location.
PropertyValueWithSourceMessageBean(PropertyValueConversionException, PropertyLocation) - Constructor for class de.smartics.properties.api.config.domain. PropertyValueWithSourceMessageBean
Default constructor.
provideEncryptor() - Method in class de.smartics.properties.security.esapi. AbstractEsapiPropertyValueSecurity
Provides the encryptor to use for encryption.
provideEncryptor() - Method in class de.smartics.properties.security.esapi. EsapiPropertyValueSecurity
 
put(K, V) - Method in class de.smartics.properties.spi.config.cache. AmnesiaCache
 
put(K, V, long, TimeUnit) - Method in class de.smartics.properties.spi.config.cache. AmnesiaCache
 
put(K, V, int, TimeUnit, int, TimeUnit) - Method in class de.smartics.properties.spi.config.cache. AmnesiaCache
 
put(K, V) - Method in class de.smartics.properties.spi.config.cache. InMemoryCache
 
put(K, V, long, TimeUnit) - Method in class de.smartics.properties.spi.config.cache. InMemoryCache
 
put(K, V, int, TimeUnit, int, TimeUnit) - Method in class de.smartics.properties.spi.config.cache. InMemoryCache
 
put(K, V) - Method in interface de.smartics.properties.spi.config.cache. UnawareCache
Put the given value in the cache under the given key.
put(K, V, long, TimeUnit) - Method in interface de.smartics.properties.spi.config.cache. UnawareCache
Put the given value with the given properties in the cache under the given key.
put(K, V, int, TimeUnit, int, TimeUnit) - Method in interface de.smartics.properties.spi.config.cache. UnawareCache
Put the given value with the given properties in the cache under the given key.

R

readApplication(Element) - Method in class de.smartics.properties.impl.config.domain.key.envapp. AbstractDefinitionConfigParser
Parses application information.
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.
readEnvironment(Element) - Method in class de.smartics.properties.impl.config.domain.key.envapp. AbstractDefinitionConfigParser
Parses environment information.
readFiles(String, Element) - Method in class de.smartics.properties.impl.config.domain.key.envapp. AbstractDefinitionConfigParser
Parsed the map of files from the given element.
readKey(Element) - Method in class de.smartics.properties.impl.config.domain.key.envapp. AbstractDefinitionConfigParser
Parses the configuration key.
readKey(Element) - Method in class de.smartics.properties.impl.config.domain.key.envapp. EnvAppDefinitionConfigParser
 
readKey(Element) - Method in class de.smartics.properties.impl.config.domain.key.rtaware. TenantUserDefinitionConfigParser
 
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(PropertyValueChangeMessageBean) - 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.
readSet(Element, String, String) - Method in class de.smartics.properties.impl.config.domain.key.envapp. AbstractDefinitionConfigParser
Parses a set.
readSet(Element, String, String, Set<String>) - Method in class de.smartics.properties.impl.config.domain.key.envapp. AbstractDefinitionConfigParser
Parses a set.
receiveCacheEntryCreated(CacheEntryCreatedEvent) - Method in class de.smartics.properties.spi.config.cache. CompoundKeyHandlingCacheListener
For each cache we provide a structure to account which keys have been added.
receiveCacheEntryEvicted(CacheEntriesEvictedEvent) - Method in class de.smartics.properties.spi.config.cache. CompoundKeyHandlingCacheListener
For each cache we provide a structure to account which keys have been added.
receiveCacheEntryRemoved(CacheEntryRemovedEvent) - Method in class de.smartics.properties.spi.config.cache. CompoundKeyHandlingCacheListener
For each cache we provide a structure to account which keys have been added.
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(DataSourceConnector) - Static method in class de.smartics.properties.impl.config.ds. DataSourceProxyManager
Registers the given connector.
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
 
release() - Method in interface de.smartics.properties.api.config.domain. ConfigurationRepository
Releases resources acquired by this instance.
release() - Method in interface de.smartics.properties.api.config.domain. ConfigurationRepositoryManagement
Releases resources acquired by this instance.
release() - Method in class de.smartics.properties.spi.config.support. AbstractConfigurationPropertiesFactory
 
release() - Method in interface de.smartics.properties.spi.config.support. ConfigurationPropertiesManagementFactory
Releases resources acquired by this instance.
release() - Method in class de.smartics.properties.spi.config.support. InMemoryConfigurationRepositoryManagement
 
remoteUrl() - Method in interface de.smartics.properties.resource.maven.repository. ResourceRepositoryProperties
The URL to the remote repository.
remove() - Static method in class de.smartics.properties.impl.config.domain.key.rtaware. ThreadLocalRuntimeAdapter
Delegates to ThreadLocal.remove().
remove(Object) - Method in class de.smartics.properties.spi.config.cache. AmnesiaCache
 
remove(Object) - Method in class de.smartics.properties.spi.config.cache. InMemoryCache
 
remove(K) - Method in interface de.smartics.properties.spi.config.cache. UnawareCache
Removes the value for the given key.
remove(ConfigurationKey<?>) - Method in class de.smartics.properties.spi.config.support. AbstractConfigurationPropertiesFactory
 
remove(ConfigurationKey<?>) - Method in interface de.smartics.properties.spi.config.support. ConfigurationPropertiesManagementFactory
Removes the configuration with the given key from the cache.
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.utils. 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(ResourcesCode) - Constructor for exception de.smartics.properties.resource.repository. RepositoryException
Constructor without a cause.
RepositoryException(Throwable, ResourcesCode) - Constructor for exception de.smartics.properties.resource.repository. RepositoryException
Default constructor.
RepositoryException(AbstractBaseMessageBean) - Constructor for exception de.smartics.properties.resource.repository. RepositoryException
Default constructor with a message bean.
resolve(String) - Method in class de.smartics.properties.api.core.domain. PropertiesContext
Resolves the alias to the target it points to.
resolve() - Method in class de.smartics.properties.resource.filesystem.heap. FileSystemResourceHeap
 
resolve() - Method in interface de.smartics.properties.resource.heap. ResourceHeap
Resolves the properties resources from this heap.
resolve(RepositorySystemSession, Artifact) - Method in class de.smartics.properties.resource.maven.repository. MavenRepository
Resolves the artifact so that it is locally accessible.
resolve(ArtifactId) - Method in class de.smartics.properties.resource.maven.repository. SessionedMavenResourceRepository
 
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.
resolveAndConvertAndValidate(PropertyDescriptor, Object, Object) - Method in class de.smartics.properties.spi.config.support. AbstractConfigurationProperties
Resolves, converts and validates 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.
RESOURCE_CODE_START - Static variable in class de.smartics.properties.resource.app. LibraryCodeNumbers
The start number of resource codes.
ResourceCode - Enum in de.smartics.properties.resource.domain
Codes dealing with property problems.
ResourceConfigurationPropertiesFactory - Class in de.smartics.properties.impl.config.resource
Factory to create instances of ConfigurationPropertiesManagement to fetch properties from Maven artifacts.
ResourceConfigurationPropertiesFactory() - Constructor for class de.smartics.properties.impl.config.resource. ResourceConfigurationPropertiesFactory
Default constructor.
ResourceException - Exception in de.smartics.properties.resource.domain
Signals problems dealing with a resource.
ResourceException(ResourcesCode) - Constructor for exception de.smartics.properties.resource.domain. ResourceException
Constructor without a cause.
ResourceException(Throwable, ResourcesCode) - Constructor for exception de.smartics.properties.resource.domain. ResourceException
Default constructor.
ResourceException(AbstractBaseMessageBean) - Constructor for exception de.smartics.properties.resource.domain. ResourceException
Default constructor with a message bean.
ResourceHeap - Interface in de.smartics.properties.resource.heap
Interface to a repository that provides properties resources.
ResourceHeapFactory - Class in de.smartics.properties.resource.heap
A factory to create instances of ResourceHeap.
ResourceHeapFactory() - Constructor for class de.smartics.properties.resource.heap. ResourceHeapFactory
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
Default constructor.
ResourceRepositoryProperties - Interface in de.smartics.properties.resource.maven.repository
Provides configuration properties for accessing resources on remote repositories.
ResourcesCode - Interface in de.smartics.properties.resource.app
Tagging interface to type all codes used in this library.
RuntimeAdapter - Interface in de.smartics.properties.impl.config.domain.key.rtaware
Provides access to runtime information.
RuntimeAdapterManager - Class in de.smartics.properties.impl.config.domain.key.rtaware
Provides access to RuntimeAdapter implementations.
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

SECURITY_ALGORITHM - Static variable in class de.smartics.properties.api.core.security. SecurityConfigurationLoader
The key with which the algorithm to construct the security key is stored in the system properties.
SECURITY_ALGORITHM - Static variable in class de.smartics.properties.api.core.security. SystemPropertyBasedPropertyValueSecurity
The key with which the algorithm to construct the security key is stored in the system properties.
SECURITY_CODE_START - Static variable in class de.smartics.properties.api.core.app. LibraryCodeNumbers
The start number of security codes.
SECURITY_ID - Static variable in class de.smartics.properties.api.core.security. SecurityConfigurationLoader
The key to the identifier for the source the configuration has been loaded from.
SECURITY_KEY - Static variable in class de.smartics.properties.api.core.security. SecurityConfigurationLoader
The key with which the security key is stored in the system properties.
SECURITY_KEY - Static variable in class de.smartics.properties.api.core.security. SystemPropertyBasedPropertyValueSecurity
The key with which the security key is stored in the system properties.
SECURITY_PROVIDER - Static variable in class de.smartics.properties.api.core.security. SecurityConfigurationLoader
The key with which the security provider to encrypt and decrypt property values is stored in the system properties.
SECURITY_PROVIDER - Static variable in class de.smartics.properties.api.core.security. SystemPropertyBasedPropertyValueSecurity
The key with which the security provider to encrypt and decrypt property values is stored in the system properties.
SECURITY_TRANSFORMATION - Static variable in class de.smartics.properties.api.core.security. SecurityConfigurationLoader
The key with which the transformation to encrypt and decrypt property values is stored in the system properties.
SECURITY_TRANSFORMATION - Static variable in class de.smartics.properties.api.core.security. SystemPropertyBasedPropertyValueSecurity
The key with which the transformation to encrypt and decrypt property values is stored in the system properties.
SecurityCode - Enum in de.smartics.properties.api.core.security
Codes dealing with property problems.
SecurityConfigurationLoader - Class in de.smartics.properties.api.core.security
Responsible to read configuration properties to secure property values.
SecurityException - Exception in de.smartics.properties.api.core.security
Signals that the security infrastructure cannot be created.
SecurityException(SecurityMessageBean) - Constructor for exception de.smartics.properties.api.core.security. SecurityException
Default constructor for issues encountered without a property in its context.
SecurityException(PropertyDescriptorMessageBean) - Constructor for exception de.smartics.properties.api.core.security. SecurityException
Default constructor for issues encountered with a property in its context.
SecurityMessageBean - Class in de.smartics.properties.api.core.security
Provides context information for errors concerning the security configuration.
SecurityMessageBean(SecurityCode, Throwable, String) - Constructor for class de.smartics.properties.api.core.security. SecurityMessageBean
Default constructor.
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.
SessionedMavenResourceRepository - Class in de.smartics.properties.resource.maven.repository
Implementation of the ResourceRepository interface based on Maven.
SessionedMavenResourceRepository() - Constructor for class de.smartics.properties.resource.maven.repository. SessionedMavenResourceRepository
Convenience constructor to consult the environment to create a connection to a Maven repository.
SessionedMavenResourceRepository(MavenRepository) - Constructor for class de.smartics.properties.resource.maven.repository. SessionedMavenResourceRepository
Default constructor.
set(String, Object) - Method in class de.smartics.properties.api.core.app. JndiContext
Sets the value for the given key.
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.
setAdminMode(boolean) - Method in class de.smartics.properties.api.config.domain. ConfigControl
Sets the switch to turn the management configuration into an administration configuration.
setComment(PropertyComment) - Method in class de.smartics.properties.api.core.domain. PropertyProjectdoc
Sets the property comment.
setComment(String) - Method in class de.smartics.properties.api.core.domain. PropertySetProjectdoc
Sets the property set comment.
setConfigColumn(String) - Method in class de.smartics.properties.config.transfer.templatestream. Factory
Sets the name of the optional configuration key column.
setConfigColumn(String) - Method in class de.smartics.properties.config.transfer.templatestream. TableDescriptor.Builder
Sets the name of the optional configuration key column.
setConfigColumn(String) - Method in class de.smartics.properties.spi.config.ds. AbstractDataSourceDescriptor.Builder
Sets the name of the optional configuration key column.
setConfigSourceId(String) - Method in class de.smartics.properties.impl.config.ds. DataSourceConfigurationBuilder
Sets the source of the data source configuration.
setCreateTable(boolean) - Method in class de.smartics.properties.config.transfer.jdbc. Factory
Sets the flag that signals to create properties table ( true) or not ( false).
setCreateTable(boolean) - Method in class de.smartics.properties.impl.config.ds. DataSourceConfigurationBuilder
Sets the flag to create the configuration if set to true.
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.
setDatabaseId(String) - Method in class de.smartics.properties.config.transfer.jdbc. Factory
Sets the database identifier to select the datasource proxy for a database product.
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.
setDecrypter(PropertyValueSecurity) - Method in class de.smartics.properties.api.config.app. FactoryConfiguration
Sets the helper to decrypt secured property values.
setDefaultArtifactId(ArtifactId) - Method in class de.smartics.properties.resource.filesystem.heap. FileSystemResourceHeap
Sets the artifact identifier to use for properties files encountered.
setDocumentExtro(String) - Method in class de.smartics.properties.config.transfer.templatestream. Factory
Sets the text to write to the stream at the end before closing the stream.
setDocumentIntro(String) - Method in class de.smartics.properties.config.transfer.templatestream. Factory
Sets the introduction to write to the stream at the start.
setDropTable(boolean) - Method in class de.smartics.properties.config.transfer.jdbc. Factory
Sets the flag that signals to drop properties table ( true) or not ( false).
setDropTable(boolean) - Method in class de.smartics.properties.impl.config.ds. DataSourceConfigurationBuilder
Sets the flag to drop the configuration table if set to true.
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.config.transfer.templatestream. Factory
Sets the encoding to use to write to the file.
setEncoding(String) - Method in class de.smartics.properties.report. ReportConfiguration
Sets the encoding to use to read the source files.
setEscaper(ValueEscaper) - Method in class de.smartics.properties.config.transfer.templatestream. Factory
Sets the escaper for config key, property name and value.
setEscaperType(String) - Method in class de.smartics.properties.config.transfer.templatestream. Factory
Sets the type of the escaper for config key, property name and value.
setExtro(String) - Method in class de.smartics.properties.config.transfer.templatestream. Wrapper
Sets the text to write after the output.
setFile(String) - Method in class de.smartics.properties.config.transfer.templatestream. Factory
Sets the file to write to.
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, Map<String, String>>) - Method in class de.smartics.properties.spi.config.ds. DefaultDataSourceManager.Builder
Sets the properties to fill the database initially.
setInsertOrUpdate(PreparedStatement, String, String, String) - Method in class de.smartics.properties.impl.config.ds.hsql. AbstractHSqlDataSourceProxy
 
setInsertOrUpdate(PreparedStatement, String, String, String) - Method in class de.smartics.properties.impl.config.ds.mysql. AbstractMySqlDataSourceProxy
 
setInsertOrUpdate(PreparedStatement, String, String, String) - Method in interface de.smartics.properties.spi.config.ds. DataSourceProxy
Sets the parameters to the given statement to insert or update a property in the configuration table.
setInsertOrUpdate(PreparedStatement, String, String, String) - Method in class de.smartics.properties.spi.config.ds. JndiDataSourceProxy
 
setInsertOrUpdateSqlStatementTemplate(String) - Method in class de.smartics.properties.spi.config.ds. DefaultDataSourceManager.Builder
Set the template to insert or update a value in the configuration table.
setIntro(String) - Method in class de.smartics.properties.config.transfer.templatestream. Wrapper
Sets the text to write before the output.
setJdbcUrl(String) - Method in class de.smartics.properties.config.transfer.jdbc. Factory
Sets the JDBC URL to the database.
setJndiName(String) - Method in class de.smartics.properties.impl.config.ds. DataSourceConfigurationBuilder
Sets the name of the data source to lookup in a JNDI context.
setLineExtro(String) - Method in class de.smartics.properties.config.transfer.templatestream. Factory
Sets the text to write after each property provider.
setLineIntro(String) - Method in class de.smartics.properties.config.transfer.templatestream. Factory
Sets the introduction to write before each property provider.
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.api.core.domain. ProjectdocMetaData
Sets the name of the document if not blank.
setNameColumn(String) - Method in class de.smartics.properties.config.transfer.templatestream. Factory
Sets the name of the property name column.
setNameColumn(String) - Method in class de.smartics.properties.config.transfer.templatestream. TableDescriptor.Builder
Sets the name of the property name column.
setNameColumn(String) - Method in class de.smartics.properties.spi.config.ds. AbstractDataSourceDescriptor.Builder
Sets the name of the property name column.
setOutputFormat(String) - Method in class de.smartics.properties.config.transfer.filesystem. Factory
Sets the format the property definition files will be written to.
setPassword(String) - Method in class de.smartics.properties.config.transfer.jdbc. Factory
Sets the password to authenticate against the database.
setProjectClassLoader(ClassLoader) - Method in class de.smartics.properties.report. ReportConfiguration
Sets the class loader to instantiate classes of the project.
setProperties(PropertyProvider) - Method in interface de.smartics.properties.spi.config.ds. PropertiesDataSourceAccessor
Stores all properties provided by the given provider.
setProperties(PropertyProvider) - Method in class de.smartics.properties.spi.config.ds. PropertiesStore
 
setPropertiesToStore(PropertyProvider) - Method in class de.smartics.properties.impl.config.ds. DataSourceConfigurationProperties
 
setPropertiesToStore(PropertyProvider) - Method in class de.smartics.properties.impl.config.jndi. JndiConfigurationProperties
 
setPropertiesToStore(PropertyProvider) - Method in class de.smartics.properties.spi.config.support. AbstractConfigurationPropertiesManagement
Allows to store all properties efficiently by subclasses.
setPropertiesToStore(PropertyProvider) - Method in class de.smartics.properties.spi.config.support. AbstractInMemoryConfigurationProperties
Allows to store all properties efficiently by subclasses.
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, String) - Method in interface de.smartics.properties.spi.config.ds. PropertiesDataSourceAccessor
Sets the property to the given name and value.
setProperty(String, 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 interface de.smartics.properties.api.config.domain. PropertyStoreAccessor
Sets the property to the given value.
setPropertyToStore(String, String) - Method in class de.smartics.properties.spi.config.support. AbstractConfigurationPropertiesManagement
Sets the property to the given value.
setSecured(boolean) - Method in class de.smartics.properties.spi.core.metadata. PropertyMetaData.Builder
Sets the flag to determine whether or not the property value contains sensitive information that is required to be secured.
setShortDescription(String) - Method in class de.smartics.properties.api.core.domain. 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 from the class path is to be skipped.
setSortKey(String) - Method in class de.smartics.properties.api.core.domain. ProjectdocMetaData
Sets the option to sort elements.
setSourceInfo(SourceInfo) - Method in class de.smartics.properties.api.core.domain. PropertyProjectdoc
Sets the information on the property's source code.
setSpace(String) - Method in class de.smartics.properties.api.core.domain. ProjectdocMetaData
Sets the space within which the title of a document is required to be unique.
setStream(PrintWriter) - Method in class de.smartics.properties.config.transfer.templatestream. Factory
Sets the stream to write to.
setSummary(String) - Method in class de.smartics.properties.api.core.domain. 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.config.transfer.templatestream. Factory
Sets the name of the configuration table.
setTable(String) - Method in class de.smartics.properties.config.transfer.templatestream. TableDescriptor.Builder
Sets the name of the configuration table.
setTable(String) - Method in class de.smartics.properties.spi.config.ds. AbstractDataSourceDescriptor.Builder
Sets the name of the configuration table.
setTargetFolder(String) - Method in class de.smartics.properties.config.transfer.filesystem. Factory
Sets the name of the folder the properties definitions are written to.
setTemplate(String) - Method in class de.smartics.properties.config.transfer.templatestream. Factory
Sets the template to apply on each property.
setTenantId(String) - Static method in class de.smartics.properties.impl.config.domain.key.rtaware. ThreadLocalRuntimeAdapter
Sets the tenant string identifier to the thread-local context.
setTenantId(TenantId) - Static method in class de.smartics.properties.impl.config.domain.key.rtaware. ThreadLocalRuntimeAdapter
Sets the tenant identifier to the thread-local context.
settingsFile() - Method in interface de.smartics.properties.resource.maven.repository. ResourceRepositoryProperties
The path to the settings file to use.
setTitle(String) - Method in class de.smartics.properties.api.core.domain. ProjectdocMetaData
Sets the title of a document, unique within the given space.
setToAdminMode(boolean) - Method in class de.smartics.properties.api.config.domain. AbstractAdminModeSupportedPropertiesManagement
 
setToAdminMode(boolean) - Method in interface de.smartics.properties.api.config.domain. ConfigurationPropertiesManagement
Sets the administration mode for this configuration.
setToAdminMode(boolean) - Method in class de.smartics.properties.impl.config.cache. CacheConfigurationPropertiesManagement
 
setToAdminMode(boolean) - Method in class de.smartics.properties.impl.config.cache. SerializableCacheConfigurationPropertiesManagement
 
setToAdminMode(boolean) - Method in class de.smartics.properties.spi.config.domain. ConfigurationPropertiesManagementProxy
 
setToAdminMode(boolean) - Method in class de.smartics.properties.spi.config.support. AbstractAdminModeConfigurationProperties
 
setToAdminMode(boolean) - Method in class de.smartics.properties.spi.config.support. ConfigurationPropertiesManagementWithDefaults
 
setUseCache(boolean) - Method in class de.smartics.properties.api.config.app. FactoryConfiguration
Sets the flag indicates that a cache should be provided, if supported.
setUser(String) - Method in class de.smartics.properties.config.transfer.jdbc. Factory
Sets the user to authenticate against the database.
setUserId(String) - Static method in class de.smartics.properties.impl.config.domain.key.rtaware. ThreadLocalRuntimeAdapter
Sets the user string identifier to the thread-local context.
setUserId(UserId) - Static method in class de.smartics.properties.impl.config.domain.key.rtaware. ThreadLocalRuntimeAdapter
Sets the user identifier to the thread-local context.
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.config.transfer.templatestream. Factory
Sets the name of the property value column.
setValueColumn(String) - Method in class de.smartics.properties.config.transfer.templatestream. TableDescriptor.Builder
Sets the name of the property value column.
setValueColumn(String) - Method in class de.smartics.properties.spi.config.ds. AbstractDataSourceDescriptor.Builder
Sets the name of the property value column.
setWriteHeader(boolean) - Method in class de.smartics.properties.config.transfer.templatestream. CsvFactory
Sets the flag controls whether ( true) or not ( false) write a CSV header for columns.
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.
size() - Method in class de.smartics.properties.spi.config.cache. AmnesiaCache
 
size() - Method in interface de.smartics.properties.spi.config.cache. Cache
Fetch the size of the cache.
size() - Method in class de.smartics.properties.spi.config.cache. InMemoryCache
 
SourceInfo - Class in de.smartics.properties.api.core.domain
Contains information about the source the property is defined in.
SourceInfo(String, String, int) - Constructor for class de.smartics.properties.api.core.domain. SourceInfo
Default constructor.
SourceInfo(String, String, String) - Constructor for class de.smartics.properties.api.core.domain. SourceInfo
Convenience constructor to parse the line number.
stop(String) - Method in class de.smartics.properties.spi.config.cache. AmnesiaCacheManager
Stops the cache with the given name.
stop(String) - Method in interface de.smartics.properties.spi.config.cache. CacheManager
Stops the cache with the given name.
stop(String) - Static method in class de.smartics.properties.spi.config.cache. CacheManagerFactory
Stops the cache with the given name.
stop(String) - Method in class de.smartics.properties.spi.config.cache. InMemoryCacheManager
Stops the cache with the given name.
stopAll() - Method in class de.smartics.properties.spi.config.cache. AmnesiaCacheManager
Stops all caches, rendering the manager in a stopped state.
stopAll() - Method in interface de.smartics.properties.spi.config.cache. CacheManager
Stops all caches, rendering the manager in a stopped state.
stopAll() - Static method in class de.smartics.properties.spi.config.cache. CacheManagerFactory
Stops all caches, rendering the manager in a stopped state.
stopAll() - Method in class de.smartics.properties.spi.config.cache. InMemoryCacheManager
Stops all caches, rendering the manager in a stopped state.
StreamPropertySink - Class in de.smartics.properties.config.transfer.templatestream
Writes properties to a folder.
StreamPropertySink(String, PrintWriter, ValueEscaper) - Constructor for class de.smartics.properties.config.transfer.templatestream. StreamPropertySink
Convenience constructor using a default table descriptor with no wrappers.
StreamPropertySink(TableDescriptor, String, PrintWriter, ValueEscaper) - Constructor for class de.smartics.properties.config.transfer.templatestream. StreamPropertySink
Convenience constructor with no wrappers.
StreamPropertySink(TableDescriptor, Wrapper, Wrapper, String, PrintWriter, ValueEscaper) - Constructor for class de.smartics.properties.config.transfer.templatestream. StreamPropertySink
Default constructor.
SYSTEM_PROPERTY_ENVIRONMENT_NAME - Static variable in class de.smartics.properties.impl.config.domain.key.envapp. EnvAppConfigurationKeyHelper
The name of the system property that stores the name of the environment.
SYSTEM_PROPERTY_ENVIRONMENT_NODE - Static variable in class de.smartics.properties.impl.config.domain.key.envapp. EnvAppConfigurationKeyHelper
The name of the system property that stores the node name of the environment.
systemId(ConfigCode, String) - Static method in class de.smartics.properties.api.core.domain. ConfigMessageBean
Creates a message bean without cause and no namespace information.
systemId(ConfigCode, Throwable, String) - Static method in class de.smartics.properties.api.core.domain. ConfigMessageBean
Creates a message bean without namespace information.
SystemPropertyBasedPropertyValueSecurity - Class in de.smartics.properties.api.core.security
Implementation fetching security information from system properties.
SystemPropertyBasedPropertyValueSecurity() - Constructor for class de.smartics.properties.api.core.security. SystemPropertyBasedPropertyValueSecurity
 
systemPropertyLifespanName() - Method in enum de.smartics.properties.spi.config.cache. CacheEntryConfigurationType
Returns the system property name for the lifespan of an cache entry.
systemPropertyLifespanTimeUnitName() - Method in enum de.smartics.properties.spi.config.cache. CacheEntryConfigurationType
Returns the system property name for the lifespan time unit of an cache entry.
systemPropertyMaxIdleTimeTimeUnitName() - Method in enum de.smartics.properties.spi.config.cache. CacheEntryConfigurationType
Returns the system property name for the max idle time time unit of an cache entry.
systemPropertyMayIdleTimeName() - Method in enum de.smartics.properties.spi.config.cache. CacheEntryConfigurationType
Returns the system property name for the max idle time of an cache entry.

T

TableDescriptor - Class in de.smartics.properties.config.transfer.templatestream
Descriptor for table and column names to store property values.
TableDescriptor.Builder - Class in de.smartics.properties.config.transfer.templatestream
The builder of descriptor instances.
TableDescriptor.Builder() - Constructor for class de.smartics.properties.config.transfer.templatestream. TableDescriptor.Builder
 
TenantId - Class in de.smartics.properties.impl.config.domain.key.rtaware
Identifies a tenant.
TenantId(String) - Constructor for class de.smartics.properties.impl.config.domain.key.rtaware. TenantId
Default constructor.
TenantUserConfigurationKey - Class in de.smartics.properties.impl.config.domain.key.rtaware
The configuration key identifies a configuration with environment and application information.
TenantUserConfigurationKey(EnvironmentId, ApplicationId) - Constructor for class de.smartics.properties.impl.config.domain.key.rtaware. TenantUserConfigurationKey
Convenience constructor for any tenant and any user..
TenantUserConfigurationKey(EnvironmentId, ApplicationId, TenantId, UserId) - Constructor for class de.smartics.properties.impl.config.domain.key.rtaware. TenantUserConfigurationKey
Default constructor.
TenantUserConfigurationKey(TenantUserConfigurationKey, ApplicationId) - Constructor for class de.smartics.properties.impl.config.domain.key.rtaware. TenantUserConfigurationKey
Copy constructor.
TenantUserConfigurationKeyContext - Class in de.smartics.properties.impl.config.domain.key.rtaware
Implementation that supports environment, application, tenant, and user IDs.
TenantUserConfigurationKeyContext() - Constructor for class de.smartics.properties.impl.config.domain.key.rtaware. TenantUserConfigurationKeyContext
Default constructor.
TenantUserConfigurationKeyHelper - Class in de.smartics.properties.impl.config.domain.key.rtaware
Helper to construct configuration keys by analyzing the runtime environment.
TenantUserConfigurationKeyHelper() - Constructor for class de.smartics.properties.impl.config.domain.key.rtaware. TenantUserConfigurationKeyHelper
Convenience constructor preferring manifest information from EARs.
TenantUserConfigurationKeyHelper(boolean) - Constructor for class de.smartics.properties.impl.config.domain.key.rtaware. TenantUserConfigurationKeyHelper
Default constructor.
TenantUserDefinitionConfigParser - Class in de.smartics.properties.impl.config.domain.key.rtaware
Parses the definition.xml file for properties.
TenantUserDefinitionConfigParser() - Constructor for class de.smartics.properties.impl.config.domain.key.rtaware. TenantUserDefinitionConfigParser
Default constructor.
TenantUserDefinitionKeyHelper - Class in de.smartics.properties.impl.config.domain.key.rtaware
Derives a ConfigurationKey from a path found in a definition file.
TenantUserDefinitionKeyHelper() - Constructor for class de.smartics.properties.impl.config.domain.key.rtaware. TenantUserDefinitionKeyHelper
Convenience constructor using the default TLDs and not registering any environments, nodes or groups.
TenantUserDefinitionKeyHelper(TenantUserPropertiesDefinitionContext) - Constructor for class de.smartics.properties.impl.config.domain.key.rtaware. TenantUserDefinitionKeyHelper
Default constructor.
TenantUserPropertiesDefinitionContext - Class in de.smartics.properties.impl.config.domain.key.rtaware
Contains information from the definition.xml that is contained in archives providing property information, based on environment, application, tenant and user.
TenantUserPropertiesDefinitionContext() - Constructor for class de.smartics.properties.impl.config.domain.key.rtaware. TenantUserPropertiesDefinitionContext
Convenience constructor using the default TLDs and not registering any environments, nodes or groups.
TenantUserPropertiesDefinitionContext(Set<String>, Set<String>, Set<String>) - Constructor for class de.smartics.properties.impl.config.domain.key.rtaware. TenantUserPropertiesDefinitionContext
Convenience constructor using the default TLDs and no explicit files.
TenantUserPropertiesDefinitionContext(Set<String>, Set<String>, Set<String>, Set<String>) - Constructor for class de.smartics.properties.impl.config.domain.key.rtaware. TenantUserPropertiesDefinitionContext
Convenience constructor without an explicit path to configuration key mapping.
TenantUserPropertiesDefinitionContext(Set<String>, Set<String>, Set<String>, PropertyResourceMatchers) - Constructor for class de.smartics.properties.impl.config.domain.key.rtaware. TenantUserPropertiesDefinitionContext
Convenience constructor using the default TLDs.
TenantUserPropertiesDefinitionContext(Set<String>, Set<String>, Set<String>, Set<String>, PropertyResourceMatchers) - Constructor for class de.smartics.properties.impl.config.domain.key.rtaware. TenantUserPropertiesDefinitionContext
Default constructor.
TestScopeFilter - Class in de.smartics.properties.resource.maven.repository.filter
Rejects dependencies of scope test.
TestScopeFilter() - Constructor for class de.smartics.properties.resource.maven.repository.filter. TestScopeFilter
 
ThreadLocalRuntimeAdapter - Class in de.smartics.properties.impl.config.domain.key.rtaware
Accesses tenant and runtime information stored in thread local.
ThreadLocalRuntimeAdapter() - Constructor for class de.smartics.properties.impl.config.domain.key.rtaware. ThreadLocalRuntimeAdapter
Default constructor.
toMessage() - Method in class de.smartics.properties.resource.util. TypeProblemMessageBean.Builder
Creates the message.
toPath() - Method in class de.smartics.properties.api.config.domain.key. ApplicationId
Returns the string representation of the object as a path.
toPath() - Method in class de.smartics.properties.api.config.domain.key. EnvironmentId
Returns the string representation of the object as a path.
toRepresentative() - Method in class de.smartics.properties.api.config.domain. AbstractAdminModeSupportedPropertiesManagement
 
toRepresentative() - Method in interface de.smartics.properties.api.config.domain. ConfigurationProperties
Creates an representative of this configuration.
toRepresentative() - Method in interface de.smartics.properties.api.config.domain. ConfigurationPropertiesManagement
Creates an representative of this configuration.
toRepresentative() - Method in class de.smartics.properties.spi.config.domain. ConfigurationPropertiesManagementProxy
 
toRepresentative() - Method in class de.smartics.properties.spi.config.domain. ConfigurationPropertiesProxy
 
toRepresentative() - Method in class de.smartics.properties.spi.config.support. AbstractAdminModeConfigurationProperties
 
toRepresentative() - Method in class de.smartics.properties.spi.config.support. AbstractConfigurationProperties
 
toRepresentative() - Method in class de.smartics.properties.spi.config.support. ConfigurationPropertiesManagementWithDefaults
 
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.jndi. JndiConfigurationProperties
 
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.domain. 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 enum de.smartics.properties.api.config.domain. ConfigurationCode
Returns the string representation of the object.
toString() - Method in class de.smartics.properties.api.config.domain. DescribedProperty
Returns the string representation of the object.
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 interface 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 enum de.smartics.properties.api.config.domain. PropertyStoreCode
Returns the string representation of the object.
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.config.domain. ValidatedProperty
 
toString() - Method in enum de.smartics.properties.api.core.annotations. PropertyUse.UseType
 
toString() - Method in enum de.smartics.properties.api.core.domain. ConfigCode
Returns the string representation of the object.
toString() - Method in class de.smartics.properties.api.core.domain. DocumentName
Returns the string representation of the object.
toString() - Method in class de.smartics.properties.api.core.domain. ProjectdocMetaData
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. PropertyCategories
 
toString() - Method in enum de.smartics.properties.api.core.domain. PropertyCode
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.api.core.domain. SourceInfo
Returns the string representation of the object.
toString() - Method in enum de.smartics.properties.api.core.security. SecurityCode
Returns the string representation of the object.
toString() - Method in enum de.smartics.properties.config.transfer.filesystem. TransferFileCode
Returns the string representation of the object.
toString() - Method in enum de.smartics.properties.config.transfer.templatestream. TransferStreamCode
Returns the string representation of the object.
toString() - Method in class de.smartics.properties.impl.config.domain.key.envapp. AbstractConfigurationKey
Returns the string representation of the object.
toString() - Method in class de.smartics.properties.impl.config.domain.key.envapp. AbstractPropertiesDefinitionContext
 
toString() - Method in class de.smartics.properties.impl.config.domain.key.envapp. EnvAppConfigurationKey
Returns the string representation of the object.
toString() - Method in class de.smartics.properties.impl.config.domain.key.rtaware. TenantId
Returns the string representation of the object.
toString() - Method in class de.smartics.properties.impl.config.domain.key.rtaware. TenantUserConfigurationKey
 
toString() - Method in class de.smartics.properties.impl.config.domain.key.rtaware. ThreadLocalRuntimeAdapter
 
toString() - Method in class de.smartics.properties.impl.config.domain.key.rtaware. UserId
Returns the string representation of the object.
toString() - Method in class de.smartics.properties.impl.config.ds. DataSourceConfiguration
 
toString() - Method in class de.smartics.properties.impl.config.ds.hsql. HSqlDataSourceProxy
 
toString() - Method in class de.smartics.properties.impl.config.ds.hsql. HSqlJndiDataSourceProxy
 
toString() - Method in class de.smartics.properties.impl.config.ds.mysql. MySqlDataSourceProxy
 
toString() - Method in class de.smartics.properties.impl.config.ds.mysql. MySqlJndiDataSourceProxy
 
toString() - Method in enum de.smartics.properties.impl.config.jndi. JndiPropertyStoreCode
Returns the string representation of the object.
toString() - Method in class de.smartics.properties.impl.config.resource. AutodetectDataSourceResourceConfigurationPropertiesFactory
Returns the string representation of the object.
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.resource.domain. ArtifactId
Returns the string representation of the object.
toString() - Method in class de.smartics.properties.resource.domain. ArtifactRef
Returns the string representation of the object.
toString() - Method in class de.smartics.properties.resource.domain. ClassPathEnvironment
Returns the string representation of the object.
toString() - Method in enum de.smartics.properties.resource.domain. ResourceCode
Returns the string representation of the object.
toString() - Method in enum de.smartics.properties.resource.filesystem.heap. FileSystemResourceCode
Returns the string representation of the object.
toString() - Method in class de.smartics.properties.resource.maven.repository.filter. GroupPrefixFilter
Returns the string representation of the object.
toString() - Method in enum de.smartics.properties.resource.maven.repository. MavenResourceCode
Returns the string representation of the object.
toString() - Method in class de.smartics.properties.resource.util. TypeProblemMessageBean
 
toString() - Method in enum de.smartics.properties.spi.config.cache. CacheCode
Returns the string representation of the object.
toString() - Method in class de.smartics.properties.spi.config.cache. CacheEntryConfiguration
Returns the string representation of the object.
toString() - Method in enum de.smartics.properties.spi.config.cache. CacheEntryConfigurationType
 
toString() - Method in class de.smartics.properties.spi.config.cache. CompoundKey
Returns the string representation of the object.
toString() - Method in class de.smartics.properties.spi.config.domain.key. PathMatcher.Matcher
Returns the string representation of the object.
toString() - Method in class de.smartics.properties.spi.config.domain.key. PathMatcher
Returns the string representation of the object.
toString() - Method in class de.smartics.properties.spi.config.domain.key. PropertyResourceMatchers
Returns the string representation of the object.
toString() - Method in enum de.smartics.properties.spi.config.ds. DataSourceCode
Returns the string representation of the object.
toString() - Method in class de.smartics.properties.spi.config.ds. DataSourceConfigurationPropertyProvider
Returns the string representation of the object.
toString() - Method in class de.smartics.properties.spi.config.ds. DefaultDataSourceManager
Returns the string representation of the object.
toString() - Method in class de.smartics.properties.spi.config.ds. JndiDataSourceProxy
Returns the string representation of the object.
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. ClassPathLoader
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. FactoryCache
Returns the string representation of the object.
toString() - Method in class de.smartics.properties.spi.config.support. InMemoryConfigurationRepositoryManagement
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 enum de.smartics.properties.spi.config.transfer. TransferCode
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. 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
 
TRANSFER_CODE_START - Static variable in class de.smartics.properties.api.config.codes. LibraryCodeNumbers
The start number of the transfer codes.
TransferCode - Enum in de.smartics.properties.spi.config.transfer
Codes dealing with property problems.
TransferException - Exception in de.smartics.properties.api.config.transfer
Signals a problem transferring property definitions from a source to a target.
TransferException(ConfigurationMessageBean) - Constructor for exception de.smartics.properties.api.config.transfer. TransferException
Default constructor.
TransferException - Exception in de.smartics.properties.spi.config.transfer
Signals problems with transferring properties from source to target.
TransferException(TransferMessageBean) - Constructor for exception de.smartics.properties.spi.config.transfer. TransferException
Convenience constructor without a root cause.
TransferFileCode - Enum in de.smartics.properties.config.transfer.filesystem
Codes dealing with property problems.
TransferMessageBean - Class in de.smartics.properties.config.transfer.filesystem
Provides context information for transfer problems.
TransferMessageBean(TransferFileCode, ConfigurationKey<?>, File) - Constructor for class de.smartics.properties.config.transfer.filesystem. TransferMessageBean
Constructor without cause.
TransferMessageBean(TransferFileCode, Throwable, ConfigurationKey<?>, File) - Constructor for class de.smartics.properties.config.transfer.filesystem. TransferMessageBean
Default constructor.
TransferMessageBean - Interface in de.smartics.properties.spi.config.transfer
Tagging interface for message beans of the transfer package.
TransferStreamCode - Enum in de.smartics.properties.config.transfer.templatestream
Codes dealing with property problems.
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.
TypeProblemMessageBean - Class in de.smartics.properties.api.config.domain
Provides context information for errors regarding a type.
TypeProblemMessageBean(ConfigurationCode, String) - Constructor for class de.smartics.properties.api.config.domain. TypeProblemMessageBean
Constructor without cause.
TypeProblemMessageBean(ConfigurationCode, Throwable, String) - Constructor for class de.smartics.properties.api.config.domain. TypeProblemMessageBean
Default constructor.
TypeProblemMessageBean - Class in de.smartics.properties.resource.util
Provides context information for errors regarding a type.
TypeProblemMessageBean(Class<?>) - Constructor for class de.smartics.properties.resource.util. TypeProblemMessageBean
Convenience constructor without root cause.
TypeProblemMessageBean(Throwable, Class<?>) - Constructor for class de.smartics.properties.resource.util. TypeProblemMessageBean
Default constructor.
TypeProblemMessageBean.Builder - Class in de.smartics.properties.resource.util
Creates instances of TypeProblemMessageBean.
TypeProblemMessageBean.Builder() - Constructor for class de.smartics.properties.resource.util. TypeProblemMessageBean.Builder
 

U

UnawareCache< K, V> - Interface in de.smartics.properties.spi.config.cache
The cache interface for all unaware caches for smartics properties.
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.
upgrade(ProjectdocMetaData) - Static method in class de.smartics.properties.api.core.domain. PropertyProjectdoc
Upgrades the meta data to an instance of this type.
upgrade(ProjectdocMetaData) - Static method in class de.smartics.properties.api.core.domain. PropertySetProjectdoc
Upgrades the meta data to an instance of this type.
UserId - Class in de.smartics.properties.impl.config.domain.key.rtaware
Identifies an particular name of the system.
UserId(String) - Constructor for class de.smartics.properties.impl.config.domain.key.rtaware. UserId
Default constructor.

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(Class<?>...) - Method in interface de.smartics.properties.api.config.domain. ConfigurationProperties
Validates all properties in the given configuration and groups in a non-lenient fashion.
validate(PropertyDescriptor, Class<?>...) - Method in interface de.smartics.properties.api.config.domain. ConfigurationProperties
Validates the given property in the given configuration.
validate(PropertyDescriptor, String, Class<?>...) - Method in interface de.smartics.properties.api.config.domain. ConfigurationProperties
Validates the given property in the given configuration.
validate(boolean, Class<?>...) - 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 for constraints in the default group.
validate(PropertyDescriptor, T, Class<?>) - 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(Class<?>...) - Method in class de.smartics.properties.impl.config.cache. AbstractCacheConfigurationPropertiesManagement
 
validate(boolean, Class<?>...) - Method in class de.smartics.properties.impl.config.cache. AbstractCacheConfigurationPropertiesManagement
 
validate(PropertyDescriptor, Class<?>...) - Method in class de.smartics.properties.impl.config.cache. AbstractCacheConfigurationPropertiesManagement
 
validate(PropertyDescriptor, String, Class<?>...) - Method in class de.smartics.properties.impl.config.cache. AbstractCacheConfigurationPropertiesManagement
 
validate() - Method in class de.smartics.properties.spi.config.domain. ConfigurationPropertiesProxy
 
validate(Class<?>...) - Method in class de.smartics.properties.spi.config.domain. ConfigurationPropertiesProxy
 
validate(boolean, Class<?>...) - Method in class de.smartics.properties.spi.config.domain. ConfigurationPropertiesProxy
 
validate(PropertyDescriptor, Class<?>...) - Method in class de.smartics.properties.spi.config.domain. ConfigurationPropertiesProxy
 
validate(PropertyDescriptor, String, Class<?>...) - Method in class de.smartics.properties.spi.config.domain. ConfigurationPropertiesProxy
 
validate(PropertyDescriptor, Object, Class<?>...) - Method in class de.smartics.properties.spi.config.support. AbstractConfigurationProperties
Validates the given value for the given property.
validate() - Method in class de.smartics.properties.spi.config.support. AbstractConfigurationProperties
 
validate(Class<?>...) - Method in class de.smartics.properties.spi.config.support. AbstractConfigurationProperties
 
validate(boolean, Class<?>...) - Method in class de.smartics.properties.spi.config.support. AbstractConfigurationPropertiesManagement
 
validate(PropertyDescriptor, Class<?>...) - Method in class de.smartics.properties.spi.config.support. AbstractConfigurationPropertiesManagement
 
validate(PropertyDescriptor, String, Class<?>...) - Method in class de.smartics.properties.spi.config.support. AbstractConfigurationPropertiesManagement
 
validate(boolean, Class<?>...) - Method in class de.smartics.properties.spi.config.support. ConfigurationPropertiesManagementWithDefaults
 
validate(PropertyDescriptor, Class<?>...) - Method in class de.smartics.properties.spi.config.support. ConfigurationPropertiesManagementWithDefaults
 
validate(PropertyDescriptor, String, Class<?>...) - Method in class de.smartics.properties.spi.config.support. ConfigurationPropertiesManagementWithDefaults
 
validate(PropertyCollection, Class<?>...) - Method in class de.smartics.properties.spi.config.validation. ConfigurationValidator
Validates the given properties.
validate(PropertyDescriptor, Object, Class<?>...) - Method in class de.smartics.properties.spi.config.validation. ConfigurationValidator
Validates the given value for the given descriptor and groups.
validate(PropertyDescriptor, T) - Method in class de.smartics.properties.spi.core.constraint. AbstractPropertyConstraint
 
validate(PropertyDescriptor, T, Class<?>) - Method in class de.smartics.properties.spi.core.constraint. AbstractPropertyConstraint
 
validate(PropertyDescriptor, Object, Class<?>...) - Method in class de.smartics.properties.spi.core.validate. PropertyValidator
Validates if the given value meets the constraints defined by the given descriptor.
ValidatedProperty - Class in de.smartics.properties.api.config.domain
A validated property provides, in addition to a Property also the resolved, converted, and validated value.
ValidatedProperty(DescribedProperty, String, Object) - Constructor for class de.smartics.properties.api.config.domain. ValidatedProperty
Default constructor.
ValueEscaper - Interface in de.smartics.properties.config.transfer.templatestream
Escapes config key, property name and value.
valueOf(String) - Static method in enum de.smartics.properties.api.config.domain. ConfigurationCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class de.smartics.properties.api.config.domain.key. ApplicationId
Returns an ApplicationId for the given String or throws an IllegalArgumentException if the String is not valid.
valueOf(String) - Static method in class de.smartics.properties.api.config.domain.key. EnvironmentId
Returns an EnvironmentId for the given String or throws an IllegalArgumentException if the String is not valid.
valueOf(String) - Static method in enum de.smartics.properties.api.config.domain. PropertyStoreCode
Returns the enum constant of this type with the specified name.
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.
valueOf(String) - Static method in enum de.smartics.properties.api.core.annotations. PropertyUse.UseType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.smartics.properties.api.core.domain. ConfigCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.smartics.properties.api.core.domain. PropertyCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.smartics.properties.api.core.security. SecurityCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.smartics.properties.config.transfer.filesystem. PropertiesFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.smartics.properties.config.transfer.filesystem. TransferFileCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.smartics.properties.config.transfer.templatestream. TransferStreamCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class de.smartics.properties.impl.config.domain.key.rtaware. TenantId
Returns an TenantId for the given tenantString.
valueOf(String) - Static method in class de.smartics.properties.impl.config.domain.key.rtaware. UserId
Returns an UserId for the given userString.
valueOf(String) - Static method in enum de.smartics.properties.impl.config.jndi. JndiPropertyStoreCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.smartics.properties.resource.domain. ResourceCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.smartics.properties.resource.filesystem.heap. FileSystemResourceCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.smartics.properties.resource.maven.repository. MavenResourceCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.smartics.properties.spi.config.cache. CacheCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.smartics.properties.spi.config.cache. CacheEntryConfigurationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.smartics.properties.spi.config.ds. DataSourceCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.smartics.properties.spi.config.transfer. TransferCode
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.smartics.properties.api.config.domain. ConfigurationCode
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.config.domain. PropertyStoreCode
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. 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.
values() - Static method in enum de.smartics.properties.api.core.annotations. PropertyUse.UseType
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.domain. ConfigCode
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.domain. PropertyCode
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.security. SecurityCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.smartics.properties.config.transfer.filesystem. PropertiesFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.smartics.properties.config.transfer.filesystem. TransferFileCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.smartics.properties.config.transfer.templatestream. TransferStreamCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.smartics.properties.impl.config.jndi. JndiPropertyStoreCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.smartics.properties.resource.domain. ResourceCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.smartics.properties.resource.filesystem.heap. FileSystemResourceCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.smartics.properties.resource.maven.repository. MavenResourceCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.smartics.properties.spi.config.cache. CacheCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.smartics.properties.spi.config.cache. CacheEntryConfigurationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.smartics.properties.spi.config.ds. DataSourceCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.smartics.properties.spi.config.transfer. TransferCode
Returns an array containing the constants of this enum type, in the order they are declared.

W

with(Class<?>) - Method in class de.smartics.properties.api.core.domain. PropertyCategories.Builder
Adds the given category.
with(PropertyValueComment) - Method in class de.smartics.properties.api.core.domain. PropertyComment.Builder
Sets the comment of the property values.
with(PropertyDescriptor) - Method in class de.smartics.properties.report.data. PropertyReportItem.Builder
Sets the descriptor to the property.
with(PropertyComment) - Method in class de.smartics.properties.report.data. PropertyReportItem.Builder
Sets the property comment.
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(Class<?>) - Method in class de.smartics.properties.resource.util. TypeProblemMessageBean.Builder
Sets the type that is the cause of the problem.
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.
with(PropertyCategories) - Method in class de.smartics.properties.spi.core.metadata. PropertyMetaData.Builder
Sets the categories the property is associated with.
with(PropertyUse.UseType) - Method in class de.smartics.properties.spi.core.metadata. PropertyMetaData.Builder
Sets the use type of the property.
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.domain. ArtifactId.Builder
Sets the artifact type that is expressed by the artifact's file name extension.
withArtifactId(String) - Method in class de.smartics.properties.impl.config.domain.key.envapp. EnvAppConfigurationKeyBuilder
Sets the name of the application.
withClassifier(String) - Method in class de.smartics.properties.resource.domain. ArtifactId.Builder
Sets the classifier to the artifact.
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.
withDuplicate(String) - Method in class de.smartics.properties.resource.util. TypeProblemMessageBean.Builder
Adds the given duplicate implementation to the list.
withEnvironmentName(String) - Method in class de.smartics.properties.impl.config.domain.key.envapp. EnvAppConfigurationKeyBuilder
Sets the name of the environment.
withError(String) - Method in class de.smartics.properties.resource.util. TypeProblemMessageBean.Builder
Adds the given error message to the list.
withGroupId(String) - Method in class de.smartics.properties.impl.config.domain.key.envapp. EnvAppConfigurationKeyBuilder
Sets the group the application belongs to.
withGroupId(String) - Method in class de.smartics.properties.resource.domain. 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.domain. ArtifactId.Builder
Sets the name of the artifact.
withNode(String) - Method in class de.smartics.properties.impl.config.domain.key.envapp. EnvAppConfigurationKeyBuilder
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).
withVersion(String) - Method in class de.smartics.properties.impl.config.domain.key.envapp. EnvAppConfigurationKeyBuilder
Sets the version of the application.
withVersion(String) - Method in class de.smartics.properties.resource.domain. ArtifactId.Builder
Sets the version of the artifact.
Wrapper - Class in de.smartics.properties.config.transfer.templatestream
Provides information to wrap an instance of output.
Wrapper() - Constructor for class de.smartics.properties.config.transfer.templatestream. Wrapper
 
write(PropertyProvider) - Method in interface de.smartics.properties.api.config.transfer. PropertySink
Writes the property definitions provided by the given provider.
write(Iterable<PropertyProvider>) - Method in interface de.smartics.properties.api.config.transfer. PropertySink
Writes the property definitions provided by the given providers.
write(PropertyProvider) - Method in class de.smartics.properties.config.transfer.filesystem. FileSystemPropertySink
 
write(Iterable<PropertyProvider>) - Method in class de.smartics.properties.config.transfer.filesystem. FileSystemPropertySink
 
write(PropertyProvider) - Method in class de.smartics.properties.config.transfer.jdbc. JdbcPropertySink
 
write(Iterable<PropertyProvider>) - Method in class de.smartics.properties.config.transfer.jdbc. JdbcPropertySink
 
write(PropertyProvider) - Method in class de.smartics.properties.config.transfer.templatestream. StreamPropertySink
 
write(Iterable<PropertyProvider>) - Method in class de.smartics.properties.config.transfer.templatestream. StreamPropertySink
 
write(PropertyReportItem, OutputStream) - Method in class de.smartics.properties.reports. XmlPropertyItemReport
Writes the report to the given output stream.
write(PropertyReportSet, OutputStream) - Method in class de.smartics.properties.reports. XmlPropertySetReport
Writes the report to the given output stream.
write(PropertiesContext, OutputStream) - Method in class de.smartics.properties.spi.core.context. DeclarationConfigWriter
Writes the configuration to the given stream.

X

XmlFactory - Class in de.smartics.properties.config.transfer.templatestream
Creates instances of StreamPropertySink by providing a template to generate an XML document.
XmlFactory() - Constructor for class de.smartics.properties.config.transfer.templatestream. XmlFactory
Default constructor.
XmlPropertyItemReport - Class in de.smartics.properties.reports
Report on a single property.
XmlPropertyItemReport(String) - Constructor for class de.smartics.properties.reports. XmlPropertyItemReport
Default constructor.
XmlPropertyReport - Class in de.smartics.properties.reports
Writes each report to a file.
XmlPropertyReport(StreamHandler, StreamHandler) - Constructor for class de.smartics.properties.reports. XmlPropertyReport
Constructor using UTF-8 as encoding.
XmlPropertyReport(String, StreamHandler, StreamHandler) - Constructor for class de.smartics.properties.reports. XmlPropertyReport
Default constructor.
XmlPropertySetReport - Class in de.smartics.properties.reports
Report on a single property set.
XmlPropertySetReport(String) - Constructor for class de.smartics.properties.reports. XmlPropertySetReport
Default constructor.

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

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