Package com.tangosol.coherence.config
Class SystemPropertyResolver.Default
- java.lang.Object
-
- com.tangosol.coherence.config.SystemPropertyResolver.Default
-
- All Implemented Interfaces:
SystemPropertyResolver
- Enclosing interface:
- SystemPropertyResolver
public static class SystemPropertyResolver.Default extends Object implements SystemPropertyResolver
DefaultSystemPropertyResolver
implementation.This implementation simply delegates to
System.getProperty(String)
.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.tangosol.coherence.config.SystemPropertyResolver
SystemPropertyResolver.Default
-
-
Constructor Summary
Constructors Constructor Description Default()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getProperty(String sPropertyName)
Return the value of the specified system property.-
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.SystemPropertyResolver
getProperty
-
-
-
-
Method Detail
-
getProperty
public String getProperty(String sPropertyName)
Description copied from interface:SystemPropertyResolver
Return the value of the specified system property.- Specified by:
getProperty
in interfaceSystemPropertyResolver
- Parameters:
sPropertyName
- the name of the property to return- Returns:
- the value of the specified system property
-
-