public interface PropertiesFileNormalization
Modifier and Type | Method | Description |
---|---|---|
void |
ignoreProperty(String propertyName) |
Specifies that the value of a certain property should be ignored when normalizing properties files.
|
void ignoreProperty(String propertyName)
propertyName
is matched case-sensitively with the property key.
This method can be called multiple times to declare additional properties to be ignored.propertyName
- - the name of the property to ignore