public static class EnvironmentVariableResolver.Default extends Object implements EnvironmentVariableResolver
EnvironmentVariableResolver
implementation.
This implementation simply delegates to System.getenv(String)
.
EnvironmentVariableResolver.Default
Constructor and Description |
---|
Default() |
Modifier and Type | Method and Description |
---|---|
String |
getEnv(String sVarName)
Return the value of the specified environment variable.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getEnv, getInstance
public String getEnv(String sVarName)
EnvironmentVariableResolver
getEnv
in interface EnvironmentVariableResolver
sVarName
- the name of the environment variable to return