Interface SharedLibraryBinary

All Superinterfaces:
Binary, NativeBinary, NativeLibraryBinary
All Known Subinterfaces:
PrebuiltSharedLibraryBinary

@Incubating public interface SharedLibraryBinary extends NativeLibraryBinary
A NativeLibrary that has been compiled and linked as a shared library.
  • Method Details

    • getSharedLibraryFile

      File getSharedLibraryFile()
      The shared library file.
    • getSharedLibraryLinkFile

      File getSharedLibraryLinkFile()
      The shared library link file.