Class OrDependencyMatcher
java.lang.Object
org.apache.maven.plugins.dependency.fromDependencies.OrDependencyMatcher
- All Implemented Interfaces:
DependencyMatcher
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanmatches(org.apache.maven.model.Dependency dependency) private Collection<DependencyMatcher> validate(Collection<DependencyMatcher> matchers)
-
Field Details
-
matchers
-
-
Constructor Details
-
OrDependencyMatcher
OrDependencyMatcher(Collection<DependencyMatcher> matchers)
-
-
Method Details
-
validate
-
matches
public boolean matches(org.apache.maven.model.Dependency dependency) - Specified by:
matchesin interfaceDependencyMatcher
-