@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
LanguageSourceSet s that are used to compile this binary. |
builtBy, getBuildTask, hasBuildDependencies, setBuildTask
getBuildDependencies
String getDisplayName()
boolean isBuildable()
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<Task> getTasks()