@Incubating public class BaseComponentSpec extends Object implements org.gradle.platform.base.internal.ComponentSpecInternal
ComponentSpec must extend this type.Named.Namer| Constructor and Description |
|---|
BaseComponentSpec() |
| Modifier and Type | Method and Description |
|---|---|
static <T extends BaseComponentSpec> |
create(Class<? extends ComponentSpec> publicType,
Class<T> implementationType,
ComponentSpecIdentifier identifier,
org.gradle.model.internal.core.MutableModelNode modelNode) |
ModelMap<BinarySpec> |
getBinaries()
The binaries that are built for this component.
|
String |
getDisplayName()
Returns a human-consumable display name for this component.
|
Set<? extends Class<? extends TransformationFileType>> |
getInputTypes() |
String |
getName()
The object's name.
|
String |
getProjectPath()
The path the the project containing this component.
|
ModelMap<LanguageSourceSet> |
getSource()
The source sets that are used to build this component.
|
ModelMap<LanguageSourceSet> |
getSources()
The source sets that are used to build this component.
|
protected String |
getTypeName() |
String |
toString() |
public static <T extends BaseComponentSpec> T create(Class<? extends ComponentSpec> publicType, Class<T> implementationType, ComponentSpecIdentifier identifier, org.gradle.model.internal.core.MutableModelNode modelNode)
public String getName()
NamedMust be constant for the life of the object.
public String getProjectPath()
ComponentSpecgetProjectPath in interface ComponentSpecprotected String getTypeName()
public String getDisplayName()
ComponentSpecgetDisplayName in interface ComponentSpecpublic ModelMap<LanguageSourceSet> getSource()
ComponentSpecgetSource in interface ComponentSpecpublic ModelMap<LanguageSourceSet> getSources()
ComponentSpecgetSources in interface ComponentSpecpublic ModelMap<BinarySpec> getBinaries()
ComponentSpecgetBinaries in interface ComponentSpecpublic Set<? extends Class<? extends TransformationFileType>> getInputTypes()
getInputTypes in interface org.gradle.platform.base.internal.ComponentSpecInternal