Uses of Class
org.basepom.mojo.dvc.dependency.DependencyMap
Packages that use DependencyMap
-
Uses of DependencyMap in org.basepom.mojo.dvc
Methods in org.basepom.mojo.dvc with parameters of type DependencyMapModifier and TypeMethodDescriptionprotected abstract voidAbstractDependencyVersionsMojo.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
Methods in org.basepom.mojo.dvc.dependency that return DependencyMapModifier 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.Constructors in org.basepom.mojo.dvc.dependency with parameters of type DependencyMapModifierConstructorDescriptionDependencyTreeResolver(Context context, DependencyMap rootDependencyMap) -
Uses of DependencyMap in org.basepom.mojo.dvc.mojo
Methods in org.basepom.mojo.dvc.mojo with parameters of type DependencyMapModifier and TypeMethodDescriptionprotected voidDependencyVersionsCheckMojo.doExecute(com.google.common.collect.ImmutableSetMultimap<QualifiedName, VersionResolutionCollection> resolutionMap, DependencyMap rootDependencyMap) protected voidDependencyVersionsListMojo.doExecute(com.google.common.collect.ImmutableSetMultimap<QualifiedName, VersionResolutionCollection> resolutionMap, DependencyMap rootDependencyMap)