Package com.dtolabs.rundeck.core.common
Interface NodeSetMerge
-
- All Superinterfaces:
INodeSet,java.lang.Iterable<INodeEntry>
- All Known Implementing Classes:
AdditiveListNodeSet,MergedAttributesNodeSet
public interface NodeSetMerge extends INodeSet
$INTERFACE is ... User: greg Date: 1/29/14 Time: 12:31 PM
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddNodeSet(INodeSet nodeSet)-
Methods inherited from interface com.dtolabs.rundeck.core.common.INodeSet
getNode, getNodeNames, getNodes
-
-
-
-
Method Detail
-
addNodeSet
void addNodeSet(INodeSet nodeSet)
-
-