Class BndPlugin

java.lang.Object
aQute.bnd.gradle.BndPlugin
All Implemented Interfaces:
org.gradle.api.Plugin<org.gradle.api.Project>

public class BndPlugin extends Object implements org.gradle.api.Plugin<org.gradle.api.Project>
BndPlugin for Gradle.

The plugin name is biz.aQute.bnd.

If the bndWorkspace property is set, it will be used for the bnd Workspace.

If the bnd_defaultTask property is set, it will be used for the default task.

  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Name of the plugin.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Default public constructor.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    apply(org.gradle.api.Project project)
    Apply the biz.aQute.bnd plugin to the specified project.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • BndPlugin

      public BndPlugin()
      Default public constructor.
  • Method Details

    • apply

      public void apply(org.gradle.api.Project project)
      Apply the biz.aQute.bnd plugin to the specified project.
      Specified by:
      apply in interface org.gradle.api.Plugin<org.gradle.api.Project>