Package org.gradle.nativeplatform
Interface StaticLibraryBinary
-
- All Superinterfaces:
Binary
,NativeBinary
,NativeLibraryBinary
- All Known Subinterfaces:
PrebuiltStaticLibraryBinary
@Incubating public interface StaticLibraryBinary extends NativeLibraryBinary
ANativeLibrary
that has been compiled and archived into a static library.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.io.File
getStaticLibraryFile()
The static library file.-
Methods inherited from interface org.gradle.platform.base.Binary
getDisplayName
-
Methods inherited from interface org.gradle.nativeplatform.NativeBinary
getBuildType, getFlavor, getTargetPlatform
-
Methods inherited from interface org.gradle.nativeplatform.NativeLibraryBinary
getHeaderDirs, getLinkFiles, getRuntimeFiles
-
-