Class DefaultProducedArtifact
java.lang.Object
org.apache.maven.impl.DefaultArtifact
org.apache.maven.impl.DefaultProducedArtifact
- All Implemented Interfaces:
org.apache.maven.api.Artifact, org.apache.maven.api.ProducedArtifact
public class DefaultProducedArtifact
extends DefaultArtifact
implements org.apache.maven.api.ProducedArtifact
A wrapper class around a maven resolver artifact.
-
Field Summary
Fields inherited from class DefaultArtifact
artifact, key, session -
Constructor Summary
ConstructorsConstructorDescriptionDefaultProducedArtifact(InternalSession session, org.eclipse.aether.artifact.Artifact artifact) -
Method Summary
Methods inherited from class DefaultArtifact
equals, getArtifact, getArtifactId, getBaseVersion, getClassifier, getExtension, getGroupId, getVersion, hashCode, isSnapshot, key, toCoordinates, toStringMethods 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)
-