Uses of Class
org.basepom.mojo.dvc.dependency.DependencyMap
-
Uses of DependencyMap in org.basepom.mojo.dvc
Modifier and TypeMethodDescriptionprotected abstract void
AbstractDependencyVersionsMojo.doExecute
(com.google.common.collect.ImmutableSetMultimap<QualifiedName, VersionResolutionCollection> resolutionMap, DependencyMap rootDependencyMap) Subclasses need to implement this method. -
Uses of DependencyMap in org.basepom.mojo.dvc.dependency
Modifier and TypeMethodDescriptionDependencyMapBuilder.mapDependency
(org.eclipse.aether.graph.DependencyNode dependencyNode, org.eclipse.aether.graph.DependencyFilter projectScopeFilter) Create a map of dependencies for a given dependency node (representing an element on the dependency tree).DependencyMapBuilder.mapProject
(org.apache.maven.project.MavenProject project, org.eclipse.aether.graph.DependencyFilter scopeFilter) Create a map of names to dependencies for a given project.ModifierConstructorDescriptionDependencyTreeResolver
(Context context, DependencyMap rootDependencyMap) -
Uses of DependencyMap in org.basepom.mojo.dvc.mojo
Modifier and TypeMethodDescriptionprotected void
DependencyVersionsCheckMojo.doExecute
(com.google.common.collect.ImmutableSetMultimap<QualifiedName, VersionResolutionCollection> resolutionMap, DependencyMap rootDependencyMap) protected void
DependencyVersionsListMojo.doExecute
(com.google.common.collect.ImmutableSetMultimap<QualifiedName, VersionResolutionCollection> resolutionMap, DependencyMap rootDependencyMap)