Uses of Interface
org.apache.maven.api.services.ArtifactCoordinateFactoryRequest
Packages that use ArtifactCoordinateFactoryRequest
-
Uses of ArtifactCoordinateFactoryRequest in org.apache.maven.api.services
Subinterfaces of ArtifactCoordinateFactoryRequest in org.apache.maven.api.servicesMethods in org.apache.maven.api.services that return ArtifactCoordinateFactoryRequestModifier and TypeMethodDescriptionArtifactCoordinateFactoryRequest.ArtifactFactoryRequestBuilder.build()
ArtifactCoordinateFactoryRequest.build
(Session session, String groupId, String artifactId, String version, String extension) ArtifactCoordinateFactoryRequest.build
(Session session, String groupId, String artifactId, String version, String classifier, String extension, String type) ArtifactCoordinateFactoryRequest.build
(Session session, ArtifactCoordinate coordinate) Methods in org.apache.maven.api.services with parameters of type ArtifactCoordinateFactoryRequestModifier and TypeMethodDescriptionArtifactCoordinateFactory.create
(ArtifactCoordinateFactoryRequest request) Creates a coordinate. -
Uses of ArtifactCoordinateFactoryRequest in org.apache.maven.internal.impl
Methods in org.apache.maven.internal.impl with parameters of type ArtifactCoordinateFactoryRequestModifier and TypeMethodDescriptionDefaultArtifactCoordinateFactory.create
(ArtifactCoordinateFactoryRequest request)