Uses of Interface
org.apache.maven.shared.transfer.artifact.ArtifactCoordinate
Packages that use ArtifactCoordinate
Package
Description
-
Uses of ArtifactCoordinate in org.apache.maven.shared.transfer.artifact
Classes in org.apache.maven.shared.transfer.artifact that implement ArtifactCoordinateModifier and TypeClassDescriptionclassCommon usage of an ArtifactCoordinate for a MojoMethods in org.apache.maven.shared.transfer.artifact that return ArtifactCoordinateModifier and TypeMethodDescriptionstatic ArtifactCoordinateTransferUtils.toArtifactCoordinate(org.apache.maven.artifact.Artifact artifact) static ArtifactCoordinateTransferUtils.toArtifactCoordinate(org.apache.maven.model.Extension extension) Special case: an extension is always of typejar, so can be transformed to an ArtifactCoordinate.static ArtifactCoordinateTransferUtils.toArtifactCoordinate(org.apache.maven.model.Parent parent) Special case: a parent is always of typepom, so can be transformed to an ArtifactCoordinate.static ArtifactCoordinateTransferUtils.toArtifactCoordinate(org.apache.maven.model.Plugin plugin) Special case: a plugin is always of typejar, so can be transformed to an ArtifactCoordinate.static ArtifactCoordinateTransferUtils.toArtifactCoordinate(org.apache.maven.model.ReportPlugin plugin) Special case: a reportPlugin is always of typejar, so can be transformed to an ArtifactCoordinate. -
Uses of ArtifactCoordinate in org.apache.maven.shared.transfer.artifact.resolve
Methods in org.apache.maven.shared.transfer.artifact.resolve with parameters of type ArtifactCoordinateModifier and TypeMethodDescriptionArtifactResolver.resolveArtifact(org.apache.maven.project.ProjectBuildingRequest buildingRequest, ArtifactCoordinate coordinate) -
Uses of ArtifactCoordinate in org.apache.maven.shared.transfer.repository
Methods in org.apache.maven.shared.transfer.repository with parameters of type ArtifactCoordinateModifier and TypeMethodDescriptionRepositoryManager.getPathForLocalArtifact(org.apache.maven.project.ProjectBuildingRequest buildingRequest, ArtifactCoordinate coordinate)