Uses of Class
de.smartics.properties.api.config.domain.PropertyLocation

Packages that use PropertyLocation
de.smartics.properties.api.config.domain Provides domain objects for configuration. 
de.smartics.properties.spi.config.ds Provides implementations to provide access to data sources from configuration factories. 
de.smartics.properties.spi.config.support Provides helpers for service provider to implement ConfigurationPropertiesFactory
 

Uses of PropertyLocation in de.smartics.properties.api.config.domain
 

Methods in de.smartics.properties.api.config.domain that return PropertyLocation
 PropertyLocation PropertyValueResolveWithSourceException.getSource()
          Returns the source where the property value has been defined.
 PropertyLocation PropertyValueConversionWithSourceException.getSource()
          Returns the source where the property value has been defined.
 PropertyLocation PropertyValidationWithSourceException.getSource()
          Returns the source where the property value has been defined.
 PropertyLocation Property.getSource()
          Returns the optional source where the property value has been defined.
 PropertyLocation PropertyProvider.getSourceId()
          Returns the unique identifier of the property source.
 

Methods in de.smartics.properties.api.config.domain with parameters of type PropertyLocation
 int PropertyLocation.compareTo(PropertyLocation o)
           
 

Constructors in de.smartics.properties.api.config.domain with parameters of type PropertyLocation
Property(PropertyLocation source, String name, Object value)
          Convenience constructor that translates the value to a String.
Property(PropertyLocation source, String name, String value)
          Default constructor.
PropertyValidationWithSourceException(PropertyValidationException original, PropertyLocation source)
          Default constructor.
PropertyValueConversionWithSourceException(PropertyValueConversionException original, PropertyLocation source)
          Default constructor.
PropertyValueResolveWithSourceException(PropertyValueResolveException original, PropertyLocation source)
          Default constructor.
ResolvedProperty(PropertyLocation source, String name, String value, String expression, Object resolvedValue)
          Default constructor.
 

Uses of PropertyLocation in de.smartics.properties.spi.config.ds
 

Methods in de.smartics.properties.spi.config.ds that return PropertyLocation
 PropertyLocation DataSourceConfigurationPropertyProvider.getSourceId()
           
 

Uses of PropertyLocation in de.smartics.properties.spi.config.support
 

Methods in de.smartics.properties.spi.config.support that return PropertyLocation
 PropertyLocation PropertiesPropertyProvider.getSourceId()
           
 PropertyLocation InMemoryPropertiesManager.getSourceId()
           
 

Constructors in de.smartics.properties.spi.config.support with parameters of type PropertyLocation
InMemoryPropertiesManager(ConfigurationKey configurationKey, PropertyLocation sourceId)
          Default constructor.
PropertiesPropertyProvider(ConfigurationKey configurationKey, PropertyLocation sourceId, Properties properties)
          Default constructor.
 



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