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
Constructors -
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, waitMethods 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:ArtifactCoordinatesFactoryCreates artifact coordinates.- Specified by:
createin interfaceArtifactCoordinatesFactory- Parameters:
request- the request holding coordinates creation parameters- Returns:
- an
ArtifactCoordinates, nevernull
-