org.apache.maven.shared.dependency.graph.filter
Interface DependencyNodeFilter

All Known Implementing Classes:
AncestorOrSelfDependencyNodeFilter, AndDependencyNodeFilter, ArtifactDependencyNodeFilter

public interface DependencyNodeFilter

Defines a filter for dependency nodes.

Since:
1.1
Version:
$Id: DependencyNodeFilter.java 1351166 2012-06-17 21:15:54Z hboutemy $
Author:
Mark Hobson

Method Summary
 boolean accept(DependencyNode node)
          Gets whether this filter accepts the specified dependency node.
 

Method Detail

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


Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.