Uses of Interface
org.apache.maven.api.services.DependencyCollectorResult
Packages that use DependencyCollectorResult
-
Uses of DependencyCollectorResult in org.apache.maven.api.services
Subinterfaces of DependencyCollectorResult in org.apache.maven.api.servicesMethods in org.apache.maven.api.services that return DependencyCollectorResultModifier and TypeMethodDescriptionDependencyCollector.collect
(DependencyCollectorRequest request) Collects the transitive dependencies and builds a dependency graph.default DependencyCollectorResult
Collects the transitive dependencies of some artifacts and builds a dependency graph.default DependencyCollectorResult
DependencyCollector.collect
(Session session, DependencyCoordinate root) Collects the transitive dependencies of some artifacts and builds a dependency graph.default DependencyCollectorResult
Collects the transitive dependencies of some artifacts and builds a dependency graph.Methods in org.apache.maven.api.services that return types with arguments of type DependencyCollectorResultModifier and TypeMethodDescriptionProjectBuilderResult.getDependencyResolverResult()
Gets the result of the dependency resolution for the project. -
Uses of DependencyCollectorResult in org.apache.maven.internal.impl
Methods in org.apache.maven.internal.impl that return DependencyCollectorResultModifier and TypeMethodDescriptionDefaultDependencyCollector.collect
(DependencyCollectorRequest request)