Package com.tangosol.config.expression
Class SystemEnvironmentParameterResolver
java.lang.Object
com.tangosol.config.expression.SystemEnvironmentParameterResolver
- All Implemented Interfaces:
ParameterResolver
A
SystemEnvironmentParameterResolver
is a ParameterResolver
that is
an environment getter for Coherence environment properties implemented using
System.getenv(String)
.- Since:
- Coherence 12.2.1
- Author:
- jf 2015.04.15
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
SystemEnvironmentParameterResolver
public SystemEnvironmentParameterResolver()
-
-
Method Details
-
resolve
Resolve Coherence system propertysName
Log a WARNING if SecurityException occurs while accessing sName.
- Specified by:
resolve
in interfaceParameterResolver
- Parameters:
sName
- system property name- Returns:
- a
Parameter
representing the value ofsName
or null if system property not found or if SecurityException was handled.
-