Class DefaultProducedArtifact
java.lang.Object
org.apache.maven.impl.DefaultArtifact
org.apache.maven.impl.DefaultProducedArtifact
- All Implemented Interfaces:
- Artifact,- ProducedArtifact
A wrapper class around a maven resolver artifact.
- 
Field SummaryFields inherited from class org.apache.maven.impl.DefaultArtifactartifact, key, session
- 
Constructor SummaryConstructorsConstructorDescriptionDefaultProducedArtifact(InternalSession session, org.eclipse.aether.artifact.Artifact artifact) 
- 
Method SummaryMethods inherited from class org.apache.maven.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) 
 
-