Node Director
|
Static Public Member Functions | |
static boolean | ensure (String name) |
load dynamic (native) library. | |
static String | findLibrary (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).
References sfi.director.system.Library.findLibrary().
Referenced by sfi.director.system.Files.chgrp(), sfi.director.system.Files.chmod(), sfi.director.system.Files.chown(), sfi.director.system.Hosts.gethostaliases(), sfi.director.system.Hosts.gethostname(), sfi.director.system.Files.readlink(), and sfi.director.system.Files.symlink().
|
static |
References sfi.director.util.Setup.fileSeparator, sfi.director.system.PlatformId.getId(), and sfi.director.util.Setup.rootDir.
Referenced by sfi.director.system.Library.ensure().