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 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
-
-
-
-
Method Detail
-
getStaticLibraryFile
File getStaticLibraryFile()
The static library file.
-
-