@Incubating public interface ComponentSpec extends Named
Named.Namer
Modifier and Type | Method and Description |
---|---|
ModelMap<BinarySpec> |
getBinaries()
The binaries that are built for this component.
|
String |
getDisplayName()
Returns a human-consumable display name for this component.
|
String |
getProjectPath()
The path the the project containing this component.
|
ModelMap<LanguageSourceSet> |
getSource()
Deprecated.
This method is replaced with
getSources() . |
ModelMap<LanguageSourceSet> |
getSources()
The source sets that are used to build this component.
|
String getProjectPath()
String getDisplayName()
@Deprecated ModelMap<LanguageSourceSet> getSource()
getSources()
.ModelMap<LanguageSourceSet> getSources()
ModelMap<BinarySpec> getBinaries()