|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Package de.smartics.properties.api.config.app |
---|
Class de.smartics.properties.api.config.app.ConfigurationFactoryException extends ConfigurationRootException implements Serializable |
---|
serialVersionUID: 1L
Class de.smartics.properties.api.config.app.FactoryConfiguration extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
boolean addDefaultRootLocations
true
) or not (
false
) the URLs of the context class loader should be added.
boolean skipClassPathPropertyLoading
boolean useCache
PropertyValueSecurity decrypter
Package de.smartics.properties.api.config.codes |
---|
Class de.smartics.properties.api.config.codes.ConfigurationRootException extends PropertyRootException implements Serializable |
---|
serialVersionUID: 1L
Package de.smartics.properties.api.config.domain |
---|
Class de.smartics.properties.api.config.domain.AbstractAdminModeSupportedPropertiesManagement extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
boolean adminMode
Class de.smartics.properties.api.config.domain.CompoundConfigurationException extends ConfigurationException implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
List<E> exceptions
Class de.smartics.properties.api.config.domain.ConfigurationException extends ConfigurationRootException implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
ConfigurationKey<T extends ConfigurationKey<?>> key
Class de.smartics.properties.api.config.domain.ConfigurationLoadingException extends ConfigurationException implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
String resourceId
Class de.smartics.properties.api.config.domain.ConfigurationMessageBean extends AbstractBaseMessageBean implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
ConfigurationKey<T extends ConfigurationKey<?>> key
Class de.smartics.properties.api.config.domain.ConfigurationNotFoundException extends ConfigurationLoadingException implements Serializable |
---|
serialVersionUID: 1L
Class de.smartics.properties.api.config.domain.ConfigurationValidationException extends ConfigurationException implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
List<E> propertyViolations
List<E> mandatoryProperties
UnknownProperties unknownProperties
Class de.smartics.properties.api.config.domain.DescribedProperty extends Property implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
ConfigurationKey<T extends ConfigurationKey<?>> configurationKey
null
, if the property has not been found in a configuration. With other words, the property has a default or no value.
PropertyDescriptor descriptor
Class de.smartics.properties.api.config.domain.DuplicateConfigurationException extends ConfigurationException implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
ConfigurationPropertiesManagement currentConfigurationProperties
ConfigurationPropertiesManagement duplicateConfigurationProperties
Class de.smartics.properties.api.config.domain.DuplicatePropertyDefinitionException extends ConfigurationException implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
PropertyDefinition currentDefinition
PropertyDefinition newDefinition
Class de.smartics.properties.api.config.domain.DuplicatePropertyException extends ConfigurationException implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
Property currentProperty
Property newProperty
Class de.smartics.properties.api.config.domain.MissingConfigurationException extends ConfigurationException implements Serializable |
---|
serialVersionUID: 1L
Class de.smartics.properties.api.config.domain.Property extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
PropertyLocation source
String name
String value
null
.
Class de.smartics.properties.api.config.domain.PropertyDefinition extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
PropertyDescriptor descriptor
Property property
Class de.smartics.properties.api.config.domain.PropertyExpressionWithSourceMessageBean extends PropertyExpressionMessageBean implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
PropertyLocation source
Class de.smartics.properties.api.config.domain.PropertyIndex extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
ConfigurationKey<T extends ConfigurationKey<?>> configurationKey
Map<K,V> properties
Class de.smartics.properties.api.config.domain.PropertyLocation extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
ApplicationId applicationId
null
if no archive contains the information. This is e.g. the case if the property is provided by a data source or other external information system.
String path
archive
.
This value must not be null
.
Class de.smartics.properties.api.config.domain.PropertyStoreException extends ConfigurationRootException implements Serializable |
---|
serialVersionUID: 1L
Class de.smartics.properties.api.config.domain.PropertyStoreMessageBean extends AbstractBaseMessageBean implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
ConfigurationKey<T extends ConfigurationKey<?>> configurationKey
String propertyName
Class de.smartics.properties.api.config.domain.PropertyValidationWithSourceException extends PropertyValidationException implements Serializable |
---|
serialVersionUID: 1L
Class de.smartics.properties.api.config.domain.PropertyValidationWithSourceMessageBean extends PropertyValidationMessageBean implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
PropertyLocation source
Class de.smartics.properties.api.config.domain.PropertyValueConversionWithSourceException extends PropertyValueConversionException implements Serializable |
---|
serialVersionUID: 1L
Class de.smartics.properties.api.config.domain.PropertyValueResolveWithSourceException extends PropertyValueResolveException implements Serializable |
---|
serialVersionUID: 1L
Class de.smartics.properties.api.config.domain.PropertyValueWithSourceMessageBean extends PropertyValueMessageBean implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
PropertyLocation source
Class de.smartics.properties.api.config.domain.TypeProblemMessageBean extends AbstractBaseMessageBean implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
String type
Class de.smartics.properties.api.config.domain.UnknownProperties extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
List<E> properties
Class de.smartics.properties.api.config.domain.UnknownPropertyException extends ConfigurationException implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
String propertyKey
Class de.smartics.properties.api.config.domain.ValidatedProperty extends DescribedProperty implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
String expression
null
. If the property value is
null
, the expression is checked for default values.
Object validatedValue
null
.
Package de.smartics.properties.api.config.domain.key |
---|
Class de.smartics.properties.api.config.domain.key.ApplicationId extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
String groupId
String artifactId
String version
Class de.smartics.properties.api.config.domain.key.EnvironmentId extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
String name
String node
Package de.smartics.properties.api.config.transfer |
---|
Class de.smartics.properties.api.config.transfer.TransferException extends ConfigurationException implements Serializable |
---|
serialVersionUID: 1L
Package de.smartics.properties.api.core.app |
---|
Class de.smartics.properties.api.core.app.AbstractBaseMessageBean extends de.smartics.exceptions.i18n.AbstractMessageBean implements Serializable |
---|
serialVersionUID: 1L
Class de.smartics.properties.api.core.app.PropertyRootException extends de.smartics.exceptions.i18n.AbstractMessageRuntimeException implements Serializable |
---|
serialVersionUID: 1L
Package de.smartics.properties.api.core.context.alias |
---|
Class de.smartics.properties.api.core.context.alias.AliasException extends RuntimeException implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
String alias
Class de.smartics.properties.api.core.context.alias.DuplicateAliasException extends AliasException implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
String oldTarget
String newTarget
Class de.smartics.properties.api.core.context.alias.PropertyAliasMapping extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
Map<K,V> aliasMapping
META-INF
folder or on the server in the case of HTML reports. The alias names are alternative, unique naming schemes that refer to the same files.
The key is the name of the alias, the value is the physical resource. There is only one physical for each alias, but different aliases may point to the same resource.
Class de.smartics.properties.api.core.context.alias.UnknownAliasException extends AliasException implements Serializable |
---|
serialVersionUID: 1L
Package de.smartics.properties.api.core.domain |
---|
Class de.smartics.properties.api.core.domain.ConfigException extends PropertyRootException implements Serializable |
---|
serialVersionUID: 2L
Class de.smartics.properties.api.core.domain.ConfigMessageBean extends AbstractBaseMessageBean implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
String systemId
de.smartics.properties.api.core.domain.ConfigMessageBean.DuplicateKeys duplicateKeys
de.smartics.properties.api.core.domain.ConfigMessageBean.InvalidNamespace invalidNamespace
Class de.smartics.properties.api.core.domain.DocumentName extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
String name
Class de.smartics.properties.api.core.domain.DuplicateDefaultKeyException extends ConfigException implements Serializable |
---|
serialVersionUID: 2L
Class de.smartics.properties.api.core.domain.DuplicatePropertyDeclarationException extends PropertyDescriptorException implements Serializable |
---|
serialVersionUID: 1L
Class de.smartics.properties.api.core.domain.DuplicatePropertyDeclarationsException extends PropertyRootException implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
List<E> exceptions
String exceptionsMessage
Class de.smartics.properties.api.core.domain.ProjectdocMetaData extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
ProjectdocMetaData parent
List<E> categories
List<E> tags
List<E> parents
List<E> audience
String name
String space
String title
String shortDescription
String summary
String sortKey
List<E> notes
Class de.smartics.properties.api.core.domain.PropertiesContext extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
List<E> locales
String homePageUrl
null
.
String propertiesReportUrl
null
.
PropertyAliasMapping aliasMapping
PropertyAliasMapping
is not thread-safe, this instance provides no write-access to it.
Class de.smartics.properties.api.core.domain.PropertyCategories extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
List<E> categories
boolean technical
boolean business
Class de.smartics.properties.api.core.domain.PropertyComment extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
String text
PropertyValueComment valueComment
Class de.smartics.properties.api.core.domain.PropertyDescriptorClashingMessageBean extends PropertyDescriptorMessageBean implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
PropertyDescriptor clashingDescriptor
Class de.smartics.properties.api.core.domain.PropertyDescriptorException extends PropertyException implements Serializable |
---|
serialVersionUID: 1L
Class de.smartics.properties.api.core.domain.PropertyDescriptorMessageBean extends PropertyMessageBean implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
PropertyDescriptor propertyDescriptor
Class de.smartics.properties.api.core.domain.PropertyException extends PropertyRootException implements Serializable |
---|
serialVersionUID: 1L
Class de.smartics.properties.api.core.domain.PropertyExpression extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
private Object readResolve() throws ObjectStreamException
ObjectStreamException
Serialized Fields |
---|
String expression
null
.
Class de.smartics.properties.api.core.domain.PropertyExpressionMessageBean extends PropertyDescriptorMessageBean implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
String expression
Class de.smartics.properties.api.core.domain.PropertyKey extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
String propertySet
name
is unique. It may be
null
(which indicates that the scope is global), but is must not be blank.
String name
This value must not be blank.
Class de.smartics.properties.api.core.domain.PropertyMessageBean extends AbstractBaseMessageBean implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
PropertyKey propertyKey
Class de.smartics.properties.api.core.domain.PropertyProjectdoc extends ProjectdocMetaData implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
PropertyComment comment
SourceInfo sourceInfo
Class de.smartics.properties.api.core.domain.PropertySetProjectdoc extends ProjectdocMetaData implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
String comment
Class de.smartics.properties.api.core.domain.PropertyType extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
Class<T> type
Class<T> elementType
type
is a collection type. The value is derived from the value specified as
PropertyElementType
.
Class de.smartics.properties.api.core.domain.PropertyValidationException extends PropertyDescriptorException implements Serializable |
---|
serialVersionUID: 1L
Class de.smartics.properties.api.core.domain.PropertyValidationMessageBean extends PropertyValueMessageBean implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
List<E> constraints
Class de.smartics.properties.api.core.domain.PropertyValueChangeMessageBean extends PropertyDescriptorMessageBean implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
Serializable currentValue
Serializable rejectedValue
Class de.smartics.properties.api.core.domain.PropertyValueComment extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
String summary
null
.
Map<K,V> valueCommentMap
Class de.smartics.properties.api.core.domain.PropertyValueConversionException extends PropertyDescriptorException implements Serializable |
---|
serialVersionUID: 1L
Class de.smartics.properties.api.core.domain.PropertyValueMessageBean extends PropertyDescriptorMessageBean implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
Serializable value
String valueType
null
.
Class de.smartics.properties.api.core.domain.PropertyValueResolveException extends PropertyDescriptorException implements Serializable |
---|
serialVersionUID: 1L
Class de.smartics.properties.api.core.domain.ReadOnlyPropertyException extends PropertyDescriptorException implements Serializable |
---|
serialVersionUID: 1L
Package de.smartics.properties.api.core.security |
---|
Class de.smartics.properties.api.core.security.AbstractPropertyValueSecurity extends Object implements Serializable |
---|
serialVersionUID: 1L
Class de.smartics.properties.api.core.security.Base64PropertyValueSecurity extends Object implements Serializable |
---|
serialVersionUID: 1L
Class de.smartics.properties.api.core.security.PropertiesBasedPropertyValueSecurity extends AbstractPropertyValueSecurity implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
Properties properties
SecretKey key
Class de.smartics.properties.api.core.security.SecurityConfigurationLoader extends Object implements Serializable |
---|
serialVersionUID: 1L
Class de.smartics.properties.api.core.security.SecurityException extends PropertyRootException implements Serializable |
---|
serialVersionUID: 1L
Class de.smartics.properties.api.core.security.SecurityMessageBean extends AbstractBaseMessageBean implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
String securityPropertiesFile
Class de.smartics.properties.api.core.security.SystemPropertyBasedPropertyValueSecurity extends AbstractPropertyValueSecurity implements Serializable |
---|
serialVersionUID: 1L
Package de.smartics.properties.config.transfer.filesystem |
---|
Class de.smartics.properties.config.transfer.filesystem.TransferMessageBean extends ConfigurationMessageBean implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
File targetFolder
Package de.smartics.properties.config.transfer.templatestream |
---|
Class de.smartics.properties.config.transfer.templatestream.CannotWriteToStreamTransferMessageBean extends ConfigurationMessageBean implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
File file
Class de.smartics.properties.config.transfer.templatestream.InvalidEscaperTransferMessageBean extends ConfigurationMessageBean implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
String escaperType
Package de.smartics.properties.impl.config.cache |
---|
Class de.smartics.properties.impl.config.cache.AbstractCacheConfigurationPropertiesManagement extends AbstractAdminModeSupportedPropertiesManagement implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
de.smartics.properties.impl.config.cache.DependencyTrackingCache cache
Class de.smartics.properties.impl.config.cache.CacheConfigurationPropertiesManagement extends AbstractCacheConfigurationPropertiesManagement implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
ConfigurationPropertiesManagementSpi delegate
Class de.smartics.properties.impl.config.cache.SerializableCacheConfigurationPropertiesManagement extends AbstractCacheConfigurationPropertiesManagement implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
SerializableConfigurationPropertiesManagementSpi delegate
Package de.smartics.properties.impl.config.classpath |
---|
Class de.smartics.properties.impl.config.classpath.ClasspathConfigurationProperties extends AbstractInMemoryConfigurationProperties implements Serializable |
---|
serialVersionUID: 1L
Class de.smartics.properties.impl.config.classpath.ClasspathConfigurationPropertiesFactory extends AbstractConfigurationPropertiesFactory<ClasspathConfigurationProperties> implements Serializable |
---|
serialVersionUID: 1L
Package de.smartics.properties.impl.config.domain.key.envapp |
---|
Class de.smartics.properties.impl.config.domain.key.envapp.AbstractConfigurationKey extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
EnvironmentId environmentId
ApplicationId applicationId
int hashCodeValue
Class de.smartics.properties.impl.config.domain.key.envapp.AbstractPropertiesDefinitionContext extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
Set<E> tlds
Set<E> environments
Set<E> nodes
Set<E> groups
PropertyResourceMatchers matchers
Class de.smartics.properties.impl.config.domain.key.envapp.EnvAppConfigurationKey extends AbstractConfigurationKey<EnvAppConfigurationKey> implements Serializable |
---|
serialVersionUID: 1L
Class de.smartics.properties.impl.config.domain.key.envapp.EnvAppConfigurationKeyHelper extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
boolean preferEarManifest
ear
) is preferred if present.
Class de.smartics.properties.impl.config.domain.key.envapp.EnvAppDefinitionKeyHelper extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
EnvAppPropertiesDefinitionContext context
Class de.smartics.properties.impl.config.domain.key.envapp.EnvAppPropertiesDefinitionContext extends AbstractPropertiesDefinitionContext implements Serializable |
---|
serialVersionUID: 1L
Package de.smartics.properties.impl.config.domain.key.rtaware |
---|
Class de.smartics.properties.impl.config.domain.key.rtaware.TenantId extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
String name
Class de.smartics.properties.impl.config.domain.key.rtaware.TenantUserConfigurationKey extends AbstractConfigurationKey<TenantUserConfigurationKey> implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
TenantId tenantId
UserId userId
int hashCodeValue
Class de.smartics.properties.impl.config.domain.key.rtaware.TenantUserConfigurationKeyHelper extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
EnvAppConfigurationKeyHelper helper
Class de.smartics.properties.impl.config.domain.key.rtaware.TenantUserDefinitionKeyHelper extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
TenantUserPropertiesDefinitionContext context
Class de.smartics.properties.impl.config.domain.key.rtaware.TenantUserPropertiesDefinitionContext extends AbstractPropertiesDefinitionContext implements Serializable |
---|
serialVersionUID: 1L
Class de.smartics.properties.impl.config.domain.key.rtaware.UserId extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
String name
null
.
Package de.smartics.properties.impl.config.ds |
---|
Class de.smartics.properties.impl.config.ds.AutodetectDataSourceConfigurationPropertiesFactory extends AbstractConfigurationPropertiesFactory<ConfigurationPropertiesManagement> implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
PropertiesStore manager
DataSourceConfiguration configuration
Class de.smartics.properties.impl.config.ds.DataSourceConfiguration extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
String configSourceId
String jndiName
boolean dropTable
true
.
boolean createTable
true
.
Class de.smartics.properties.impl.config.ds.DataSourceConfigurationJndiLoader extends Object implements Serializable |
---|
serialVersionUID: 1L
Class de.smartics.properties.impl.config.ds.DataSourceConfigurationLoader extends Object implements Serializable |
---|
serialVersionUID: 1L
Class de.smartics.properties.impl.config.ds.DataSourceConfigurationProperties extends AbstractExternalConfigurationPropertiesManagement implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
PropertiesStore store
PropertyStoreAccessor propertyStoreAccessor
Class de.smartics.properties.impl.config.ds.DataSourceConfigurationPropertiesFactory extends AbstractConfigurationPropertiesFactory<ConfigurationPropertiesManagement> implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
PropertiesStore manager
Class de.smartics.properties.impl.config.ds.DataSourceConfigurationPropertiesLoader extends Object implements Serializable |
---|
serialVersionUID: 1L
Package de.smartics.properties.impl.config.ds.hsql |
---|
Class de.smartics.properties.impl.config.ds.hsql.AbstractHSqlDataSourceProxy extends Object implements Serializable |
---|
serialVersionUID: 1L
Class de.smartics.properties.impl.config.ds.hsql.HSqlDataSourceProxy extends AbstractHSqlDataSourceProxy implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
- on read problems.
ClassNotFoundException
- if a class cannot be found.
Serialized Fields |
---|
String connectionUrl
String userName
String password
Please note that the password passed to this instance is stored. This is necessary in the case of deserialisation where the wrapped data source instance must be recreated. If this provides a security problem, please consider using the JndiDataSourceProxy
.
Class de.smartics.properties.impl.config.ds.hsql.HSqlJndiDataSourceProxy extends AbstractHSqlDataSourceProxy implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
JndiDataSourceProxy dataSource
Package de.smartics.properties.impl.config.ds.mysql |
---|
Class de.smartics.properties.impl.config.ds.mysql.AbstractMySqlDataSourceProxy extends Object implements Serializable |
---|
serialVersionUID: 1L
Class de.smartics.properties.impl.config.ds.mysql.MySqlDataSourceProxy extends AbstractMySqlDataSourceProxy implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
- on read problems.
ClassNotFoundException
- if a class cannot be found.
Serialized Fields |
---|
String connectionUrl
String userName
String password
Please note that the password passed to this instance is stored. This is necessary in the case of deserialisation where the wrapped data source instance must be recreated. If this provides a security problem, please consider using the JndiDataSourceProxy
.
Class de.smartics.properties.impl.config.ds.mysql.MySqlJndiDataSourceProxy extends AbstractMySqlDataSourceProxy implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
JndiDataSourceProxy dataSource
Package de.smartics.properties.impl.config.jndi |
---|
Class de.smartics.properties.impl.config.jndi.JndiConfigurationProperties extends AbstractConfigurationPropertiesManagement implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
- on read problems or if the JNDI context cannot be established.
ClassNotFoundException
- if a class cannot be found.
Serialized Fields |
---|
PropertyStoreAccessor propertyStoreAccessor
Class de.smartics.properties.impl.config.jndi.JndiConfigurationPropertiesFactory extends AbstractConfigurationPropertiesFactory<JndiConfigurationProperties> implements Serializable |
---|
serialVersionUID: 1L
Class de.smartics.properties.impl.config.jndi.JndiPropertyStoreException extends PropertyStoreException implements Serializable |
---|
serialVersionUID: 1L
Class de.smartics.properties.impl.config.jndi.JndiPropertyStoreMessageBean extends PropertyStoreMessageBean implements Serializable |
---|
serialVersionUID: 1L
Package de.smartics.properties.impl.config.properties |
---|
Class de.smartics.properties.impl.config.properties.PropertiesConfigurationProperties extends AbstractInMemoryConfigurationProperties implements Serializable |
---|
serialVersionUID: 1L
Class de.smartics.properties.impl.config.properties.PropertiesConfigurationPropertiesFactory extends AbstractConfigurationPropertiesFactory<PropertiesConfigurationProperties> implements Serializable |
---|
serialVersionUID: 1L
Package de.smartics.properties.impl.config.resource |
---|
Class de.smartics.properties.impl.config.resource.AutodetectDataSourceResourceConfigurationPropertiesFactory extends AutodetectDataSourceConfigurationPropertiesFactory implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
Map<K,V> artifactIds
Class de.smartics.properties.impl.config.resource.ResourceConfigurationPropertiesFactory extends AbstractConfigurationPropertiesFactory<ConfigurationPropertiesManagement> implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
Map<K,V> artifactIds
Package de.smartics.properties.report.app |
---|
Class de.smartics.properties.report.app.ReportException extends RuntimeException implements Serializable |
---|
serialVersionUID: 1L
Package de.smartics.properties.report.data |
---|
Class de.smartics.properties.report.data.ReportProblem extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
String message
Throwable cause
Package de.smartics.properties.resource.app |
---|
Package de.smartics.properties.resource.domain |
---|
Class de.smartics.properties.resource.domain.ArtifactId extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
String groupId
String name
String version
String archiveType
String classifier
null
.
Class de.smartics.properties.resource.domain.ArtifactRef extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
ArtifactId id
URL url
Class de.smartics.properties.resource.domain.ClassPathEnvironment extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
Map<K,V> index
List<E> artifactRefs
Class de.smartics.properties.resource.domain.ResourceException extends PropertyRootException implements Serializable |
---|
serialVersionUID: 1L
Package de.smartics.properties.resource.filesystem.heap |
---|
Class de.smartics.properties.resource.filesystem.heap.FileMessageBean extends AbstractBaseMessageBean implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
File archiveFile
Package de.smartics.properties.resource.heap |
---|
Class de.smartics.properties.resource.heap.HeapException extends ResourceException implements Serializable |
---|
serialVersionUID: 2L
Package de.smartics.properties.resource.maven.repository |
---|
Class de.smartics.properties.resource.maven.repository.ArtifactIdMessageBean extends AbstractBaseMessageBean implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
ArtifactId artifactId
Class de.smartics.properties.resource.maven.repository.FileMessageBean extends AbstractBaseMessageBean implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
File file
Package de.smartics.properties.resource.maven.repository.filter |
---|
Class de.smartics.properties.resource.maven.repository.filter.GroupPrefixFilter extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
String prefix
Class de.smartics.properties.resource.maven.repository.filter.TestScopeFilter extends Object implements Serializable |
---|
serialVersionUID: 1L
Package de.smartics.properties.resource.repository |
---|
Class de.smartics.properties.resource.repository.RepositoryException extends ResourceException implements Serializable |
---|
serialVersionUID: 2L
Package de.smartics.properties.resource.util |
---|
Class de.smartics.properties.resource.util.TypeProblemMessageBean extends AbstractBaseMessageBean implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
de.smartics.properties.resource.util.TypeProblemMessageBean.OgnlInterfaceFix type
List<E> duplicates
List<E> errors
Package de.smartics.properties.security.esapi |
---|
Class de.smartics.properties.security.esapi.AbstractEsapiPropertyValueSecurity extends Object implements Serializable |
---|
serialVersionUID: 1L
Class de.smartics.properties.security.esapi.EsapiPropertyValueSecurity extends AbstractEsapiPropertyValueSecurity implements Serializable |
---|
serialVersionUID: 1L
Package de.smartics.properties.spi.config.cache |
---|
Class de.smartics.properties.spi.config.cache.CacheConfigurationJndiLoader extends Object implements Serializable |
---|
serialVersionUID: 1L
Class de.smartics.properties.spi.config.cache.CacheConfigurationLoader extends Object implements Serializable |
---|
serialVersionUID: 1L
Class de.smartics.properties.spi.config.cache.CacheConfigurationPropertiesLoader extends Object implements Serializable |
---|
serialVersionUID: 1L
Class de.smartics.properties.spi.config.cache.CacheEntryConfiguration extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
CacheEntryConfigurationType enumEntry
Class de.smartics.properties.spi.config.cache.CacheException extends ConfigurationRootException implements Serializable |
---|
serialVersionUID: 1L
Class de.smartics.properties.spi.config.cache.CacheMessageBean extends AbstractBaseMessageBean implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
String cacheConfiguration
String cacheId
String missingProperty
Class de.smartics.properties.spi.config.cache.CompoundKey extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
String name
Object key
String stringRepresentation
Package de.smartics.properties.spi.config.definition |
---|
Class de.smartics.properties.spi.config.definition.OneKeyPropertiesDefinitionContext extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
ConfigurationKey<T extends ConfigurationKey<?>> configurationKey
null
.
OneKeyPropertiesDefinitionContext.getKey(String)
Package de.smartics.properties.spi.config.domain |
---|
Class de.smartics.properties.spi.config.domain.ConfigurationPropertiesManagementProxy extends ConfigurationPropertiesProxy implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
- on read problems.
ClassNotFoundException
- if a class cannot be found.
Class de.smartics.properties.spi.config.domain.ConfigurationPropertiesProxy extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
- on read problems.
ClassNotFoundException
- if a class cannot be found.
Serialized Fields |
---|
ConfigurationKey<T extends ConfigurationKey<?>> key
ConfigurationPropertiesFactory factory
Package de.smartics.properties.spi.config.domain.key |
---|
Class de.smartics.properties.spi.config.domain.key.PathMatcher extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
ConfigurationKey<T extends ConfigurationKey<?>> configurationKey
List<E> matchers
Class de.smartics.properties.spi.config.domain.key.PathMatcher.Matcher extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
String path
boolean wildcardMatch
path
is a prefix to be match (
true
) or if it is an exact match (
false
).
Class de.smartics.properties.spi.config.domain.key.PropertyResourceMatchers extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
ConfigurationKey<T extends ConfigurationKey<?>> anyKey
null
.
List<E> matchers
Package de.smartics.properties.spi.config.ds |
---|
Class de.smartics.properties.spi.config.ds.AbstractDataSourceDescriptor extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
String table
String configColumn
String nameColumn
String valueColumn
Class de.smartics.properties.spi.config.ds.DataSourceConfigurationMessageBean extends DataSourceMessageBean implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
String config
Class de.smartics.properties.spi.config.ds.DataSourceConfigurationPropertyProvider extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
ConfigurationKey<T extends ConfigurationKey<?>> configurationKey
PropertiesStore manager
Class de.smartics.properties.spi.config.ds.DataSourceException extends ConfigurationRootException implements Serializable |
---|
serialVersionUID: 1L
Class de.smartics.properties.spi.config.ds.DataSourceMessageBean extends AbstractBaseMessageBean implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
String dataSourceId
Class de.smartics.properties.spi.config.ds.DataSourcePropertyKeyMessageBean extends DataSourceMessageBean implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
String path
String propertyKey
Class de.smartics.properties.spi.config.ds.DataSourcePropertyMessageBean extends DataSourcePropertyKeyMessageBean implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
String propertyValue
Class de.smartics.properties.spi.config.ds.DefaultDataSourceManager extends AbstractDataSourceDescriptor implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
DataSourceProxy dataSourceProxy
Map<K,V> initialProperties
null
.
boolean dropTable
boolean ignoreTableCreationProblems
String createTableSqlStatement
String insertOrUpdateSqlStatementTemplate
Class de.smartics.properties.spi.config.ds.JndiDataSourceProxy extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
- on read problems.
ClassNotFoundException
- if a class cannot be found.
Serialized Fields |
---|
String mappedName
Class de.smartics.properties.spi.config.ds.PropertiesStore extends DefaultDataSourceManager implements Serializable |
---|
serialVersionUID: 1L
Package de.smartics.properties.spi.config.proxy |
---|
Class de.smartics.properties.spi.config.proxy.InvalidArgumentsException extends PropertiesException implements Serializable |
---|
serialVersionUID: 1L
Class de.smartics.properties.spi.config.proxy.NotAPropertySetAnnotatedInterfaceException extends PropertiesException implements Serializable |
---|
serialVersionUID: 1L
Class de.smartics.properties.spi.config.proxy.PropertiesException extends RuntimeException implements Serializable |
---|
serialVersionUID: 1L
Class de.smartics.properties.spi.config.proxy.PropertiesProxyInvocationHandler extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
SerializableConfigurationProperties configurationProperties
Class de.smartics.properties.spi.config.proxy.PropertyMethodNotFoundException extends PropertiesException implements Serializable |
---|
serialVersionUID: 1L
Package de.smartics.properties.spi.config.resolve |
---|
Class de.smartics.properties.spi.config.resolve.ConfigurationPropertiesResolveContext extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
PropertyDescriptorRegistry registry
ConfigurationProperties config
Class de.smartics.properties.spi.config.resolve.NullValuePropertyException extends UnresolvablePropertyException implements Serializable |
---|
serialVersionUID: 1L
Class de.smartics.properties.spi.config.resolve.RecursivePropertyException extends UnresolvablePropertyException implements Serializable |
---|
serialVersionUID: 1L
Class de.smartics.properties.spi.config.resolve.ResolveConfigurationException extends ConfigurationException implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
String expression
Class de.smartics.properties.spi.config.resolve.UnresolvablePropertyException extends RuntimeException implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
String propertyKey
List<E> path
Package de.smartics.properties.spi.config.support |
---|
Class de.smartics.properties.spi.config.support.AbstractConfigurationPropertiesFactory extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
- on read problems.
ClassNotFoundException
- if a class cannot be found.
Serialized Fields |
---|
List<E> rootLocations
List<E> rootPropertyProviders
While AbstractConfigurationPropertiesFactory.addRootLocations(Collection)
and AbstractConfigurationPropertiesFactory.addRootLocations(URL...)
allows to declare class path roots to search for properties files automatically, the root property provider allow access to properties that are stored in arbitrary locations and formats. These properties may be stored in databases or any other technology, as long as they provide the concept of key and value.
FactoryConfiguration factoryConfiguration
Map<K,V> artifactIds
PropertyDescriptorRegistry registry
ReentrantReadWriteLock lock
Lock readLock
Lock writeLock
boolean initialized
Class de.smartics.properties.spi.config.support.AbstractInMemoryConfigurationProperties extends AbstractConfigurationPropertiesManagement implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
InMemoryPropertiesManager properties
boolean requiresDefaultOnClassPath
true
not finding the properties file on the class path signals an exception, if set to
false
the properties are not required to exist. In the latter case the properties may be set purely programatically.
PropertyStoreAccessor propertyStoreAccessor
Class de.smartics.properties.spi.config.support.BootConfigurationProperties extends AbstractInMemoryConfigurationProperties implements Serializable |
---|
serialVersionUID: 1L
Class de.smartics.properties.spi.config.support.ConfigurationPropertiesManagementWithDefaults extends AbstractConfigurationProperties implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
List<E> configurationProperties
PropertyStoreAccessor propertyStoreAccessor
Class de.smartics.properties.spi.config.support.InMemoryPropertiesManager extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
ConfigurationKey<T extends ConfigurationKey<?>> configurationKey
PropertyLocation sourceId
Map<K,V> propertiesKeyToValueMap
PropertyChangeSupport support
ReentrantReadWriteLock lock
Lock readLock
Lock writeLock
Class de.smartics.properties.spi.config.support.PropertiesPropertyProvider extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
ConfigurationKey<T extends ConfigurationKey<?>> configurationKey
PropertyLocation sourceId
Properties properties
Package de.smartics.properties.spi.config.transfer |
---|
Class de.smartics.properties.spi.config.transfer.DefinitionXmlMessageBean extends AbstractBaseMessageBean implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
ArtifactRef artifact
definition.xml
.
String definitionXml
definition.xml
that has not been found in the given archive.
"META-INF/smartics-properties/definition.xml"
Class de.smartics.properties.spi.config.transfer.NoConfigurationKeyForPropertiesMessageBean extends AbstractBaseMessageBean implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
String propertiesFile
String definitionXml
definition.xml
within an archive that contains the key information that maps properties files to a configuration key.
"META-INF/smartics-properties/definition.xml"
Class de.smartics.properties.spi.config.transfer.TransferException extends ConfigurationRootException implements Serializable |
---|
serialVersionUID: 1L
Package de.smartics.properties.spi.config.validation |
---|
Class de.smartics.properties.spi.config.validation.ConfigurationValidator extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
ConfigurationPropertiesManagement configuration
boolean lenient
true
. If the value is
false
unknown properties are reported as validation failures.
Package de.smartics.properties.spi.core.constraint |
---|
Class de.smartics.properties.spi.core.constraint.AbstractPropertyConstraint extends Object implements Serializable |
---|
serialVersionUID: 1L
Package de.smartics.properties.spi.core.constraint.jsr303 |
---|
Class de.smartics.properties.spi.core.constraint.jsr303.GenericPropertyConstraint extends AbstractPropertyConstraint<T> implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
- on read problems.
ClassNotFoundException
- if a class cannot be found.
Serialized Fields |
---|
Annotation constraintAnnotation
Class<T> validatorClass
Package de.smartics.properties.spi.core.constraints |
---|
Class de.smartics.properties.spi.core.constraints.ListValueConstraint extends AbstractPropertyConstraint<List<?>> implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
Class<T> elementType
Integer minOccurs
null
if there is no constraint on the minimum number of elements.
Integer maxOccurs
null
if there is no constraint on the maximum number of elements.
List<E> elementConstraints
null
.
Class de.smartics.properties.spi.core.constraints.PropertyRangeConstraint extends AbstractPropertyConstraint<T> implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
PropertyValueRange<T> valueRange
A value of null
tells that there is no range defined.
Package de.smartics.properties.spi.core.context |
---|
Class de.smartics.properties.spi.core.context.MandatoryPropertyContext extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
PropertiesContext propertiesContext
PropertyDescriptor descriptor
Class de.smartics.properties.spi.core.context.PropertyContextProxy extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
PropertiesContext context
Package de.smartics.properties.spi.core.convert |
---|
Class de.smartics.properties.spi.core.convert.BeanUtilsPropertyValueConverter extends Object implements Serializable |
---|
serialVersionUID: 1L
Package de.smartics.properties.spi.core.metadata |
---|
Class de.smartics.properties.spi.core.metadata.MetaInfDocumentMetaDataProxy extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
DocumentName documentName
META-INF
folder.
PropertiesContext context
META-INF
folder. May be
null
.
SerializableMethod propertyMethod
Map<K,V> metaData
Map<K,V> propertySetMetaData
Class de.smartics.properties.spi.core.metadata.PropertyCommentProxy extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
PropertiesContext context
null
.
Map<K,V> comments
Class de.smartics.properties.spi.core.metadata.PropertyMetaData extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
PropertyContextProvider contextProxy
Class<T> declaringType
PropertyKey key
null
.
PropertyType type
null
.
boolean mandatory
boolean secured
AccessType accessType
long updateIntervalInMs
An application may cache the value of the property for the given period of time.
value | description |
---|---|
< 0 | Property is not mutable. |
0 | Property is required on each access. |
> 0 | Property is required to be read new after the given number of ms elapsed. |
PropertyDefinitionTime configurationTime
PropertyExpression defaultExpression
null
.
PropertyValueRange<T> valueRange
List<E> constraints
null
.
DocumentMetaDataProxy documentMetaDataProxy
PropertyCommentProvider commentProxy
PropertyCategories categories
PropertyUse.UseType useType
Package de.smartics.properties.spi.core.metadata.comment |
---|
Class de.smartics.properties.spi.core.metadata.comment.CommentException extends RuntimeException implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
String systemId
Package de.smartics.properties.spi.core.metadata.projectdoc |
---|
Class de.smartics.properties.spi.core.metadata.projectdoc.AnnotationHelper extends Object implements Serializable |
---|
serialVersionUID: 1L
Class de.smartics.properties.spi.core.metadata.projectdoc.MetaDataException extends RuntimeException implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
String systemId
Package de.smartics.properties.spi.core.registry |
---|
Class de.smartics.properties.spi.core.registry.ConfigurationRegistry extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
ReentrantReadWriteLock lock
Lock readLock
Lock writeLock
Map<K,V> contexts
Class de.smartics.properties.spi.core.registry.InMemoryPropertyDescriptorRegistry extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
com.google.common.collect.ArrayListMultimap<K,V> descriptors
Map<K,V> descriptorMap
String
keys. The key is the key of the property descriptor.
List<E> mandatoryProperties
ConfigurationRegistry configurationRegistry
ReentrantReadWriteLock lock
Lock readLock
Lock writeLock
Package de.smartics.properties.spi.core.util |
---|
Class de.smartics.properties.spi.core.util.SerializableMethod extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
- on read problems.
ClassNotFoundException
- if a class cannot be found.
private void writeObject(ObjectOutputStream out) throws IOException
IOException
- on any write problem.
Package de.smartics.properties.spi.core.validate |
---|
Class de.smartics.properties.spi.core.validate.PropertyValidator extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
boolean adminMode
Package de.smartics.properties.spi.core.value |
---|
Class de.smartics.properties.spi.core.value.CollectionPropertyValueRange extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
Map<K,V> valueRange
Class de.smartics.properties.spi.core.value.EnumeratedPropertyValueRange extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
Class<T> enumeration
de.smartics.properties.spi.core.value.EnumIdTranslator<T extends Enum<T>> translator
fromString
methods.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |