Package org.gradle.nativeplatform
Interface StaticLibraryBinarySpec.TasksCollection
-
- All Superinterfaces:
BinaryTasksCollection
,java.util.Collection<Task>
,DomainObjectCollection<Task>
,DomainObjectSet<Task>
,java.lang.Iterable<Task>
,java.util.Set<Task>
- Enclosing interface:
- StaticLibraryBinarySpec
public static interface StaticLibraryBinarySpec.TasksCollection extends BinaryTasksCollection
Provides access to key tasks used for building the binary.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Task
getCreateStaticLib()
The create static library task.-
Methods inherited from interface org.gradle.platform.base.BinaryTasksCollection
create, getBuild, getCheck, taskName, taskName
-
Methods inherited from interface org.gradle.api.DomainObjectCollection
addAllLater, addLater, all, all, configureEach, whenObjectAdded, whenObjectAdded, whenObjectRemoved, whenObjectRemoved, withType, withType
-
Methods inherited from interface org.gradle.api.DomainObjectSet
findAll, matching, matching, withType
-
-
-
-
Method Detail
-
getCreateStaticLib
Task getCreateStaticLib()
The create static library task.
-
-