Package org.gradle.nativeplatform
Interface SharedLibraryBinary
- All Superinterfaces:
- Binary,- NativeBinary,- NativeLibraryBinary
- All Known Subinterfaces:
- PrebuiltSharedLibraryBinary
A 
NativeLibrary that has been compiled and linked as a shared library.- 
Method SummaryModifier and TypeMethodDescriptionThe shared library file.The shared library link file.Methods 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