public class SystemPropertyRuntimeEnvironmentKeyResolver extends Object implements RuntimeEnvironmentKeyResolver
| Modifier and Type | Field and Description |
|---|---|
protected String |
environmentKey |
| Constructor and Description |
|---|
SystemPropertyRuntimeEnvironmentKeyResolver() |
| Modifier and Type | Method and Description |
|---|---|
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(String environmentKey) |
protected String environmentKey
public SystemPropertyRuntimeEnvironmentKeyResolver()
public String resolveRuntimeEnvironmentKey()
RuntimeEnvironmentKeyResolverresolveRuntimeEnvironmentKey in interface RuntimeEnvironmentKeyResolverpublic void setEnvironmentKey(String environmentKey)
Copyright © 2017. All rights reserved.