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 -
Method Summary
Modifier and TypeMethodDescriptionresolveSystemProperty(String name) voidsetProperty(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
-
Constructor Details
-
TestSystemPropertiesService
public TestSystemPropertiesService()
-
-
Method Details
-
setProperty
-
resolveSystemProperty
- Specified by:
resolveSystemPropertyin interfaceorg.broadleafcommerce.common.config.service.SystemPropertiesService- Overrides:
resolveSystemPropertyin classorg.broadleafcommerce.common.config.service.SystemPropertiesServiceImpl
-