api / org.gradle.api.plugins.osgi

Package org.gradle.api.plugins.osgi

Types

OsgiManifest

interface OsgiManifest : Manifest

Represents a manifest file for a JAR containing an OSGi bundle.

OsgiPlugin

open class OsgiPlugin : Plugin<Project>

A Plugin which extends the JavaPlugin to add OSGi meta-information to the project Jars.

OsgiPluginConvention

open class OsgiPluginConvention

Is mixed into the project when applying the org.gradle.api.plugins.osgi.OsgiPlugin.