Package org.apache.maven.api.services
Interface ArtifactCoordinateFactoryRequest
- All Known Subinterfaces:
DependencyCoordinateFactoryRequest
A request for creating a
ArtifactCoordinate
object.- Since:
- 4.0.0
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
-
Method Summary
-
Method Details
-
getSession
-
getGroupId
String getGroupId() -
getArtifactId
String getArtifactId() -
getVersion
String getVersion() -
getClassifier
String getClassifier() -
getExtension
String getExtension() -
getType
String getType() -
getCoordinateString
String getCoordinateString() -
build
-
build
-
build
-
build
@Nonnull static ArtifactCoordinateFactoryRequest build(@Nonnull Session session, @Nonnull ArtifactCoordinate coordinate) -
builder
-