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 SummaryFields inherited from class org.apache.maven.internal.impl.DefaultArtifactartifact, key, session
- 
Constructor SummaryConstructorsConstructorDescriptionDefaultProducedArtifact(InternalSession session, org.eclipse.aether.artifact.Artifact artifact) 
- 
Method SummaryMethods inherited from class org.apache.maven.internal.impl.DefaultArtifactequals, getArtifact, getArtifactId, getBaseVersion, getClassifier, getExtension, getGroupId, getVersion, hashCode, isSnapshot, key, toCoordinates, toStringMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.maven.api.ArtifactgetArtifactId, getBaseVersion, getClassifier, getExtension, getGroupId, getVersion, isSnapshot, key, toCoordinates
- 
Constructor Details- 
DefaultProducedArtifactpublic DefaultProducedArtifact(@Nonnull InternalSession session, @Nonnull org.eclipse.aether.artifact.Artifact artifact) 
 
-