Package com.tangosol.coherence.config
Class EnvironmentVariableResolver.Default
java.lang.Object
com.tangosol.coherence.config.EnvironmentVariableResolver.Default
- All Implemented Interfaces:
EnvironmentVariableResolver
- Enclosing interface:
EnvironmentVariableResolver
public static class EnvironmentVariableResolver.Default
extends Object
implements EnvironmentVariableResolver
Default
EnvironmentVariableResolver
implementation.
This implementation simply delegates to System.getenv(String)
.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.tangosol.coherence.config.EnvironmentVariableResolver
EnvironmentVariableResolver.Default
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.tangosol.coherence.config.EnvironmentVariableResolver
getEnv
-
Constructor Details
-
Default
public Default()
-
-
Method Details
-
getEnv
Description copied from interface:EnvironmentVariableResolver
Return the value of the specified environment variable.- Specified by:
getEnv
in interfaceEnvironmentVariableResolver
- Parameters:
sVarName
- the name of the environment variable to return- Returns:
- the value of the specified environment variable
-