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

Packages that use DefinitionConfigParser
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.domain.key Provides service infrastructure to deal with configuration keys. 
de.smartics.properties.spi.config.transfer Provides services to transfer properties from a source to a target destination. 
 

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

Classes in de.smartics.properties.impl.config.domain.key.envapp that implement DefinitionConfigParser
 class AbstractDefinitionConfigParser<T extends PropertiesDefinitionContext>
          Base implementation for parsing a definition.xml file for properties.
 class EnvAppDefinitionConfigParser
          Parses the definition.xml file for properties.
 

Methods in de.smartics.properties.impl.config.domain.key.envapp that return DefinitionConfigParser
 DefinitionConfigParser<?> EnvAppConfigurationKeyContext.definitionConfigParser()
           
 

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

Classes in de.smartics.properties.impl.config.domain.key.rtaware that implement DefinitionConfigParser
 class TenantUserDefinitionConfigParser
          Parses the definition.xml file for properties.
 

Methods in de.smartics.properties.impl.config.domain.key.rtaware that return DefinitionConfigParser
 DefinitionConfigParser<?> TenantUserConfigurationKeyContext.definitionConfigParser()
           
 

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

Methods in de.smartics.properties.spi.config.domain.key that return DefinitionConfigParser
 DefinitionConfigParser<?> ConfigurationKeyContext.definitionConfigParser()
          Provides a parser to parse definition files.
 

Uses of DefinitionConfigParser in de.smartics.properties.spi.config.transfer
 

Methods in de.smartics.properties.spi.config.transfer with parameters of type DefinitionConfigParser
 void PropertyProviderList.addPropertyDefinitions(DefinitionConfigParser<?> definitionConfigParser, ClassPathEnvironment env)
          Resolves the environment to property providers and adds them.
 



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