@Incubating public interface ProjectNativeComponent extends ProjectComponent, Named
Named.Namer| Modifier and Type | Method and Description |
|---|---|
String |
getBaseName()
The name that is used to construct the output file names when building this component.
|
DomainObjectSet<NativeBinary> |
getBinaries()
The binaries that are built for this component.
|
String |
getDisplayName()
Returns a human-consumable display name for this component.
|
DomainObjectSet<LanguageSourceSet> |
getSource()
The source sets that are used to build this component.
|
void |
setBaseName(String baseName)
Sets the name that is used to construct the output file names when building this component.
|
void |
source(Object source)
Adds one or more
LanguageSourceSets that are used to compile this binary. |
String getDisplayName()
DomainObjectSet<NativeBinary> getBinaries()
DomainObjectSet<LanguageSourceSet> getSource()
void source(Object source)
LanguageSourceSets that are used to compile this binary.
This method accepts the following types:
FunctionalSourceSetLanguageSourceSetLanguageSourceSetsString getBaseName()
void setBaseName(String baseName)