Class AbstractS3Test.TestSystemPropertiesService

java.lang.Object
org.broadleafcommerce.common.config.service.SystemPropertiesServiceImpl
org.broadleafcommerce.vendor.amazon.s3.AbstractS3Test.TestSystemPropertiesService
All Implemented Interfaces:
org.broadleafcommerce.common.config.service.SystemPropertiesService
Enclosing class:
AbstractS3Test

public static class AbstractS3Test.TestSystemPropertiesService extends org.broadleafcommerce.common.config.service.SystemPropertiesServiceImpl
  • Field Summary

    Fields inherited from class org.broadleafcommerce.common.config.service.SystemPropertiesServiceImpl

    cacheManager, env, ENV_CACHE_PREFIX, extensionManager, originatedFromEnvironment, PROPERTY_SOURCE_NAME, SYSTEM_PROPERTY_CACHE_NAME, systemPropertiesDao, systemPropertyCache, systemPropertyCacheTimeout
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
    setProperty(String propertyName, String value)
     

    Methods inherited from class org.broadleafcommerce.common.config.service.SystemPropertiesServiceImpl

    addPropertyToCache, buildKey, buildKey, buildKey, buildKey, buildKey, findById, getCacheName, getPropertyFromCache, getSystemPropertyCache, isValueValidForType, removeFromCache, resolveBooleanSystemProperty, resolveBooleanSystemProperty, resolveIntSystemProperty, resolveIntSystemProperty, resolveLongSystemProperty, resolveLongSystemProperty, resolveSystemProperty

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TestSystemPropertiesService

      public TestSystemPropertiesService()
  • Method Details

    • setProperty

      public void setProperty(String propertyName, String value)
    • resolveSystemProperty

      public String resolveSystemProperty(String name)
      Specified by:
      resolveSystemProperty in interface org.broadleafcommerce.common.config.service.SystemPropertiesService
      Overrides:
      resolveSystemProperty in class org.broadleafcommerce.common.config.service.SystemPropertiesServiceImpl