Package org.apache.maven.api.services
Interface ArtifactCoordinatesFactoryRequest
- All Known Subinterfaces:
DependencyCoordinatesFactoryRequest
A request for creating a
ArtifactCoordinates
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() -
getCoordinatesString
String getCoordinatesString() -
build
-
build
-
build
-
build
@Nonnull static ArtifactCoordinatesFactoryRequest build(@Nonnull Session session, @Nonnull ArtifactCoordinates coordinates) -
builder
-