|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.dtolabs.rundeck.core.common.SelectorUtils
public class SelectorUtils
SelectorUtils is ...
Nested Class Summary | |
---|---|
static class |
SelectorUtils.AndNodesSelector
|
static class |
SelectorUtils.MultiNodeSelector
|
static class |
SelectorUtils.OrNodesSelector
|
Constructor Summary | |
---|---|
SelectorUtils()
|
Method Summary | |
---|---|
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)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SelectorUtils()
Method Detail |
---|
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)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |