|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.gradle.api.plugins.osgi.OsgiPluginConvention
public class OsgiPluginConvention extends java.lang.Object
Is mixed in into the project when applying the OsgiPlugin .
| Constructor Summary | |
OsgiPluginConvention(Project project)
|
|
| Method Summary | |
|---|---|
OsgiManifest
|
osgiManifest()
Creates a new instance of OsgiManifest. |
OsgiManifest
|
osgiManifest(groovy.lang.Closure closure)
Creates and configures a new instance of an OsgiManifest . |
| Methods inherited from class java.lang.Object | |
|---|---|
| java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), 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() |
| Constructor Detail |
|---|
public OsgiPluginConvention(Project 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(groovy.lang.Closure closure)
Groovy Documentation