Package org.gradle.language.base.plugins
Class ComponentModelBasePlugin
- java.lang.Object
-
- org.gradle.language.base.plugins.ComponentModelBasePlugin
-
@Incubating public abstract class ComponentModelBasePlugin extends java.lang.Object implements Plugin<Project>
Base plugin for component support. Adds aComponentSpecContainer
namedcomponents
to the model. For each binary instance added to the binaries container, registers a lifecycle task to create that binary.
-
-
Constructor Summary
Constructors Constructor Description ComponentModelBasePlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
apply(Project project)
Apply this plugin to the given target object.
-