getProperties

abstract fun getProperties(): Map<String, Any>(source)

Returns the properties of the Ant project. This is a live map, you that you can make changes to the map and these changes are reflected in the Ant project.

Return

The properties. Never returns null.