this.settings.refresh();
} catch (Exception e) {
if (e instanceof RuntimeException) {
throw (RuntimeException) e;
}
throw new UnhandledException(e);
}
this.envVars = this.createEnvVars();
//this.eventManager = this.createEventManager();
//
String[] spanPackages = this.getSettings().getStringArray("hasor.loadPackages", "net.hasor.core.*,net.hasor.plugins.*");