Package org.gradle.nativeplatform
Interface StaticLibraryBinary
- All Superinterfaces:
- Binary,- NativeBinary,- NativeLibraryBinary
- All Known Subinterfaces:
- PrebuiltStaticLibraryBinary
A 
NativeLibrary that has been compiled and archived into a static library.- 
Method SummaryMethods inherited from interface org.gradle.platform.base.BinarygetDisplayNameMethods inherited from interface org.gradle.nativeplatform.NativeBinarygetBuildType, getFlavor, getTargetPlatformMethods inherited from interface org.gradle.nativeplatform.NativeLibraryBinarygetHeaderDirs, getLinkFiles, getRuntimeFiles
- 
Method Details- 
getStaticLibraryFileFile getStaticLibraryFile()The static library file.
 
-