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

Packages that use ApplicationId
de.smartics.properties.api.config.domain Provides domain objects for configuration. 
de.smartics.properties.api.config.domain.key Provides runtime structures to access property values. 
de.smartics.properties.impl.config.properties Provides a ConfigurationProperties implementation based on Properties
 

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

Methods in de.smartics.properties.api.config.domain that return ApplicationId
 ApplicationId PropertyLocation.getApplicationId()
          Returns the identifier of the application archive that contains the property.
 

Constructors in de.smartics.properties.api.config.domain with parameters of type ApplicationId
PropertyLocation(ApplicationId applicationId, String path)
          Default constructor.
 

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

Fields in de.smartics.properties.api.config.domain.key declared as ApplicationId
static ApplicationId ApplicationId.ANY_APP
          Defines the application for any group, name and version.
 

Methods in de.smartics.properties.api.config.domain.key that return ApplicationId
 ApplicationId ConfigurationKey.getApplicationId()
          Returns the identifier of the application whose configuration is requested.
 ApplicationId ApplicationIdLoader.load()
          Loads the application identifier from the manifest file pointed at by the context class loader.
 ApplicationId ApplicationIdLoader.load(Class<?> locator)
          Loads the application identifier from the manifest file pointed at from the given class.
 ApplicationId ApplicationIdLoader.load(ClassLoader classLoader)
          Loads the application identifier from the manifest file pointed at from the given class loader.
 ApplicationId ApplicationIdLoader.load(URL rootUrl)
          Loads the manifest information as application ID from the given root URL.
 

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

Constructors in de.smartics.properties.api.config.domain.key with parameters of type ApplicationId
ConfigurationKey(EnvironmentId environmentId, ApplicationId applicationId)
          Default constructor.
 

Uses of ApplicationId in de.smartics.properties.impl.config.properties
 

Methods in de.smartics.properties.impl.config.properties with parameters of type ApplicationId
 PropertiesConfigurationProperties PropertiesConfigurationPropertiesFactory.create(ApplicationId applicationId)
          Creates a configuration properties instance for an artificial environment.
 PropertiesConfigurationProperties PropertiesConfigurationPropertiesFactory.createManagement(ApplicationId applicationId)
          Creates a configuration properties management instance for an artificial environment.
 



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