"Creating exporter from filesystem using REST provider "
+ restProvider + " with resourcesPath " + resourcesPath
+ ", resourcesExt " + resourcesExt + ", resourcesSyntax "
+ resourcesSyntax + " and resourcesIncludes "
+ resourcesIncludes);
return new ExportFromFilesystem(indexer, uploader, resourcesPath,
resourcesExt, resourcesSyntax, resourcesIncludes);
}