Uses of Interface
org.apache.maven.api.Dependency
Packages that use Dependency
Package
Description
Maven Core API
-
Uses of Dependency in org.apache.maven.api
Subinterfaces of Dependency in org.apache.maven.apiMethods in org.apache.maven.api that return DependencyMethods in org.apache.maven.api that return types with arguments of type DependencyModifier and TypeMethodDescriptiondefault Collection
<Dependency> Plugin.getDependencies()
Plugin.getDependenciesMap()
Methods in org.apache.maven.api with parameters of type DependencyModifier and TypeMethodDescriptionSession.createDependencyCoordinates
(Dependency dependency) Shortcut forgetService(DependencyFactory.class).create(...)
. -
Uses of Dependency in org.apache.maven.api.services
Methods in org.apache.maven.api.services that return types with arguments of type DependencyModifier and TypeMethodDescriptionDependencyResolverResult.getDependencies()
Returns all dependencies associated to their paths.Methods in org.apache.maven.api.services with parameters of type DependencyModifier and TypeMethodDescriptionDependencyCoordinatesFactoryRequest.build
(Session session, Dependency dependency) default DependencyCoordinates
DependencyCoordinatesFactory.create
(Session session, Dependency dependency) -
Uses of Dependency in org.apache.maven.internal.impl
Classes in org.apache.maven.internal.impl that implement DependencyFields in org.apache.maven.internal.impl with type parameters of type DependencyModifier and TypeFieldDescriptionprivate final Map
<org.eclipse.aether.graph.Dependency, Dependency> AbstractSession.allDependencies
private final Map
<Dependency, Path> DefaultDependencyResolverResult.dependencies
The dependencies together with the path to each dependency.Methods in org.apache.maven.internal.impl that return DependencyModifier and TypeMethodDescriptionAbstractSession.getDependency
(org.eclipse.aether.graph.Dependency dependency) DefaultNode.getDependency()
InternalSession.getDependency
(org.eclipse.aether.graph.Dependency dependency) WrapperNode.getDependency()
Methods in org.apache.maven.internal.impl that return types with arguments of type DependencyMethods in org.apache.maven.internal.impl with parameters of type DependencyModifier and TypeMethodDescription(package private) void
DefaultDependencyResolverResult.addDependency
(Node node, Dependency dep, Predicate<PathType> filter, Path path) Adds a dependency to the result.AbstractSession.createDependencyCoordinates
(Dependency dependency) Shortcut forgetService(DependencyFactory.class).create(...)