Package org.robolectric.shadows.util
Class SQLiteLibraryLoader
java.lang.Object
org.robolectric.shadows.util.SQLiteLibraryLoader
public class SQLiteLibraryLoader extends Object
Initializes sqlite native libraries.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
SQLiteLibraryLoader.LibraryNameMapper
-
Constructor Summary
Constructors Constructor Description SQLiteLibraryLoader()
SQLiteLibraryLoader(SQLiteLibraryLoader.LibraryNameMapper mapper)
-
Method Summary
Modifier and Type Method Description void
doLoad()
String
getLibClasspathResourceName()
boolean
isLoaded()
static boolean
isOsSupported()
static void
load()
-
Constructor Details
-
SQLiteLibraryLoader
public SQLiteLibraryLoader() -
SQLiteLibraryLoader
-
-
Method Details
-
load
public static void load() -
doLoad
public void doLoad() -
getLibClasspathResourceName
-
isLoaded
public boolean isLoaded() -
isOsSupported
public static boolean isOsSupported()
-