Uses of Class
de.smartics.properties.api.config.domain.key.EnvironmentId

Packages that use EnvironmentId
de.smartics.properties.api.config.domain.key Provides runtime structures to access property values. 
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. 
 

Uses of EnvironmentId in de.smartics.properties.api.config.domain.key
 

Fields in de.smartics.properties.api.config.domain.key declared as EnvironmentId
static EnvironmentId EnvironmentId.ANY_ENV
          Defines the application for any environment.
 

Methods in de.smartics.properties.api.config.domain.key that return EnvironmentId
static EnvironmentId EnvironmentId.valueOf(String environmentString)
          Returns an EnvironmentId for the given String or throws an IllegalArgumentException if the String is not valid.
 

Methods in de.smartics.properties.api.config.domain.key with parameters of type EnvironmentId
 int EnvironmentId.compareTo(EnvironmentId o)
          
 ConfigurationKey<?> ConfigurationKeyHelper.load(EnvironmentId environmentId, Class<?> locator)
          Loads the application identifier from the manifest file pointed at by the given locator class.
 

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

Methods in de.smartics.properties.impl.config.domain.key.envapp that return EnvironmentId
 EnvironmentId AbstractConfigurationKey.getEnvironmentId()
          Returns the identifier of the environment the application is deployed in.
protected  EnvironmentId AbstractDefinitionConfigParser.readEnvironment(org.jdom.Element rootNode)
          Parses environment information.
 

Methods in de.smartics.properties.impl.config.domain.key.envapp with parameters of type EnvironmentId
 EnvAppConfigurationKey EnvAppConfigurationKeyHelper.load(EnvironmentId environmentId, Class<?> locator)
          Loads the application identifier from the manifest file pointed at by the given locator class.
 

Constructors in de.smartics.properties.impl.config.domain.key.envapp with parameters of type EnvironmentId
AbstractConfigurationKey(EnvironmentId environmentId, ApplicationId applicationId)
          Default constructor.
EnvAppConfigurationKey(EnvironmentId environmentId, ApplicationId applicationId)
          Default constructor.
 

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

Methods in de.smartics.properties.impl.config.domain.key.rtaware with parameters of type EnvironmentId
 TenantUserConfigurationKey TenantUserConfigurationKeyHelper.load(EnvironmentId environmentId, Class<?> locator)
          Loads the application identifier from the manifest file pointed at by the given locator class.
 

Constructors in de.smartics.properties.impl.config.domain.key.rtaware with parameters of type EnvironmentId
TenantUserConfigurationKey(EnvironmentId environmentId, ApplicationId applicationId)
          Convenience constructor for any tenant and any user..
TenantUserConfigurationKey(EnvironmentId environmentId, ApplicationId applicationId, TenantId tenantId, UserId userId)
          Default constructor.
 



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