plugin

Returns the plugin-specific install capabilities for the given pluginClass, or null if the plugin was not in the resolved graph.

Parameters

pluginClass

Kotlin class of the plugin implementing both AckpineInstallPlugin and InstallCapabilityProvider.

See also


Returns the plugin-specific uninstall capabilities for the given pluginClass, or null if the plugin was not in the resolved graph.

Parameters

pluginClass

Kotlin class of the plugin implementing both AckpineUninstallPlugin and UninstallCapabilityProvider.

See also