public class SystemPropertyRuntimeEnvironmentKeyResolver extends java.lang.Object implements RuntimeEnvironmentKeyResolver
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
environmentKey |
| Constructor and Description |
|---|
SystemPropertyRuntimeEnvironmentKeyResolver() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
resolveRuntimeEnvironmentKey()
Determine and return the runtime environment; if an implementation is
unable to determine the runtime environment, null can be returned to
indicate this.
|
void |
setEnvironmentKey(java.lang.String environmentKey) |
public SystemPropertyRuntimeEnvironmentKeyResolver()
public java.lang.String resolveRuntimeEnvironmentKey()
RuntimeEnvironmentKeyResolverresolveRuntimeEnvironmentKey in interface RuntimeEnvironmentKeyResolverpublic void setEnvironmentKey(java.lang.String environmentKey)
Copyright © 2018. All Rights Reserved.