Class FlowsPlugin

java.lang.Object
com.elo.gradle.osgi.BundlePlugin
com.elo.gradle.osgi.FlowsPlugin
All Implemented Interfaces:
org.gradle.api.Plugin<org.gradle.api.Project>

public class FlowsPlugin extends BundlePlugin
This plug-in simplifies the building of flow component bundles. An OSGI-compliant bundle is created.
  • Constructor Details

    • FlowsPlugin

      public FlowsPlugin()
  • Method Details

    • apply

      public void apply(org.gradle.api.Project projectToApply)
      Specified by:
      apply in interface org.gradle.api.Plugin<org.gradle.api.Project>
      Overrides:
      apply in class BundlePlugin
    • getPluginId

      public String getPluginId()
      Description copied from class: BundlePlugin
      Returns the current id of the plugin.
      Overrides:
      getPluginId in class BundlePlugin
      Returns:
      the current Id of the plug-in.