de.smartics.properties.spi.config.definition
Interface PropertiesDefinitionContext

Package class diagram package PropertiesDefinitionContext
All Superinterfaces:
Serializable
All Known Implementing Classes:
AbstractPropertiesDefinitionContext, EnvAppPropertiesDefinitionContext, OneKeyPropertiesDefinitionContext, TenantUserPropertiesDefinitionContext

public interface PropertiesDefinitionContext
     
     
extends Serializable

Contains information from the definition.xml that is contained in archives providing property information.

Implementations are required to be thread-safe.


Method Summary
 ConfigurationKey<?> getKey(String path)
          Returns the configuration key associated with the given path.
 

Method Detail

getKey

@CheckForNull
ConfigurationKey<?> getKey(String path)
Returns the configuration key associated with the given path.

Parameters:
path - the path to fetch its configuration key. Note that a null value is allowed.
Returns:
the configuration key for the given path or null if no key is associated with it.


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