The heart of the matter. This is where the selector gets to decide
on the inclusion of a file in a particular fileset.
if (file.isDirectory()) {
return false; // Quick return: directories cannot be signed
}
isSigned.setProject(getProject());
isSigned.setFile(file);
return isSigned.eval();