Class ManifestPlugin

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

public class ManifestPlugin extends Object implements org.gradle.api.Plugin<org.gradle.api.Project>
Manifest plugin, simplifies the creation of the 'MANIFEST.MF'.
  • Constructor Details

    • ManifestPlugin

      public ManifestPlugin()
  • Method Details

    • apply

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

      protected void applyPlugin(org.gradle.api.Project project)
    • getActionFactory

      protected ActionFactory getActionFactory()
      Returns the factory for the Gradle actions.
      Returns:
      the factory