return;
}
// Otherwise, ask the content manager for whom handles this kind of
// file and dispatch there.
ContentImportManager cim = ContentImportManager.getContentImportManager();
final ContentImporterSPI importer = cim.getContentImporter(extension, true);
if (importer == null) {
logger.warning("No importer found for " + file.getAbsolutePath());
return;
}