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 TypeMethodDescriptionbooleanaccept(DependencyNode node) Gets whether this filter accepts the specified dependency node.
-
Method Details