net.sf.jnati.deploy
Class NativeLibraryLoader

java.lang.Object
  extended by net.sf.jnati.deploy.NativeLibraryLoader

public class NativeLibraryLoader
extends Object

Author:
Sam Adams

Constructor Summary
NativeLibraryLoader()
           
 
Method Summary
static Artefact loadLibrary(String id, String version)
           
static Artefact loadLibrary(String id, String version, Properties configuration)
           
static Artefact loadLibrary(String id, String version, Properties configuration, LibraryLoader loader)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NativeLibraryLoader

public NativeLibraryLoader()
Method Detail

loadLibrary

public static Artefact loadLibrary(String id,
                                   String version)
                            throws NativeCodeException
Throws:
NativeCodeException

loadLibrary

public static Artefact loadLibrary(String id,
                                   String version,
                                   Properties configuration)
                            throws NativeCodeException
Throws:
NativeCodeException

loadLibrary

public static Artefact loadLibrary(String id,
                                   String version,
                                   Properties configuration,
                                   LibraryLoader loader)
                            throws NativeCodeException
Throws:
NativeCodeException


Copyright © 2007-2011 Sam Adams. All Rights Reserved.