public interface NativeBinary extends Binary
Modifier and Type | Method and Description |
---|---|
TaskView<SourceCompile> |
getCompileTasks()
Returns a view of all the compile tasks that participate to compiling all the object files for this binary.
|
boolean |
isBuildable()
Returns whether or not this binary can be built in the current environment.
|
TaskView<SourceCompile> getCompileTasks()
SourceCompile
tasks, never null.boolean isBuildable()
true
if this binary can be built in the current environment or false
otherwise.