@Incubating public interface BinarySpec extends BuildableModelElement, Named
Named.Namer| 修飾子とタイプ | メソッドと説明 |
|---|---|
String |
getDisplayName()
Returns a human-consumable display name for this binary.
|
DomainObjectSet<LanguageSourceSet> |
getSource()
The source sets used to compile this binary.
|
DomainObjectSet<Task> |
getTasks()
The set of tasks associated with this binary.
|
boolean |
isBuildable()
Can this binary be built in the current environment?
|
void |
source(Object source)
Adds one or more
LanguageSourceSets that are used to compile this binary. |
builtBy, getBuildTask, hasBuildDependencies, setBuildTaskgetBuildDependenciesString getDisplayName()
boolean isBuildable()
DomainObjectSet<LanguageSourceSet> getSource()
void source(Object source)
LanguageSourceSets that are used to compile this binary.
This method accepts the following types:
FunctionalSourceSetLanguageSourceSetLanguageSourceSetsDomainObjectSet<Task> getTasks()