Interface PrebuiltSharedLibraryBinary
- All Superinterfaces:
Binary, NativeBinary, NativeLibraryBinary, SharedLibraryBinary
A shared library that exists at a known location on the filesystem.
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetSharedLibraryFile(File sharedLibraryFile) The shared library file.voidsetSharedLibraryLinkFile(File sharedLibraryLinkFile) The shared library link file.Methods inherited from interface Binary
getDisplayNameMethods inherited from interface NativeBinary
getBuildType, getFlavor, getTargetPlatformMethods inherited from interface NativeLibraryBinary
getHeaderDirs, getLinkFiles, getRuntimeFilesMethods inherited from interface SharedLibraryBinary
getSharedLibraryFile, getSharedLibraryLinkFile
-
Method Details