private boolean matchPackageName(final ArchieCompilationUnit acu) {
   return denyFrom.matcher(acu.getFullyQualifiedClassName()).matches();
 }