Node Director
|
This package contains wrapper classes for system specific low level functions such as determining host names, file attributes, etc. More...
Classes | |
class | GCDebug |
class | Files |
class | FileStats |
class | Hosts |
class | Library |
class | PlatformId |
class | SysProcess |
class | SystemArchitecture |
class | UnimplException |
This package contains wrapper classes for system specific low level functions such as determining host names, file attributes, etc.
Due to Java's limitted support of system specific APIs the sfi.director.system package makes use of native libraries. Every class is designed to work with or without the respective native library, so Director works if the libraries are not compiled for a certain target system, but works better if they are.