@Incubating public interface NativeBinaryTasks extends DomainObjectSet<Task>
修飾子とタイプ | メソッドと説明 |
---|---|
Task |
getBuild()
The 'lifecycle' task, that can be used to construct this native binary.
|
ObjectFilesToBinary |
getCreateOrLink()
The task that builds the binary out of object files: either the link task or create static library task as appropriate.
|
Task |
getCreateStaticLib()
The create static library task if present.
|
Task |
getLink()
The link task, if one is present.
|
findAll, matching, matching, withType
all, all, whenObjectAdded, whenObjectAdded, whenObjectRemoved, whenObjectRemoved, withType, withType
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, spliterator, toArray, toArray
parallelStream, removeIf, stream
Task getBuild()
Task getLink()
Task getCreateStaticLib()
ObjectFilesToBinary getCreateOrLink()