Interface ConfigurationManagementSettings
-
@ProviderType public interface ConfigurationManagementSettings
Settings for reading and writing configurations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<java.lang.String>
getConfigCollectionPropertiesResourceNames()
java.util.Set<java.lang.String>
getIgnoredPropertyNames(java.util.Set<java.lang.String> propertyNames)
Detects property names that should be ignored/filtered out when reading or writing configuration data properties.
-
-
-
Method Detail
-
getIgnoredPropertyNames
java.util.Set<java.lang.String> getIgnoredPropertyNames(java.util.Set<java.lang.String> propertyNames)
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
java.util.Collection<java.lang.String> getConfigCollectionPropertiesResourceNames()
- Returns:
- Config collection parent properties resource names.
-
-