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 Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(ArtifactCoordinatesFactoryRequest request) Creates artifact coordinates.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.maven.api.services.ArtifactCoordinatesFactory
create, create, create, create
-
Constructor Details
-
DefaultArtifactCoordinatesFactory
public DefaultArtifactCoordinatesFactory()
-
-
Method Details
-
create
Description copied from interface:ArtifactCoordinatesFactory
Creates artifact coordinates.- Specified by:
create
in interfaceArtifactCoordinatesFactory
- Parameters:
request
- the request holding coordinates creation parameters- Returns:
- an
ArtifactCoordinates
, nevernull
-