Uses of Interface
org.apache.maven.project.DependencyResolutionResult
Packages that use DependencyResolutionResult
Package
Description
-
Uses of DependencyResolutionResult in org.apache.maven.execution
Methods in org.apache.maven.execution that return DependencyResolutionResultModifier and TypeMethodDescriptionDefaultMavenExecutionResult.getDependencyResolutionResult()
MavenExecutionResult.getDependencyResolutionResult()
Methods in org.apache.maven.execution with parameters of type DependencyResolutionResultModifier and TypeMethodDescriptionDefaultMavenExecutionResult.setDependencyResolutionResult
(DependencyResolutionResult dependencyResolutionResult) MavenExecutionResult.setDependencyResolutionResult
(DependencyResolutionResult result) -
Uses of DependencyResolutionResult in org.apache.maven.lifecycle.internal
Methods in org.apache.maven.lifecycle.internal that return DependencyResolutionResultModifier and TypeMethodDescriptionLifecycleDependencyResolver.getProjectDependencyResolutionResult
(MavenProject project, Collection<String> scopesToCollect, Collection<String> scopesToResolve, MavenSession session, boolean aggregating, Set<Artifact> projectArtifacts) SetWithResolutionResult.getResult()
Constructors in org.apache.maven.lifecycle.internal with parameters of type DependencyResolutionResultModifierConstructorDescriptionSetWithResolutionResult
(DependencyResolutionResult result, Set<Artifact> artifacts) -
Uses of DependencyResolutionResult in org.apache.maven.project
Methods in org.apache.maven.project that return DependencyResolutionResultModifier and TypeMethodDescriptionProjectBuildingResult.getDependencyResolutionResult()
Gets the result of the dependency resolution for the project.DependencyResolutionException.getResult()
DefaultProjectDependenciesResolver.resolve
(DependencyResolutionRequest request) ProjectDependenciesResolver.resolve
(DependencyResolutionRequest request) Resolves the transitive dependencies of a project.Constructors in org.apache.maven.project with parameters of type DependencyResolutionResultModifierConstructorDescriptionDependencyResolutionException
(DependencyResolutionResult result, String message, Throwable cause) -
Uses of DependencyResolutionResult in org.apache.maven.project.artifact
Methods in org.apache.maven.project.artifact that return DependencyResolutionResult