Package com.lambdaworks.jni
Class NilLibraryLoader
java.lang.Object
com.lambdaworks.jni.NilLibraryLoader
- All Implemented Interfaces:
LibraryLoader
A native library loader that refuses to load libraries.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NilLibraryLoader
public NilLibraryLoader()
-
-
Method Details
-
load
Don't load a shared library.- Specified by:
load
in interfaceLibraryLoader
- Parameters:
name
- Name of the library to load.verify
- Ignored, no verification is done.- Returns:
- false.
-