Package com.tangosol.coherence.config
Class SystemPropertyResolver.Default
java.lang.Object
com.tangosol.coherence.config.SystemPropertyResolver.Default
- All Implemented Interfaces:
SystemPropertyResolver
- Enclosing interface:
SystemPropertyResolver
Default
SystemPropertyResolver
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
-
Method Summary
Modifier and TypeMethodDescriptiongetProperty
(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
-
Constructor Details
-
Default
public Default()
-
-
Method Details
-
getProperty
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
-