public void visit(VirtualFile vf) {
   try {
     if (isMapping(vf)) urls.add(vf.toURL());
   } catch (Exception e) {
     throw new RuntimeException("Visit failed: " + e);
   }
 }