api / org.gradle.api.plugins.osgi / OsgiManifest / getInstructions

getInstructions

abstract fun getInstructions(): MutableMap<String, MutableList<String>>

Returns all existing instruction.

Return
A map with instructions. The key of the map is the instruction name, the value a list of arguments.