Package com.elo.gradle.osgi
Class ManifestPlugin
java.lang.Object
com.elo.gradle.osgi.ManifestPlugin
- All Implemented Interfaces:
org.gradle.api.Plugin<org.gradle.api.Project>
Manifest plugin, simplifies the creation of the 'MANIFEST.MF'.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(org.gradle.api.Project projectToApply) protected voidapplyPlugin(org.gradle.api.Project project) protected ActionFactoryReturns the factory for the Gradle actions.
-
Constructor Details
-
ManifestPlugin
public ManifestPlugin()
-
-
Method Details
-
apply
public void apply(org.gradle.api.Project projectToApply) - Specified by:
applyin interfaceorg.gradle.api.Plugin<org.gradle.api.Project>
-
applyPlugin
protected void applyPlugin(org.gradle.api.Project project) -
getActionFactory
Returns the factory for the Gradle actions.- Returns:
- the factory
-