Пример #1
0
 public boolean matches(Node node, boolean isLink) throws ExistsException {
   return node.isDirectory();
 }