//enable export
if(settings.isExportEnabled()) {
if(settings.isLogging())
LOGGER.info("enabling exportManager with file: "+settings.getExportFile());
exportManager = new ExportManager(settings.getExportFile(), settings.doExportUsesSystemEnvironment());
completionHandler.addCompletion(new ExportCompletion(exportManager));
}
//InterruptHandler for InputProcessor
InputProcessorInterruptHook interruptHook = new InputProcessorInterruptHook() {
@Override