Class DefaultDownloadedArtifact

java.lang.Object
org.apache.maven.impl.DefaultArtifact
org.apache.maven.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 a path to the file that has been downloaded to the file system..
      Specified by:
      getPath in interface DownloadedArtifact
      Returns:
      the a path to the file that has been downloaded to the file system