Interface ConfigurationManagementSettings
@ProviderType
public interface ConfigurationManagementSettings
Settings for reading and writing configurations.
- 
Method Summary
Modifier and TypeMethodDescriptiongetIgnoredPropertyNames(Set<String> propertyNames) Detects property names that should be ignored/filtered out when reading or writing configuration data properties. 
- 
Method Details
- 
getIgnoredPropertyNames
Detects property names that should be ignored/filtered out when reading or writing configuration data properties.- Parameters:
 propertyNames- Existing property names to evaluate.- Returns:
 - Property names that should be ignored/filtered out from the given set of property names.
 
 - 
getConfigCollectionPropertiesResourceNames
Collection<String> getConfigCollectionPropertiesResourceNames()- Returns:
 - Config collection parent properties resource names.
 
 
 -