- All Known Implementing Classes:
AbsolutePathLoader
,DefaultLoader
,JavaLibraryPathLoader
public interface LibraryLoader
Every EVER-SDK loader should implement this interface to be used in EverSdk.load() statement.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
load()
Any implementation should contain System.load(...); System.loadLibrary(...)static LibraryLoader
ofType
(LibraryLoaderType type, String value)
-
Method Details
-
ofType
-
load
void load()Any implementation should contain System.load(...); System.loadLibrary(...) to correctly load native library connection.
-