350351352353354355356357358359360
File destFile = destFiles[i]; File outputFile = outputFiles[i]; ConfigEntry entry = getConfigEntryFactory().create(new ConfigResource(destFile), outputFile, type); entry.scan(); if (includeEmptyEntries || !entry.isEmpty()) { entries.add(entry); } }