- 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 TypeMethodDescriptionvoidload()Any implementation should contain System.load(...); System.loadLibrary(...)static LibraryLoaderofType(LibraryLoaderType type, String value)
-
Method Details
-
ofType
-
load
void load()Any implementation should contain System.load(...); System.loadLibrary(...) to correctly load native library connection.
-