@Incubating public class ComponentModelBasePlugin extends Object implements Plugin<org.gradle.api.internal.project.ProjectInternal>
ComponentSpecContainer
named componentSpecs
to the project. Adds a ProjectSourceSet
named sources
to the
project.
For each binary instance added to the binaries container, registers a lifecycle task to create that binary.コンストラクタと説明 |
---|
ComponentModelBasePlugin(org.gradle.internal.reflect.Instantiator instantiator,
org.gradle.model.internal.registry.ModelRegistry modelRegistry) |
修飾子とタイプ | メソッドと説明 |
---|---|
void |
apply(org.gradle.api.internal.project.ProjectInternal project)
Apply this plugin to the given target object.
|