Groovy Documentation

org.gradle.api.plugins.osgi
[Groovy] Class OsgiPlugin

java.lang.Object
  org.gradle.api.plugins.osgi.OsgiPlugin

class OsgiPlugin

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

Authors:
Hans Dockter


Method Summary
void apply(Project project)

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Method Detail

apply

void apply(Project project)


 

Groovy Documentation