{
driver.setEncoding(encoding);
}
boolean prettyPrint = SettingUtil.getBooleanSetting(XML_PRETTYPRINT_PROP, false);
driver.setPrettyPrint(prettyPrint);
if (!driver.loadMappings(mappedClasses))
throw new OpenBPException("Initialization.Mapping", "Errors occurred while loading the core mappings. See the log file for details.");
}
/**
* Initializes the user interface adapters.