Uses of Class
org.basepom.mojo.dvc.QualifiedName
Packages that use QualifiedName
Package
Description
-
Uses of QualifiedName in org.basepom.mojo.dvc
Methods in org.basepom.mojo.dvc that return QualifiedNameModifier and TypeMethodDescriptionstatic QualifiedName
QualifiedName.fromArtifact
(org.apache.maven.artifact.Artifact artifact) static QualifiedName
QualifiedName.fromDependency
(org.eclipse.aether.graph.Dependency dependency) static QualifiedName
QualifiedName.fromDependencyNode
(org.eclipse.aether.graph.DependencyNode dependencyNode) static QualifiedName
QualifiedName.fromProject
(org.apache.maven.project.MavenProject project) Methods in org.basepom.mojo.dvc with parameters of type QualifiedNameModifier and TypeMethodDescriptionint
QualifiedName.compareTo
(QualifiedName other) StrategyCache.forQualifiedName
(QualifiedName name) static QualifiedNameMatcher
QualifiedNameMatcher.fromQualifiedName
(QualifiedName name) boolean
QualifiedNameMatcher.matches
(QualifiedName artifactName) -
Uses of QualifiedName in org.basepom.mojo.dvc.dependency
Methods in org.basepom.mojo.dvc.dependency that return types with arguments of type QualifiedNameModifier 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.com.google.common.collect.ImmutableMap<QualifiedName,
org.eclipse.aether.graph.DependencyNode> DependencyMap.getAllDependencies()
com.google.common.collect.ImmutableMap<QualifiedName,
org.eclipse.aether.graph.DependencyNode> DependencyMap.getDirectDependencies()
-
Uses of QualifiedName in org.basepom.mojo.dvc.version
Methods in org.basepom.mojo.dvc.version that return QualifiedNameMethods in org.basepom.mojo.dvc.version that return types with arguments of type QualifiedNameModifier 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 QualifiedNameModifier and TypeMethodDescriptionstatic VersionResolution
VersionResolution.forDirectDependency
(QualifiedName requestingDependency, org.apache.maven.artifact.versioning.ComparableVersion expectedVersion, boolean managedDependency) static VersionResolution
VersionResolution.forTransitiveDependency
(QualifiedName requestingDependency, org.apache.maven.artifact.versioning.ComparableVersion expectedVersion, boolean managedDependency) Method parameters in org.basepom.mojo.dvc.version with type arguments of type QualifiedNameModifier and TypeMethodDescriptionstatic com.google.common.collect.ImmutableSetMultimap<QualifiedName,
VersionResolutionCollection> VersionResolutionCollection.toResolutionMap
(com.google.common.collect.SetMultimap<QualifiedName, VersionResolution> map)