Package org.apache.maven.internal.impl
Class DefaultArtifactFactory
java.lang.Object
org.apache.maven.internal.impl.DefaultArtifactFactory
- All Implemented Interfaces:
Service,ArtifactFactory
-
Constructor Summary
Constructors -
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, waitMethods 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:ArtifactFactoryCreates an artifact.- Specified by:
createin interfaceArtifactFactory- Parameters:
request- the request holding artifact creation parameters- Returns:
- an
Artifact, nevernull
-
createProduced
Description copied from interface:ArtifactFactoryCreates an artifact.- Specified by:
createProducedin interfaceArtifactFactory- Parameters:
request- the request holding artifact creation parameters- Returns:
- an
Artifact, nevernull
-