Package org.apache.sling.caconfig.spi
Interface ConfigurationOverrideProvider
- 
@ConsumerType public interface ConfigurationOverrideProvider
Provide information to override configuration data. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull java.util.Collection<java.lang.String>getOverrideStrings()Get override strings. 
 - 
 
- 
- 
Method Detail
- 
getOverrideStrings
@NotNull @NotNull java.util.Collection<java.lang.String> getOverrideStrings()
Get override strings. Syntax examples:{configName}/{propertyName}={propertyJsonValue}{configName}={propertyJsonObject}[{contextPath}]{configName}/{propertyName}={propertyJsonValue}[{contextPath}]{configName}={propertyJsonObject}
- Returns:
 - Override strings
 
 
 - 
 
 -