Package org.apache.maven.internal.impl
Class DefaultArtifactCoordinateFactory
java.lang.Object
org.apache.maven.internal.impl.DefaultArtifactCoordinateFactory
- All Implemented Interfaces:
- Service,- ArtifactCoordinateFactory
@Named
@Singleton
public class DefaultArtifactCoordinateFactory
extends Object
implements ArtifactCoordinateFactory
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncreate(ArtifactCoordinateFactoryRequest request) Creates a coordinate.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.ArtifactCoordinateFactorycreate, create, create, create
- 
Constructor Details- 
DefaultArtifactCoordinateFactorypublic DefaultArtifactCoordinateFactory()
 
- 
- 
Method Details- 
createDescription copied from interface:ArtifactCoordinateFactoryCreates a coordinate.- Specified by:
- createin interface- ArtifactCoordinateFactory
- Parameters:
- request- the request holding coordinate creation parameters
- Returns:
- an ArtifactCoordinate, nevernull
 
 
-