Class AbstractIncludeNodesSearchCallback

java.lang.Object
org.dbunit.util.search.AbstractNodesFilterSearchCallback
org.dbunit.util.search.AbstractIncludeNodesSearchCallback
All Implemented Interfaces:
ISearchCallback

public abstract class AbstractIncludeNodesSearchCallback extends AbstractNodesFilterSearchCallback
Search callback that restricts traversal to a fixed set of allowed nodes.
Since:
Aug 25, 2005
Version:
$Revision$
Author:
Felipe Leme (dbunit@felipeal.net)
  • Constructor Details

    • AbstractIncludeNodesSearchCallback

      public AbstractIncludeNodesSearchCallback(Set allowedNodes)
      Creates a callback that restricts traversal to the given allowed nodes.
      Parameters:
      allowedNodes - the nodes to allow during traversal.
    • AbstractIncludeNodesSearchCallback

      public AbstractIncludeNodesSearchCallback(Object[] allowedNodes)
      Creates a callback that restricts traversal to the given allowed nodes.
      Parameters:
      allowedNodes - the nodes to allow during traversal.