com.lambdaworks.jni
Class LibraryLoaders

java.lang.Object
  extended by com.lambdaworks.jni.LibraryLoaders

public class LibraryLoaders
extends Object

LibraryLoaders will create the appropriate LibraryLoader for the VM it is running on. The system property com.lambdaworks.jni.loader may be used to override loader auto-detection, or to disable loading native libraries entirely via use of the nil loader.

Author:
Will Glozer

Constructor Summary
LibraryLoaders()
           
 
Method Summary
static LibraryLoader loader()
          Create a new LibraryLoader for the current VM.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LibraryLoaders

public LibraryLoaders()
Method Detail

loader

public static LibraryLoader loader()
Create a new LibraryLoader for the current VM.

Returns:
the loader.


Copyright © 2013. All Rights Reserved.