Exemplo n.º 1
0
 public boolean matches(IResource resource) {
   return condition == null || condition.isTrue(resource);
 }