Class AbstractExcludeNodesSearchCallback

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

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

    • AbstractExcludeNodesSearchCallback

      public AbstractExcludeNodesSearchCallback(Set deniedNodes)
      Creates a callback that excludes the given denied nodes.
      Parameters:
      deniedNodes - the nodes to exclude from traversal.
    • AbstractExcludeNodesSearchCallback

      public AbstractExcludeNodesSearchCallback(Object[] deniedNodes)
      Creates a callback that excludes the given denied nodes.
      Parameters:
      deniedNodes - the nodes to exclude from traversal.