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

All Known Implementing Classes:
AncestorOrSelfDependencyNodeFilter, AndDependencyNodeFilter, ArtifactDependencyNodeFilter, StateDependencyNodeFilter

public interface DependencyNodeFilter

Defines a filter for dependency nodes.

Since:
1.1
Version:
$Id: DependencyNodeFilter.java 661727 2008-05-30 14:21:49Z bentmann $
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.