if (list[i].length() > maxFileSize) {
logger.warn("File " + list[i].getPath() +
" is too big and will not be process");
} else {
//must specify the category location, category name from the actual information
INewInformation childInfo = new AddInfo(info.getCategoryLocation(),
info.getCategoryName(), list[i].getPath(),
info.getLevel() - 1);
IDataExtractor extractor = PluginManager.getBestExtractor(childInfo);