Uses of Interface
org.eclipse.aether.graph.DependencyFilter
Packages that use DependencyFilter
Package
Description
The primary API of the
RepositorySystem and its functionality.The types supporting the resolution of artifacts and metadata from repositories.
-
Uses of DependencyFilter in org.eclipse.aether
Methods in org.eclipse.aether with parameters of type DependencyFilterModifier and TypeMethodDescriptionRepositorySystem.flattenDependencyNodes(RepositorySystemSession session, DependencyNode root, DependencyFilter filter) Flattens the provided graph asDependencyNodeinto aList<DependencyNode>according to session configuration. -
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.