Package org.apache.maven.internal.impl
Class DefaultArtifactCoordinatesFactory
java.lang.Object
org.apache.maven.internal.impl.DefaultArtifactCoordinatesFactory
- All Implemented Interfaces:
- Service,- ArtifactCoordinatesFactory
@Named
@Singleton
public class DefaultArtifactCoordinatesFactory
extends Object
implements ArtifactCoordinatesFactory
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncreate(ArtifactCoordinatesFactoryRequest request) Creates artifact coordinates.Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.maven.api.services.ArtifactCoordinatesFactorycreate, create, create, create
- 
Constructor Details- 
DefaultArtifactCoordinatesFactorypublic DefaultArtifactCoordinatesFactory()
 
- 
- 
Method Details- 
createDescription copied from interface:ArtifactCoordinatesFactoryCreates artifact coordinates.- Specified by:
- createin interface- ArtifactCoordinatesFactory
- Parameters:
- request- the request holding coordinates creation parameters
- Returns:
- an ArtifactCoordinates, nevernull
 
 
-