Package | Description |
---|---|
org.apache.maven.api.services | |
org.apache.maven.internal.impl |
Modifier and Type | Method and Description |
---|---|
ArtifactFactoryRequest |
ArtifactFactoryRequest.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) |
Modifier and Type | Method and Description |
---|---|
Artifact |
ArtifactFactory.create(ArtifactFactoryRequest request)
Creates an artifact.
|
Modifier and Type | Method and Description |
---|---|
Artifact |
DefaultArtifactFactory.create(ArtifactFactoryRequest request) |
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.