private void setup() throws IOException {
// file
addFSE(new JIFSFuptime(this));
addFSE(new JIFSFmemory(this));
addFSE(new JIFSFversion(this));
addFSE(new JIFSFdevices(this));
// directory
addFSE(new JIFSDthreads(this));
addFSE(new JIFSDplugins(this));
addFSE(new JIFSDpluginJars(this));