Interface NativeLibraryBinary
- All Superinterfaces:
Binary, NativeBinary
- All Known Subinterfaces:
PrebuiltSharedLibraryBinary, PrebuiltStaticLibraryBinary, SharedLibraryBinary, StaticLibraryBinary
A physical representation of a
NativeLibrary component.-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface Binary
getDisplayNameMethods inherited from interface NativeBinary
getBuildType, getFlavor, getTargetPlatform
-
Method Details
-
getHeaderDirs
FileCollection getHeaderDirs() -
getLinkFiles
FileCollection getLinkFiles() -
getRuntimeFiles
FileCollection getRuntimeFiles()
-