Package org.gradle.nativeplatform
Interface StaticLibraryBinarySpec
- All Superinterfaces:
- Binary,- BinarySpec,- Buildable,- BuildableComponentSpec,- CheckableComponentSpec,- ComponentSpec,- LibraryBinarySpec,- ModelElement,- Named,- NativeBinarySpec,- NativeLibraryBinarySpec
A static library binary built by Gradle for a native library.
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic interfaceProvides access to key tasks used for building the binary.Nested classes/interfaces inherited from interface org.gradle.api.NamedNamed.Namer
- 
Method SummaryModifier and TypeMethodDescriptionvoidAdd some additional files required by consumers of this library at link time.The static library file.getTasks()The set of tasks associated with this binary.voidsetStaticLibraryFile(File staticLibraryFile) The static library binary file.Methods inherited from interface org.gradle.platform.base.BinarygetDisplayNameMethods inherited from interface org.gradle.platform.base.BinarySpecgetInputs, getSources, isBuildableMethods inherited from interface org.gradle.api.BuildablegetBuildDependenciesMethods inherited from interface org.gradle.api.BuildableComponentSpecbuiltBy, getBuildTask, hasBuildDependencies, setBuildTaskMethods inherited from interface org.gradle.api.CheckableComponentSpeccheckedBy, getCheckTask, setCheckTaskMethods inherited from interface org.gradle.platform.base.ComponentSpecgetProjectPathMethods inherited from interface org.gradle.model.ModelElementgetDisplayName, getNameMethods inherited from interface org.gradle.nativeplatform.NativeBinarySpecgetAssembler, getBuildType, getcCompiler, getCppCompiler, getFlavor, getLibs, getLinker, getObjcCompiler, getObjcppCompiler, getRcCompiler, getStaticLibArchiver, getTargetPlatform, getToolChain, libMethods inherited from interface org.gradle.nativeplatform.NativeLibraryBinarySpecgetComponent, getLibrary
- 
Method Details- 
getStaticLibraryFileFile getStaticLibraryFile()The static library file.
- 
setStaticLibraryFileThe static library binary file.
- 
additionalLinkFilesAdd some additional files required by consumers of this library at link time.
- 
getTasksStaticLibraryBinarySpec.TasksCollection getTasks()The set of tasks associated with this binary.- Specified by:
- getTasksin interface- BinarySpec
 
 
-