Interface DependencyNodeFilter
-
- All Known Implementing Classes:
AncestorOrSelfDependencyNodeFilter,AndDependencyNodeFilter,ArtifactDependencyNodeFilter
public interface DependencyNodeFilterDefines a filter for dependency nodes.- Since:
- 1.1
- Version:
- $Id$
- Author:
- Mark Hobson
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanaccept(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:
trueif this filter accepts the specified dependency node
-
-