Class NativeLibrary.LoadedLibraryData

    • Method Detail

      • getLibraryNames

        public List<String> getLibraryNames()
        Returns:
        the list of library names that were provided when this library was loaded
      • getSearchPaths

        public List<String> getSearchPaths()
        Returns:
        the list of paths that were used to search for the library, custom paths will always appear before any system default paths
      • getSuccessfulPaths

        public List<String> getSuccessfulPaths()
        Returns:
        the list of absolute paths of the loaded library files (.so, .dylib, .dll etc) that were actually loaded, these are the native library files that are being used for this library
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object