component-installation-plugin / com.intershop.gradle.component.installation.filter / FormattedProperties / setProperty

setProperty

@Synchronized fun setProperty(aKey: String, aValue: String): Any?

This method sets the property with the given key to the given value.

Parameters

aKey - The key of the property to set.

aValue - The value to set for the property.

Return
The previous value for the key.

@Synchronized fun setProperty(aKey: String, aValue: String, comments: Array<String>): Any?

This method sets a new property with the given key to the given value with an comment.

Parameters

aKey - The key of the property to set.

aValue - The value to set for the property.

comments - of comments.

Return
The previous value for the key.