Uses of Interface
org.apache.maven.shared.transfer.artifact.ArtifactCoordinate
-
Packages that use ArtifactCoordinate Package Description org.apache.maven.shared.transfer.artifact org.apache.maven.shared.transfer.artifact.resolve org.apache.maven.shared.transfer.repository -
-
Uses of ArtifactCoordinate in org.apache.maven.shared.transfer.artifact
Classes in org.apache.maven.shared.transfer.artifact that implement ArtifactCoordinate Modifier and Type Class Description classDefaultArtifactCoordinateCommon usage of an ArtifactCoordinate for a MojoMethods in org.apache.maven.shared.transfer.artifact that return ArtifactCoordinate Modifier and Type Method Description static 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 ArtifactCoordinate Modifier and Type Method Description ArtifactResultArtifactResolver. 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 ArtifactCoordinate Modifier and Type Method Description java.lang.StringRepositoryManager. getPathForLocalArtifact(org.apache.maven.project.ProjectBuildingRequest buildingRequest, ArtifactCoordinate coordinate)
-