|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.gradle.api.plugins.osgi.OsgiPluginConvention
public class OsgiPluginConvention
Is mixed in into the project when applying the OsgiPlugin .
Constructor Summary | |
OsgiPluginConvention(ProjectInternal project)
|
Method Summary | |
---|---|
OsgiManifest
|
osgiManifest()
Creates a new instance of OsgiManifest. |
OsgiManifest
|
osgiManifest(Closure closure)
Creates and configures a new instance of an OsgiManifest . |
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Constructor Detail |
---|
public OsgiPluginConvention(ProjectInternal project)
Method Detail |
---|
public OsgiManifest osgiManifest()
version: project.version name: project.archivesBaseName symbolicName: project.group + "." + project.archivesBaseName (see below for exceptions to this rule)The symbolic name is usually the group + "." + archivesBaseName, with the following exceptions
public OsgiManifest osgiManifest(Closure closure)
Gradle API 1.12