|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.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.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 |
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. |
static ApplicationId |
ApplicationId.valueOf(String applicationString) Returns an ApplicationId 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 ApplicationId | |
---|---|
int |
ApplicationId.compareTo(ApplicationId o) |
ConfigurationKey<?> |
ConfigurationKeyFactory.createKey(ApplicationId applicationId) Creates a key dependent on the given application. |
ConfigurationKey<?> |
ConfigurationKeyFactory.createKey(ConfigurationKey<?> key, ApplicationId appId) Create a key based on properties provided by the given key, but for the given application. |
ConfigurationKey<?> |
ConfigurationKeyHelper.load(ApplicationId applicationId) Loads the configuration key using the given applicationId and determines the environmentId through system properties or defaults (null for the environment and hostname for the node). |
Uses of ApplicationId in de.smartics.properties.impl.config.domain.key.envapp |
---|
Methods in de.smartics.properties.impl.config.domain.key.envapp that return ApplicationId | |
---|---|
ApplicationId |
AbstractConfigurationKey.getApplicationId() Returns the identifier of the application whose configuration is requested. |
protected ApplicationId |
AbstractDefinitionConfigParser.readApplication(org.jdom.Element rootNode) Parses application information. |
Methods in de.smartics.properties.impl.config.domain.key.envapp with parameters of type ApplicationId | |
---|---|
EnvAppConfigurationKey |
EnvAppConfigurationKeyHelper.load(ApplicationId applicationId) Loads the configuration key using the given applicationId and determines the environmentId through system properties or defaults (null for the environment and hostname for the node). |
Constructors in de.smartics.properties.impl.config.domain.key.envapp with parameters of type ApplicationId | |
---|---|
AbstractConfigurationKey(EnvironmentId environmentId, ApplicationId applicationId) Default constructor. |
|
AbstractConfigurationKey(T key, ApplicationId appId) Copy constructor. |
|
EnvAppConfigurationKey(EnvAppConfigurationKey key, ApplicationId appId) Copy constructor. |
|
EnvAppConfigurationKey(EnvironmentId environmentId, ApplicationId applicationId) Default constructor. |
Uses of ApplicationId in de.smartics.properties.impl.config.domain.key.rtaware |
---|
Methods in de.smartics.properties.impl.config.domain.key.rtaware with parameters of type ApplicationId | |
---|---|
TenantUserConfigurationKey |
TenantUserConfigurationKeyHelper.load(ApplicationId applicationId) Loads the configuration key using the given applicationId and determines the environmentId through system properties or defaults (null for the environment and hostname for the node). |
Constructors in de.smartics.properties.impl.config.domain.key.rtaware with parameters of type ApplicationId | |
---|---|
TenantUserConfigurationKey(EnvironmentId environmentId, ApplicationId applicationId) Convenience constructor for any tenant and any user.. |
|
TenantUserConfigurationKey(EnvironmentId environmentId, ApplicationId applicationId, TenantId tenantId, UserId userId) Default constructor. |
|
TenantUserConfigurationKey(TenantUserConfigurationKey key, ApplicationId appId) Copy 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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |