logger.info("Reading file: " + file.getAbsolutePath());
processor.process(file);
}
logger.info("Stop reading files");
if (todo.length != 0) {
processor.reindexReports();
}
logger.debug("End reindex process");
}
private static ArrayList execWithCommandArgs(String[] args) throws IOException {