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 interfaceSQLiteLibraryLoader.LibraryNameMapper -
Constructor Summary
Constructors Constructor Description SQLiteLibraryLoader()SQLiteLibraryLoader(SQLiteLibraryLoader.LibraryNameMapper mapper) -
Method Summary
Modifier and Type Method Description voiddoLoad()StringgetLibClasspathResourceName()booleanisLoaded()static booleanisOsSupported()static voidload()
-
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()
-