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 SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic class
- 
Method Summary
- 
Method Details- 
getSession
- 
getGroupIdString getGroupId()
- 
getArtifactIdString getArtifactId()
- 
getVersionString getVersion()
- 
getClassifierString getClassifier()
- 
getExtensionString getExtension()
- 
getTypeString getType()
- 
build
- 
build
- 
build@Nonnull static ArtifactCoordinateFactoryRequest build(@Nonnull Session session, @Nonnull ArtifactCoordinate coordinate) 
- 
builder
 
-