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()
RuntimeEnvironmentKeyResolver
resolveRuntimeEnvironmentKey
in interface RuntimeEnvironmentKeyResolver
public void setEnvironmentKey(String environmentKey)
Copyright © 2014. All rights reserved.