sfi.director.system.Library Class Reference

List of all members.

Static Public Member Functions

static boolean ensure (String name)
 load dynamic (native) library.
static String findLibrary (String name)

Static Package Attributes

static Object saved = Tools.saveOurClass( new Library() )
static Hashtable loaded = new Hashtable()
static Vector libpath = null
static Vector libfiles = null

Member Function Documentation

static boolean sfi.director.system.Library.ensure String  name  )  [static]
 

load dynamic (native) library.

Returns true if library loaded successfully, false otherwise. Now returns true in every case since no matter if ensure() fails native functions might still be present (statically linked or whatever).

static String sfi.director.system.Library.findLibrary String  name  )  [static]
 


Member Data Documentation

Vector sfi.director.system.Library.libfiles = null [static, package]
 

Vector sfi.director.system.Library.libpath = null [static, package]
 

Hashtable sfi.director.system.Library.loaded = new Hashtable() [static, package]
 

Object sfi.director.system.Library.saved = Tools.saveOurClass( new Library() ) [static, package]
 


The documentation for this class was generated from the following file:
Generated on Sat May 19 01:20:00 2012 for Node Director by  doxygen 1.4.5