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
Default SystemPropertyResolver implementation.

This implementation simply delegates to System.getProperty(String).

  • Constructor Details

    • Default

      public Default()
  • Method Details

    • getProperty

      public String getProperty(String sPropertyName)
      Description copied from interface: SystemPropertyResolver
      Return the value of the specified system property.
      Specified by:
      getProperty in interface SystemPropertyResolver
      Parameters:
      sPropertyName - the name of the property to return
      Returns:
      the value of the specified system property