Class LibraryLoader

    • Constructor Summary

      Constructors 
      Constructor Description
      LibraryLoader()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      (package private) abstract <T> T loadLibrary​(NativeLibrary library, java.lang.Class<T> interfaceClass, java.util.Map<LibraryOption,​?> libraryOptions)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LibraryLoader

        public LibraryLoader()
    • Method Detail

      • loadLibrary

        abstract <T> T loadLibrary​(NativeLibrary library,
                                   java.lang.Class<T> interfaceClass,
                                   java.util.Map<LibraryOption,​?> libraryOptions)