Class NativeLibraryLoader


  • public class NativeLibraryLoader
    extends java.lang.Object
    Author:
    Sam Adams
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Artefact loadLibrary​(java.lang.String id, java.lang.String version)  
      static Artefact loadLibrary​(java.lang.String id, java.lang.String version, java.util.Properties configuration)  
      static Artefact loadLibrary​(java.lang.String id, java.lang.String version, java.util.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​(java.lang.String id,
                                           java.lang.String version)
                                    throws net.sf.jnati.NativeCodeException
        Throws:
        net.sf.jnati.NativeCodeException
      • loadLibrary

        public static Artefact loadLibrary​(java.lang.String id,
                                           java.lang.String version,
                                           java.util.Properties configuration)
                                    throws net.sf.jnati.NativeCodeException
        Throws:
        net.sf.jnati.NativeCodeException
      • loadLibrary

        public static Artefact loadLibrary​(java.lang.String id,
                                           java.lang.String version,
                                           java.util.Properties configuration,
                                           LibraryLoader loader)
                                    throws net.sf.jnati.NativeCodeException
        Throws:
        net.sf.jnati.NativeCodeException