Interface NormalizationProvider.SystemPropertiesNormalization
- Enclosing interface:
NormalizationProvider
public static interface NormalizationProvider.SystemPropertiesNormalization
Allows configuring the system property normalization of a project.
- Since:
- 1.21
-
Method Summary
Modifier and TypeMethodDescriptionaddIgnoredKeys
(String... systemPropertyNames) Allows configuring the normalization to ignore system properties supplied.addIgnoredKeys
(List<String> systemPropertyNames) Allows configuring the normalization to ignore system properties supplied.setIgnoredKeys
(String... systemPropertyNames) Allows configuring the normalization to ignore system properties supplied.setIgnoredKeys
(List<String> systemPropertyNames) Allows configuring the normalization to ignore system properties supplied.
-
Method Details
-
setIgnoredKeys
Allows configuring the normalization to ignore system properties supplied.- Parameters:
systemPropertyNames
- the system properties to be ignored
-
setIgnoredKeys
NormalizationProvider.SystemPropertiesNormalization setIgnoredKeys(List<String> systemPropertyNames) Allows configuring the normalization to ignore system properties supplied.- Parameters:
systemPropertyNames
- the system properties to be ignored
-
addIgnoredKeys
Allows configuring the normalization to ignore system properties supplied.- Parameters:
systemPropertyNames
- the system properties to be ignored
-
addIgnoredKeys
NormalizationProvider.SystemPropertiesNormalization addIgnoredKeys(List<String> systemPropertyNames) Allows configuring the normalization to ignore system properties supplied.- Parameters:
systemPropertyNames
- the system properties to be ignored
-