static L jarFiles(Iterable l) { ret filter(f -> fileExtensionIs(".jar", f), l); }