Package org.maxxq.maven.dependency
Interface IDependencyFilter
- All Known Implementing Classes:
DefaultDependencyFilter
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionbooleankeepDependency(org.apache.maven.model.Dependency dependency, int depth)
-
Method Details
-
keepDependency
boolean keepDependency(org.apache.maven.model.Dependency dependency, int depth)
-