maspack.util
Class LibraryLoader

java.lang.Object
  extended by maspack.util.LibraryLoader

public class LibraryLoader
extends java.lang.Object

Centralizes loading of native libraries, in case we want to try (at some point) loading them some other way (such as through System.load()), which would allow us to specify the library directory.


Constructor Summary
LibraryLoader()
           
 
Method Summary
static void load(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LibraryLoader

public LibraryLoader()
Method Detail

load

public static void load(java.lang.String name)