Package | Description |
---|---|
org.apache.maven.api.services | |
org.apache.maven.internal.impl |
Modifier and Type | Interface and Description |
---|---|
interface |
DependencyCoordinateFactoryRequest |
Modifier and Type | Method and Description |
---|---|
ArtifactCoordinateFactoryRequest |
ArtifactCoordinateFactoryRequest.ArtifactFactoryRequestBuilder.build() |
static ArtifactCoordinateFactoryRequest |
ArtifactCoordinateFactoryRequest.build(Session session,
ArtifactCoordinate coordinate) |
static ArtifactCoordinateFactoryRequest |
ArtifactCoordinateFactoryRequest.build(Session session,
String groupId,
String artifactId,
String version,
String extension) |
static ArtifactCoordinateFactoryRequest |
ArtifactCoordinateFactoryRequest.build(Session session,
String groupId,
String artifactId,
String version,
String classifier,
String extension,
String type) |
Modifier and Type | Method and Description |
---|---|
ArtifactCoordinate |
ArtifactCoordinateFactory.create(ArtifactCoordinateFactoryRequest request)
Creates a coordinate.
|
Modifier and Type | Method and Description |
---|---|
ArtifactCoordinate |
DefaultArtifactCoordinateFactory.create(ArtifactCoordinateFactoryRequest request) |
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.