Package org.apache.maven.internal.impl
Class DefaultArtifactFactory
java.lang.Object
org.apache.maven.internal.impl.DefaultArtifactFactory
- All Implemented Interfaces:
Service
,ArtifactFactory
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(ArtifactFactoryRequest request) Creates an artifact.createProduced
(ArtifactFactoryRequest request) Creates an artifact.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.ArtifactFactory
create, create, createProduced, createProduced
-
Constructor Details
-
DefaultArtifactFactory
public DefaultArtifactFactory()
-
-
Method Details
-
create
Description copied from interface:ArtifactFactory
Creates an artifact.- Specified by:
create
in interfaceArtifactFactory
- Parameters:
request
- the request holding artifact creation parameters- Returns:
- an
Artifact
, nevernull
-
createProduced
Description copied from interface:ArtifactFactory
Creates an artifact.- Specified by:
createProduced
in interfaceArtifactFactory
- Parameters:
request
- the request holding artifact creation parameters- Returns:
- an
Artifact
, nevernull
-