Package org.sqlite.util
Class LibraryLoaderUtil
java.lang.Object
org.sqlite.util.LibraryLoaderUtil
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
Get the OS-specific name of the sqlitejdbc native library.static String
Get the OS-specific resource directory within the jar, where the relevant sqlitejdbc native library is located.static boolean
hasNativeLib
(String path, String libraryName)
-
Field Details
-
NATIVE_LIB_BASE_NAME
- See Also:
-
-
Constructor Details
-
LibraryLoaderUtil
public LibraryLoaderUtil()
-
-
Method Details
-
getNativeLibResourcePath
Get the OS-specific resource directory within the jar, where the relevant sqlitejdbc native library is located. -
getNativeLibName
Get the OS-specific name of the sqlitejdbc native library. -
hasNativeLib
-