Uses of Class
org.basepom.mojo.dvc.version.VersionResolutionCollection
Packages that use VersionResolutionCollection
Package
Description
-
Uses of VersionResolutionCollection in org.basepom.mojo.dvc
Method parameters in org.basepom.mojo.dvc with type arguments of type VersionResolutionCollectionModifier and TypeMethodDescriptionprotected abstract voidAbstractDependencyVersionsMojo.doExecute(com.google.common.collect.ImmutableSetMultimap<QualifiedName, VersionResolutionCollection> resolutionMap, DependencyMap rootDependencyMap) Subclasses need to implement this method. -
Uses of VersionResolutionCollection in org.basepom.mojo.dvc.dependency
Methods in org.basepom.mojo.dvc.dependency that return types with arguments of type VersionResolutionCollectionModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableSetMultimap<QualifiedName,VersionResolutionCollection> DependencyTreeResolver.computeResolutionMap(org.apache.maven.project.MavenProject project, ScopeLimitingFilter scopeFilter) Creates a map of all dependency version resolutions used in this project in a given scope. -
Uses of VersionResolutionCollection in org.basepom.mojo.dvc.mojo
Method parameters in org.basepom.mojo.dvc.mojo with type arguments of type VersionResolutionCollectionModifier 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) -
Uses of VersionResolutionCollection in org.basepom.mojo.dvc.version
Methods in org.basepom.mojo.dvc.version that return types with arguments of type VersionResolutionCollectionModifier and TypeMethodDescriptionstatic com.google.common.collect.ImmutableSetMultimap<QualifiedName,VersionResolutionCollection> VersionResolutionCollection.toResolutionMap(com.google.common.collect.SetMultimap<QualifiedName, VersionResolution> map) Methods in org.basepom.mojo.dvc.version with parameters of type VersionResolutionCollectionModifier and TypeMethodDescriptionintVersionResolutionCollection.compareTo(VersionResolutionCollection other)