Package de.smartics.properties.spi.config.resolve

Package class diagram package de.smartics.properties.spi.config.resolve
Provides an interface to the resolving placeholders.

See:
          Description

Interface Summary
PropertyValueResolver Resolves property value expressions.
ResolveContext Provides access to property names to their values.
 

Class Summary
ConfigurationPropertiesResolveContext Simple interface on ConfigurationProperties.
SimplePropertyValueResolver Property value resolver implementation using commons-jexl.
 

Exception Summary
NullValuePropertyException Signals that a property resolvement is not possible since a placeholder has a null value.
RecursivePropertyException Signals that a property is not resolvable due to recursive definition.
ResolveConfigurationException Signals problems resolving expression in a property value.
UnresolvablePropertyException Signals that a property is not resolvable.
 

Package de.smartics.properties.spi.config.resolve Description

Provides an interface to the resolving placeholders.

Resolving property values is the task that dereferences placeholders with their values. A placeholder names a key whose value is to be used for the replacement.

Since:
1.0


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