org.basex.util
Class LibraryLoader

java.lang.Object
  extended by org.basex.util.LibraryLoader

public final class LibraryLoader
extends java.lang.Object

Utility class to load shared libraries.

Author:
Workgroup DBIS, University of Konstanz 2009, ISC License, Alexander Holupirek

Field Summary
static java.lang.String JSDBFSLIBNAME
          Name of joint storage library.
static java.lang.String SPOTEXLIBNAME
          Name of spotlight extractor library.
 
Method Summary
static void load(java.lang.String libName)
          Load native library if not already present.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SPOTEXLIBNAME

public static final java.lang.String SPOTEXLIBNAME
Name of spotlight extractor library.

See Also:
Constant Field Values

JSDBFSLIBNAME

public static final java.lang.String JSDBFSLIBNAME
Name of joint storage library.

See Also:
Constant Field Values
Method Detail

load

public static void load(java.lang.String libName)
Load native library if not already present.

Parameters:
libName - name of the library to be loaded.