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, waitgetEnv, getInstancepublic String getEnv(String sVarName)
EnvironmentVariableResolvergetEnv in interface EnvironmentVariableResolversVarName - the name of the environment variable to return