org.gradle.api.plugins.osgi
Class OsgiPlugin

java.lang.Object
  extended by org.gradle.api.plugins.osgi.OsgiPlugin
All Implemented Interfaces:
Plugin

public class OsgiPlugin
extends java.lang.Object
implements Plugin

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


Constructor Summary
OsgiPlugin()
           
 
Method Summary
 void use(Project project, ProjectPluginsContainer projectPluginsHandler)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OsgiPlugin

public OsgiPlugin()
Method Detail

use

public void use(Project project,
                ProjectPluginsContainer projectPluginsHandler)
Specified by:
use in interface Plugin