Uses of Interface
org.eclipse.aether.graph.DependencyFilter
Packages that use DependencyFilter
Package
Description
The types supporting the resolution of artifacts and metadata from repositories.
-
Uses of DependencyFilter in org.eclipse.aether.resolution
Methods in org.eclipse.aether.resolution that return DependencyFilterModifier and TypeMethodDescriptionDependencyRequest.getFilter()Gets the resolution filter used to select which artifacts of the dependency graph should be resolved.Methods in org.eclipse.aether.resolution with parameters of type DependencyFilterModifier and TypeMethodDescriptionDependencyRequest.setFilter(DependencyFilter filter) Sets the resolution filter used to select which artifacts of the dependency graph should be resolved.Constructors in org.eclipse.aether.resolution with parameters of type DependencyFilterModifierConstructorDescriptionDependencyRequest(CollectRequest request, DependencyFilter filter) Creates a request for the specified collect request and with the given resolution filter.DependencyRequest(DependencyNode node, DependencyFilter filter) Creates a request for the specified dependency graph and with the given resolution filter.