Package org.gradle.nativeplatform
Interface NativeLibraryBinary
- All Superinterfaces:
- Binary,- NativeBinary
- All Known Subinterfaces:
- PrebuiltSharedLibraryBinary,- PrebuiltStaticLibraryBinary,- SharedLibraryBinary,- StaticLibraryBinary
A physical representation of a 
NativeLibrary component.- 
Method SummaryModifier and TypeMethodDescriptionMethods inherited from interface org.gradle.platform.base.BinarygetDisplayNameMethods inherited from interface org.gradle.nativeplatform.NativeBinarygetBuildType, getFlavor, getTargetPlatform
- 
Method Details- 
getHeaderDirsFileCollection getHeaderDirs()
- 
getLinkFilesFileCollection getLinkFiles()
- 
getRuntimeFilesFileCollection getRuntimeFiles()
 
-