Package org.apache.maven.shared.dependency.tree.filter

Interface Summary
DependencyNodeFilter Defines a filter for dependency nodes.
 

Class Summary
AncestorOrSelfDependencyNodeFilter A dependency node filter than only accepts nodes that are ancestors of, or equal to, a given list of nodes.
AndDependencyNodeFilter A dependency node filter that logically ANDs together a number of other dependency node filters.
ArtifactDependencyNodeFilter A dependency node filter that delegates to an artifact filter.
StateDependencyNodeFilter A dependency node filter that accepts nodes depending on their state.
 



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