Class DefaultResetConfigurationStrategy
- java.lang.Object
-
- com.hybris.cockpitng.core.config.impl.DefaultResetConfigurationStrategy
-
- All Implemented Interfaces:
ResetConfigurationStrategy
public class DefaultResetConfigurationStrategy extends java.lang.Object implements ResetConfigurationStrategy
Strategy based on local.properties/cockpit.properties file
-
-
Field Summary
Fields Modifier and Type Field Description protected CockpitPropertiescockpitProperties
-
Constructor Summary
Constructors Constructor Description DefaultResetConfigurationStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CockpitPropertiesgetCockpitProperties()java.util.Set<java.lang.String>getResetScopes(java.lang.String trigger)booleanisTriggerConfigured(java.lang.String trigger)voidsetCockpitProperties(CockpitProperties cockpitProperties)
-
-
-
Field Detail
-
cockpitProperties
protected CockpitProperties cockpitProperties
-
-
Method Detail
-
isTriggerConfigured
public boolean isTriggerConfigured(java.lang.String trigger)
- Specified by:
isTriggerConfiguredin interfaceResetConfigurationStrategy
-
getResetScopes
public java.util.Set<java.lang.String> getResetScopes(java.lang.String trigger)
- Specified by:
getResetScopesin interfaceResetConfigurationStrategy
-
getCockpitProperties
protected CockpitProperties getCockpitProperties()
-
setCockpitProperties
public void setCockpitProperties(CockpitProperties cockpitProperties)
-
-