* @throws RepositoryException
* if the {@link Node#getProperties(String)} call fails
*/
public static Iterable<Property> getProperties(Node node, String pattern)
throws RepositoryException {
return new PropertyIterable(node.getProperties(pattern));
}