Class DefaultDownloadedArtifact
java.lang.Object
org.apache.maven.impl.DefaultArtifact
org.apache.maven.impl.DefaultDownloadedArtifact
- All Implemented Interfaces:
- Artifact,- DownloadedArtifact
A wrapper class around a maven resolver artifact.
- 
Field SummaryFields inherited from class org.apache.maven.impl.DefaultArtifactartifact, key, session
- 
Constructor SummaryConstructorsConstructorDescriptionDefaultDownloadedArtifact(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- 
DefaultDownloadedArtifactpublic DefaultDownloadedArtifact(@Nonnull InternalSession session, @Nonnull org.eclipse.aether.artifact.Artifact artifact) 
 
- 
- 
Method Details- 
getPath- Specified by:
- getPathin interface- DownloadedArtifact
 
 
-