Package org.apache.maven.internal.impl
Class DefaultProducedArtifact
java.lang.Object
org.apache.maven.internal.impl.DefaultArtifact
org.apache.maven.internal.impl.DefaultProducedArtifact
- All Implemented Interfaces:
Artifact
,ProducedArtifact
A wrapper class around a maven resolver artifact.
-
Field Summary
Fields inherited from class org.apache.maven.internal.impl.DefaultArtifact
artifact, key, session
-
Constructor Summary
ConstructorDescriptionDefaultProducedArtifact
(InternalSession session, org.eclipse.aether.artifact.Artifact artifact) -
Method Summary
Methods inherited from class org.apache.maven.internal.impl.DefaultArtifact
equals, getArtifact, getArtifactId, getBaseVersion, getClassifier, getExtension, getGroupId, getVersion, hashCode, isSnapshot, key, toCoordinates, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.apache.maven.api.Artifact
getArtifactId, getBaseVersion, getClassifier, getExtension, getGroupId, getVersion, isSnapshot, key, toCoordinates
-
Constructor Details
-
DefaultProducedArtifact
public DefaultProducedArtifact(@Nonnull InternalSession session, @Nonnull org.eclipse.aether.artifact.Artifact artifact)
-