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
Constructors -
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, waitMethods inherited from interface com.tangosol.coherence.config.SystemPropertyResolver
getProperty
-
Constructor Details
-
Default
public Default()
-
-
Method Details
-
getProperty
Description copied from interface:SystemPropertyResolverReturn the value of the specified system property.- Specified by:
getPropertyin interfaceSystemPropertyResolver- Parameters:
sPropertyName- the name of the property to return- Returns:
- the value of the specified system property
-