@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, withTypeall, all, whenObjectAdded, whenObjectAdded, whenObjectRemoved, whenObjectRemoved, withType, withTypeadd, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, spliterator, toArray, toArrayparallelStream, removeIf, streamTask getBuild()
Task getLink()
Task getCreateStaticLib()
ObjectFilesToBinary getCreateOrLink()