parse

fun <T : Any> Path.parse(block: PluginBean.() -> T): T
fun <T : Any> RegularFile.parse(block: PluginBean.() -> T): T
fun <T : Any> Provider<RegularFile>.parse(block: PluginBean.() -> T): Provider<T>

Parses the plugin.xml file and provides access to the PluginBean object through the block.