Class GraphRootMatcher
- java.lang.Object
-
- org.apache.maven.plugins.dependency.fromDependencies.GraphRootMatcher
-
- All Implemented Interfaces:
DependencyMatcher
class GraphRootMatcher extends java.lang.Object implements DependencyMatcher
-
-
Constructor Summary
Constructors Constructor Description GraphRootMatcher(GraphRoot graphRoot)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanmatches(org.apache.maven.model.Dependency dependency)
-
-
-
Field Detail
-
graphRoot
private final GraphRoot graphRoot
-
-
Constructor Detail
-
GraphRootMatcher
GraphRootMatcher(GraphRoot graphRoot)
-
-
Method Detail
-
matches
public boolean matches(org.apache.maven.model.Dependency dependency)
- Specified by:
matchesin interfaceDependencyMatcher
-
-