|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EnvironmentId | |
---|---|
de.smartics.properties.api.config.domain.key | Provides runtime structures to access property values. |
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 | |
---|---|
EnvironmentId |
ConfigurationKey.getEnvironmentId() Returns the identifier of the environment the application is deployed in. |
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. |
Constructors in de.smartics.properties.api.config.domain.key with parameters of type EnvironmentId | |
---|---|
ConfigurationKey(EnvironmentId environmentId, ApplicationId applicationId) Default constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |