Class NativeLibrary.LoadedLibraryData

    • Method Detail

      • getLibraryNames

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

        public java.util.List<java.lang.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 java.util.List<java.lang.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
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object