Package | Description |
---|---|
org.apache.maven.api.services | |
org.apache.maven.internal.impl |
Modifier and Type | Method and Description |
---|---|
DependencyCoordinateFactoryRequest |
DependencyCoordinateFactoryRequest.DependencyCoordinateFactoryRequestBuilder.build() |
static DependencyCoordinateFactoryRequest |
DependencyCoordinateFactoryRequest.build(Session session,
ArtifactCoordinate coordinate) |
static DependencyCoordinateFactoryRequest |
DependencyCoordinateFactoryRequest.build(Session session,
Dependency dependency) |
static DependencyCoordinateFactoryRequest |
DependencyCoordinateFactoryRequest.build(Session session,
String groupId,
String artifactId,
String version,
String classifier,
String extension,
String type) |
Modifier and Type | Method and Description |
---|---|
DependencyCoordinate |
DependencyCoordinateFactory.create(DependencyCoordinateFactoryRequest request)
Creates a new
DependencyCoordinate object from the request. |
Modifier and Type | Method and Description |
---|---|
DependencyCoordinate |
DefaultDependencyCoordinateFactory.create(DependencyCoordinateFactoryRequest request) |
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.