T
- The type of the BinarySpec
associated with
the ComponentSpec.@Incubating public interface ComponentSpec<T extends BinarySpec> extends Named
Named.Namer
修飾子とタイプ | メソッドと説明 |
---|---|
DomainObjectSet<T> |
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.
|
DomainObjectSet<LanguageSourceSet> |
getSource()
The source sets that are used to build this component.
|
void |
source(Object source)
Adds one or more
LanguageSourceSet s that are used to compile this binary. |
String getProjectPath()
String getDisplayName()
DomainObjectSet<LanguageSourceSet> getSource()
void source(Object source)
LanguageSourceSet
s that are used to compile this binary.
This method accepts the following types:
FunctionalSourceSet
LanguageSourceSet
LanguageSourceSet
sDomainObjectSet<T> getBinaries()