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 QualifiedNameQualifiedName.fromArtifact(org.apache.maven.artifact.Artifact artifact) static QualifiedNameQualifiedName.fromDependency(org.eclipse.aether.graph.Dependency dependency) static QualifiedNameQualifiedName.fromDependencyNode(org.eclipse.aether.graph.DependencyNode dependencyNode) static QualifiedNameQualifiedName.fromProject(org.apache.maven.project.MavenProject project) Methods in org.basepom.mojo.dvc with parameters of type QualifiedNameModifier and TypeMethodDescriptionintQualifiedName.compareTo(QualifiedName other) StrategyCache.forQualifiedName(QualifiedName name) static QualifiedNameMatcherQualifiedNameMatcher.fromQualifiedName(QualifiedName name) booleanQualifiedNameMatcher.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 VersionResolutionVersionResolution.forDirectDependency(QualifiedName requestingDependency, org.apache.maven.artifact.versioning.ComparableVersion expectedVersion, boolean managedDependency) static VersionResolutionVersionResolution.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)