|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deepfs.util.LibraryLoader
public final class LibraryLoader
Utility class to load shared libraries.
| Field Summary | |
|---|---|
static String |
DEEPFUSELIBNAME
Name of DeepFUSE library. |
static String |
JFUSELIBNAME
Name of FUSE java bindings library. |
static String |
JSDBFSLIBNAME
Name of joint storage library. |
static String |
SPOTEXLIBNAME
Name of spotlight extractor library. |
| Method Summary | |
|---|---|
static boolean |
load(String lib)
Loads native library if not already present. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String SPOTEXLIBNAME
public static final String JSDBFSLIBNAME
public static final String JFUSELIBNAME
public static final String DEEPFUSELIBNAME
| Method Detail |
|---|
public static boolean load(String lib)
lib - name of the library to be loaded
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||