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

Packages that use PropertiesDefinitionContext
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 Provides a configuration key implementation that is runtime aware. 
de.smartics.properties.spi.config.definition Provides helpers to deal with definition.xml information. 
de.smartics.properties.spi.config.domain.key Provides service infrastructure to deal with configuration keys. 
 

Uses of PropertiesDefinitionContext in de.smartics.properties.impl.config.domain.key.envapp
 

Classes in de.smartics.properties.impl.config.domain.key.envapp with type parameters of type PropertiesDefinitionContext
 class AbstractDefinitionConfigParser<T extends PropertiesDefinitionContext>
          Base implementation for parsing a definition.xml file for properties.
 

Classes in de.smartics.properties.impl.config.domain.key.envapp that implement PropertiesDefinitionContext
 class AbstractPropertiesDefinitionContext
          Contains information from the definition.xml that is contained in archives providing property information, based on environment and application.
 class EnvAppPropertiesDefinitionContext
          Contains information from the definition.xml that is contained in archives providing property information.
 

Methods in de.smartics.properties.impl.config.domain.key.envapp with parameters of type PropertiesDefinitionContext
 DefinitionKeyHelper EnvAppConfigurationKeyContext.definitionKeyHelper(PropertiesDefinitionContext definitionContext)
           
 

Uses of PropertiesDefinitionContext in de.smartics.properties.impl.config.domain.key.rtaware
 

Classes in de.smartics.properties.impl.config.domain.key.rtaware that implement PropertiesDefinitionContext
 class TenantUserPropertiesDefinitionContext
          Contains information from the definition.xml that is contained in archives providing property information, based on environment, application, tenant and user.
 

Methods in de.smartics.properties.impl.config.domain.key.rtaware with parameters of type PropertiesDefinitionContext
 DefinitionKeyHelper TenantUserConfigurationKeyContext.definitionKeyHelper(PropertiesDefinitionContext definitionContext)
           
 

Uses of PropertiesDefinitionContext in de.smartics.properties.spi.config.definition
 

Classes in de.smartics.properties.spi.config.definition with type parameters of type PropertiesDefinitionContext
 interface DefinitionConfigParser<T extends PropertiesDefinitionContext>
          Parses the definition.xml file for properties.
 

Classes in de.smartics.properties.spi.config.definition that implement PropertiesDefinitionContext
 class OneKeyPropertiesDefinitionContext
          Maps any path to the preconfigured configuration key.
 

Uses of PropertiesDefinitionContext in de.smartics.properties.spi.config.domain.key
 

Methods in de.smartics.properties.spi.config.domain.key with parameters of type PropertiesDefinitionContext
 DefinitionKeyHelper ConfigurationKeyContext.definitionKeyHelper(PropertiesDefinitionContext definitionContext)
          Provides a contextaware definition helper.
 



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