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 Summary
Methods inherited from interface org.gradle.platform.base.Binary
getDisplayNameMethods inherited from interface org.gradle.nativeplatform.NativeBinary
getBuildType, getFlavor, getTargetPlatformMethods inherited from interface org.gradle.nativeplatform.NativeLibraryBinary
getHeaderDirs, getLinkFiles, getRuntimeFiles 
- 
Method Details
- 
getStaticLibraryFile
File getStaticLibraryFile()The static library file. 
 -