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