Package com.elo.gradle.osgi
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>
This plug-in simplifies the building of flow component bundles.
An OSGI-compliant bundle is created.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(org.gradle.api.Project projectToApply) Returns the current id of the plugin.Methods inherited from class com.elo.gradle.osgi.BundlePlugin
applyPlugin, getActionFactory, getConstraints
-
Constructor Details
-
FlowsPlugin
public FlowsPlugin()
-
-
Method Details
-
apply
public void apply(org.gradle.api.Project projectToApply) - Specified by:
applyin interfaceorg.gradle.api.Plugin<org.gradle.api.Project>- Overrides:
applyin classBundlePlugin
-
getPluginId
Description copied from class:BundlePluginReturns the current id of the plugin.- Overrides:
getPluginIdin classBundlePlugin- Returns:
- the current Id of the plug-in.
-