api / org.gradle.api.artifacts.ivy / IvyExtraInfo / asMap

asMap

abstract fun asMap(): MutableMap<QName, String>

Returns a map view of the 'extra' info elements such that each key is a javax.xml.namespace.QName representing the namespace and name of the element and each value is the content of the element.

Return
The map view of the extra info elements. Returns an empty map if there are no elements.