public class SelectorUtils
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
SelectorUtils.AndNodesSelector |
static class |
SelectorUtils.MultiNodeSelector |
static class |
SelectorUtils.OrNodesSelector |
Constructor and Description |
---|
SelectorUtils() |
Modifier and Type | Method and Description |
---|---|
static NodesSelector |
and(NodesSelector a,
NodesSelector b) |
static NodesSelector |
nodeList(java.util.Collection<java.lang.String> nodenames) |
static NodesSelector |
or(NodesSelector a,
NodesSelector b) |
static NodesSelector |
singleNode(java.lang.String nodename) |
public static NodesSelector and(NodesSelector a, NodesSelector b)
public static NodesSelector or(NodesSelector a, NodesSelector b)
public static NodesSelector singleNode(java.lang.String nodename)
public static NodesSelector nodeList(java.util.Collection<java.lang.String> nodenames)