Package org.apache.sling.caconfig.spi
Interface ConfigurationOverrideProvider
- All Known Implementing Classes:
OsgiConfigurationOverrideProvider
,SystemPropertyConfigurationOverrideProvider
@ConsumerType
public interface ConfigurationOverrideProvider
Provide information to override configuration data.
-
Method Summary
-
Method Details
-
getOverrideStrings
Get override strings. Syntax examples:{configName}/{propertyName}={propertyJsonValue}
{configName}={propertyJsonObject}
[{contextPath}]{configName}/{propertyName}={propertyJsonValue}
[{contextPath}]{configName}={propertyJsonObject}
- Returns:
- Override strings
-