Package org.apache.maven.internal.impl
Class DefaultDependencyCoordinatesFactory
java.lang.Object
org.apache.maven.internal.impl.DefaultDependencyCoordinatesFactory
- All Implemented Interfaces:
Service
,DependencyCoordinatesFactory
@Named
@Singleton
public class DefaultDependencyCoordinatesFactory
extends Object
implements DependencyCoordinatesFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates a newDependencyCoordinates
object from the request.private org.eclipse.aether.graph.Exclusion
toExclusion
(Exclusion exclusion)
-
Constructor Details
-
DefaultDependencyCoordinatesFactory
public DefaultDependencyCoordinatesFactory()
-
-
Method Details
-
create
Description copied from interface:DependencyCoordinatesFactory
Creates a newDependencyCoordinates
object from the request.- Specified by:
create
in interfaceDependencyCoordinatesFactory
- Parameters:
request
- the request containing the various data- Returns:
- a new
DependencyCoordinates
object
-
toExclusion
-