Package org.apache.maven.internal.impl
Class DefaultDownloadedArtifact
java.lang.Object
org.apache.maven.internal.impl.DefaultArtifact
org.apache.maven.internal.impl.DefaultDownloadedArtifact
- All Implemented Interfaces:
Artifact
,DownloadedArtifact
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
ConstructorDescriptionDefaultDownloadedArtifact
(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
-
DefaultDownloadedArtifact
public DefaultDownloadedArtifact(@Nonnull InternalSession session, @Nonnull org.eclipse.aether.artifact.Artifact artifact)
-
-
Method Details
-
getPath
Description copied from interface:DownloadedArtifact
Returns the actual file that has been downloaded in the file system.- Specified by:
getPath
in interfaceDownloadedArtifact
- Returns:
- the actual file that has been downloaded in the file system
-