}
}
FS cmdFS = new FS().mount(Thread.currentThread().getContextClassLoader(), Path.get("/crash/commands/"));
FS confFS = new FS().mount(Thread.currentThread().getContextClassLoader(), Path.get("/crash/"));
PluginContext ctx = new PluginContext(
new ServiceLoaderDiscovery(Thread.currentThread().getContextClassLoader()),
Collections.<String, Object>emptyMap(),
cmdFS,
confFS,
Thread.currentThread().getContextClassLoader());
ctx.refresh();