com.dtolabs.rundeck.core.common
Class SelectorUtils

java.lang.Object
  extended by com.dtolabs.rundeck.core.common.SelectorUtils

public class SelectorUtils
extends java.lang.Object

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

SelectorUtils

public SelectorUtils()
Method Detail

and

public static NodesSelector and(NodesSelector a,
                                NodesSelector b)

or

public static NodesSelector or(NodesSelector a,
                               NodesSelector b)

singleNode

public static NodesSelector singleNode(java.lang.String nodename)

nodeList

public static NodesSelector nodeList(java.util.Collection<java.lang.String> nodenames)