Class DefaultDownloadedArtifact

java.lang.Object
org.apache.maven.internal.impl.DefaultArtifact
org.apache.maven.internal.impl.DefaultDownloadedArtifact
All Implemented Interfaces:
Artifact, DownloadedArtifact

public class DefaultDownloadedArtifact extends DefaultArtifact implements DownloadedArtifact
A wrapper class around a maven resolver artifact.
  • Constructor Details

  • Method Details

    • getPath

      public Path getPath()
      Description copied from interface: DownloadedArtifact
      Returns the actual file that has been downloaded in the file system.
      Specified by:
      getPath in interface DownloadedArtifact
      Returns:
      the actual file that has been downloaded in the file system