Class MetadataArtifactDownloadReport

java.lang.Object
org.apache.ivy.core.report.ArtifactDownloadReport
org.apache.ivy.core.report.MetadataArtifactDownloadReport

public class MetadataArtifactDownloadReport extends ArtifactDownloadReport
  • Constructor Details

    • MetadataArtifactDownloadReport

      public MetadataArtifactDownloadReport(Artifact artifact)
  • Method Details

    • isSearched

      public boolean isSearched()
      Returns true if the resolution of this metadata artifact required at least one access to the repository, or false if only provisioned data was used.
      Returns:
      true if the resolution of this metadata artifact required at least one access to the repository
    • setSearched

      public void setSearched(boolean isSearched)
    • getOriginalLocalFile

      public File getOriginalLocalFile()
      Returns the location on the local filesystem where the original metadata artifact is provisioned, or null if the provisioning failed.
      Returns:
      the location on the local filesystem where the original metadata artifact is provisioned.
    • setOriginalLocalFile

      public void setOriginalLocalFile(File originalLocalFile)