Interface DependencyNodeFilter

All Known Implementing Classes:
AncestorOrSelfDependencyNodeFilter, AndDependencyNodeFilter, ArtifactDependencyNodeFilter

public interface DependencyNodeFilter
Defines a filter for dependency nodes.
Since:
1.1
Version:
$Id$
Author:
Mark Hobson
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Gets whether this filter accepts the specified dependency node.
  • Method Details

    • accept

      boolean accept(DependencyNode node)
      Gets whether this filter accepts the specified dependency node.
      Parameters:
      node - the dependency node to check
      Returns:
      true if this filter accepts the specified dependency node