Represents a binary that is the result of building a component.
Type | Name and description |
---|---|
DomainObjectSet<LanguageSourceSet> |
getInputs() Returns all inputs of the binary. |
ModelMap<LanguageSourceSet> |
getSources() The sources owned by this binary. |
BinaryTasksCollection |
getTasks() The set of tasks associated with this binary. |
boolean |
isBuildable() Can this binary be built in the current environment? |
Methods inherited from class | Name |
---|---|
interface BuildableComponentSpec |
builtBy, getBuildTask, hasBuildDependencies, setBuildTask |
interface Buildable |
getBuildDependencies |
interface ComponentSpec |
getProjectPath |
interface ModelElement |
getDisplayName, getName |
interface Named |
getName |
Returns all inputs of the binary. This includes source sets owned by the binary, and other source sets created elsewhere (e.g. inherited from the binary's component).
The sources owned by this binary.
The set of tasks associated with this binary.
Can this binary be built in the current environment?