@Synchronized fun setProperty(aKey: String, aValue: String): Any?
This method sets the property with the given key to the given value.
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.
aKey - The key of the property to set.
aValue - The value to set for the property.
Return
The previous value for the key.