Uses of Interface
org.apache.maven.api.services.ArtifactFactoryRequest
Packages that use ArtifactFactoryRequest
-
Uses of ArtifactFactoryRequest in org.apache.maven.api.services
Methods in org.apache.maven.api.services that return ArtifactFactoryRequestModifier and TypeMethodDescriptionArtifactFactoryRequest.ArtifactFactoryRequestBuilder.build()
static ArtifactFactoryRequest
ArtifactFactoryRequest.build
(Session session, String groupId, String artifactId, String version, String extension) static ArtifactFactoryRequest
ArtifactFactoryRequest.build
(Session session, String groupId, String artifactId, String version, String classifier, String extension, String type) Methods in org.apache.maven.api.services with parameters of type ArtifactFactoryRequestModifier and TypeMethodDescriptionArtifactFactory.create
(ArtifactFactoryRequest request) Creates an artifact. -
Uses of ArtifactFactoryRequest in org.apache.maven.internal.impl
Methods in org.apache.maven.internal.impl with parameters of type ArtifactFactoryRequest