Uses of Class
org.apache.ivy.core.report.ArtifactDownloadReport
-
-
Uses of ArtifactDownloadReport in org.apache.ivy
Methods in org.apache.ivy that return ArtifactDownloadReport Modifier and Type Method Description ArtifactDownloadReport
Ivy14. download(Artifact artifact, java.io.File cache, boolean useOrigin)
Methods in org.apache.ivy that return types with arguments of type ArtifactDownloadReport Modifier and Type Method Description java.util.Map<ArtifactDownloadReport,java.util.Set<java.lang.String>>
Ivy14. determineArtifactsToCopy(ModuleId moduleId, java.lang.String[] confs, java.io.File cache, java.lang.String destFilePattern, java.lang.String destIvyPattern)
java.util.Map<ArtifactDownloadReport,java.util.Set<java.lang.String>>
Ivy14. determineArtifactsToCopy(ModuleId moduleId, java.lang.String[] confs, java.io.File cache, java.lang.String destFilePattern, java.lang.String destIvyPattern, Filter<Artifact> artifactFilter)
-
Uses of ArtifactDownloadReport in org.apache.ivy.ant
Methods in org.apache.ivy.ant that return types with arguments of type ArtifactDownloadReport Modifier and Type Method Description private java.util.Collection<ArtifactDownloadReport>
IvyCacheTask. getAllArtifactReports()
protected java.util.List<ArtifactDownloadReport>
IvyCacheTask. getArtifactReports()
Methods in org.apache.ivy.ant with parameters of type ArtifactDownloadReport Modifier and Type Method Description private void
IvyArtifactReport. writeCacheLocationIfPresent(RepositoryCacheManager cache, javax.xml.transform.sax.TransformerHandler saxHandler, ArtifactDownloadReport artifact)
private void
IvyArtifactReport. writeOriginLocationIfPresent(RepositoryCacheManager cache, javax.xml.transform.sax.TransformerHandler saxHandler, ArtifactDownloadReport artifact)
Method parameters in org.apache.ivy.ant with type arguments of type ArtifactDownloadReport Modifier and Type Method Description private void
IvyArtifactReport. generateXml(IvyNode[] dependencies, java.util.Map<ModuleRevisionId,java.util.Set<ArtifactDownloadReport>> moduleRevToArtifactsMap, java.util.Map<ArtifactDownloadReport,java.util.Set<java.lang.String>> artifactsToCopy)
(package private) java.io.File
IvyCacheFileset. requireCommonBaseDir(java.util.List<ArtifactDownloadReport> artifactDownloadReports)
Returns a common base directory, determined from thelocal files
of the passedartifactDownloadReports
. -
Uses of ArtifactDownloadReport in org.apache.ivy.core.cache
Methods in org.apache.ivy.core.cache that return ArtifactDownloadReport Modifier and Type Method Description ArtifactDownloadReport
DefaultRepositoryCacheManager. download(Artifact artifact, ArtifactResourceResolver resourceResolver, ResourceDownloader resourceDownloader, CacheDownloadOptions options)
ArtifactDownloadReport
RepositoryCacheManager. download(Artifact artifact, ArtifactResourceResolver resourceResolver, ResourceDownloader resourceDownloader, CacheDownloadOptions options)
Downloads an artifact to this cache.ArtifactDownloadReport
DefaultRepositoryCacheManager. downloadRepositoryResource(Resource resource, java.lang.String name, java.lang.String type, java.lang.String extension, CacheResourceOptions options, Repository repository)
ArtifactDownloadReport
RepositoryCacheManager. downloadRepositoryResource(Resource resource, java.lang.String name, java.lang.String type, java.lang.String extension, CacheResourceOptions options, Repository repository)
Download some repository resource and put it in the cache.Methods in org.apache.ivy.core.cache with parameters of type ArtifactDownloadReport Modifier and Type Method Description void
DownloadListener. endArtifactDownload(RepositoryCacheManager cache, Artifact artifact, ArtifactDownloadReport adr, java.io.File archiveFile)
private void
DefaultRepositoryCacheManager. unpackArtifact(Artifact artifact, ArtifactDownloadReport adr, CacheDownloadOptions options)
-
Uses of ArtifactDownloadReport in org.apache.ivy.core.event.download
Fields in org.apache.ivy.core.event.download declared as ArtifactDownloadReport Modifier and Type Field Description private ArtifactDownloadReport
EndArtifactDownloadEvent. report
Methods in org.apache.ivy.core.event.download that return ArtifactDownloadReport Modifier and Type Method Description ArtifactDownloadReport
EndArtifactDownloadEvent. getReport()
Constructors in org.apache.ivy.core.event.download with parameters of type ArtifactDownloadReport Constructor Description EndArtifactDownloadEvent(DependencyResolver resolver, Artifact artifact, ArtifactDownloadReport report, java.io.File dest)
-
Uses of ArtifactDownloadReport in org.apache.ivy.core.event.retrieve
Fields in org.apache.ivy.core.event.retrieve declared as ArtifactDownloadReport Modifier and Type Field Description private ArtifactDownloadReport
RetrieveArtifactEvent. report
Methods in org.apache.ivy.core.event.retrieve that return ArtifactDownloadReport Modifier and Type Method Description ArtifactDownloadReport
RetrieveArtifactEvent. getReport()
Constructors in org.apache.ivy.core.event.retrieve with parameters of type ArtifactDownloadReport Constructor Description EndRetrieveArtifactEvent(ArtifactDownloadReport report, java.io.File destFile)
RetrieveArtifactEvent(java.lang.String name, ArtifactDownloadReport report, java.io.File destFile)
StartRetrieveArtifactEvent(ArtifactDownloadReport report, java.io.File destFile)
-
Uses of ArtifactDownloadReport in org.apache.ivy.core.report
Subclasses of ArtifactDownloadReport in org.apache.ivy.core.report Modifier and Type Class Description class
MetadataArtifactDownloadReport
Fields in org.apache.ivy.core.report with type parameters of type ArtifactDownloadReport Modifier and Type Field Description private java.util.Map<Artifact,ArtifactDownloadReport>
DownloadReport. artifacts
private java.util.Map<IvyNode,java.util.List<ArtifactDownloadReport>>
ConfigurationResolveReport. dependencyReports
Methods in org.apache.ivy.core.report that return ArtifactDownloadReport Modifier and Type Method Description static ArtifactDownloadReport[]
ConfigurationResolveReport. filterOutMergedArtifacts(ArtifactDownloadReport[] allFailedReports)
ArtifactDownloadReport[]
ConfigurationResolveReport. getAllArtifactsReports()
Get every report on the download requests.ArtifactDownloadReport[]
ResolveReport. getAllArtifactsReports()
Get every report on the download requests.ArtifactDownloadReport
DownloadReport. getArtifactReport(Artifact artifact)
ArtifactDownloadReport[]
ConfigurationResolveReport. getArtifactsReports(DownloadStatus downloadStatus, boolean withEvicted)
Get the report on the download requests.ArtifactDownloadReport[]
DownloadReport. getArtifactsReports()
ArtifactDownloadReport[]
DownloadReport. getArtifactsReports(DownloadStatus status)
ArtifactDownloadReport[]
ResolveReport. getArtifactsReports(ModuleRevisionId mrid)
ArtifactDownloadReport[]
ResolveReport. getArtifactsReports(DownloadStatus downloadStatus, boolean withEvicted)
Get the report on the download requests.ArtifactDownloadReport[]
ConfigurationResolveReport. getDownloadedArtifactsReports()
Get the report on the successful download requests with the evicted modulesArtifactDownloadReport[]
ConfigurationResolveReport. getDownloadReports(ModuleRevisionId mrid)
ArtifactDownloadReport[]
ConfigurationResolveReport. getFailedArtifactsReports()
Get the report on the failed download requests with the evicted modulesArtifactDownloadReport[]
ResolveReport. getFailedArtifactsReports()
Get every report on the download requests.Methods in org.apache.ivy.core.report with parameters of type ArtifactDownloadReport Modifier and Type Method Description void
DownloadReport. addArtifactReport(ArtifactDownloadReport adr)
static ArtifactDownloadReport[]
ConfigurationResolveReport. filterOutMergedArtifacts(ArtifactDownloadReport[] allFailedReports)
-
Uses of ArtifactDownloadReport in org.apache.ivy.core.resolve
Methods in org.apache.ivy.core.resolve that return ArtifactDownloadReport Modifier and Type Method Description ArtifactDownloadReport
ResolveEngine. download(ArtifactOrigin origin, DownloadOptions options)
Materialize an artifact already located.ArtifactDownloadReport
ResolveEngine. download(Artifact artifact, DownloadOptions options)
Download an artifact to the cache. -
Uses of ArtifactDownloadReport in org.apache.ivy.core.retrieve
Fields in org.apache.ivy.core.retrieve with type parameters of type ArtifactDownloadReport Modifier and Type Field Description private java.util.Map<java.io.File,ArtifactDownloadReport>
RetrieveReport. downloadReport
Methods in org.apache.ivy.core.retrieve that return types with arguments of type ArtifactDownloadReport Modifier and Type Method Description java.util.Map<ArtifactDownloadReport,java.util.Set<java.lang.String>>
RetrieveEngine. determineArtifactsToCopy(ModuleRevisionId mrid, java.lang.String destFilePattern, RetrieveOptions options)
private java.util.Comparator<ArtifactDownloadReport>
RetrieveEngine. getConflictResolvingPolicy()
The returned comparator should consider greater the artifact which gains the conflict battle.java.util.Map<java.io.File,ArtifactDownloadReport>
RetrieveReport. getDownloadReport()
Get the mapping between the copied files and their corresponding download reportMethods in org.apache.ivy.core.retrieve with parameters of type ArtifactDownloadReport Modifier and Type Method Description void
RetrieveReport. addCopiedFile(java.io.File file, ArtifactDownloadReport report)
void
RetrieveReport. addUpToDateFile(java.io.File file, ArtifactDownloadReport report)
-
Uses of ArtifactDownloadReport in org.apache.ivy.osgi.repo
Fields in org.apache.ivy.osgi.repo with type parameters of type ArtifactDownloadReport Modifier and Type Field Description private java.util.Map<ModuleRevisionId,java.util.List<ArtifactDownloadReport>>
ArtifactReportManifestIterable. artifactReports
Constructor parameters in org.apache.ivy.osgi.repo with type arguments of type ArtifactDownloadReport Constructor Description ArtifactReportManifestIterable(java.util.List<ArtifactDownloadReport> reports, java.util.List<java.lang.String> sourceTypes)
-
Uses of ArtifactDownloadReport in org.apache.ivy.plugins.report
Fields in org.apache.ivy.plugins.report with type parameters of type ArtifactDownloadReport Modifier and Type Field Description private java.util.List<ArtifactDownloadReport>
XmlReportParser.SaxXmlReportParser. artifactReports
private java.util.List<ArtifactDownloadReport>
XmlReportParser.SaxXmlReportParser.XmlReportParserHandler. revisionArtifacts
private java.util.SortedMap<java.lang.Integer,java.util.List<ArtifactDownloadReport>>
XmlReportParser.SaxXmlReportParser.XmlReportParserHandler. revisionsMap
Methods in org.apache.ivy.plugins.report that return ArtifactDownloadReport Modifier and Type Method Description ArtifactDownloadReport[]
XmlReportParser. getArtifactReports()
Methods in org.apache.ivy.plugins.report that return types with arguments of type ArtifactDownloadReport Modifier and Type Method Description java.util.List<ArtifactDownloadReport>
XmlReportParser.SaxXmlReportParser. getArtifactReports()
-
Uses of ArtifactDownloadReport in org.apache.ivy.plugins.resolver
Methods in org.apache.ivy.plugins.resolver that return ArtifactDownloadReport Modifier and Type Method Description ArtifactDownloadReport
AbstractResolver. download(ArtifactOrigin artifact, DownloadOptions options)
Default implementation downloads the artifact without taking advantage of its locationArtifactDownloadReport
BasicResolver. download(ArtifactOrigin origin, DownloadOptions options)
ArtifactDownloadReport
ChainResolver. download(ArtifactOrigin artifact, DownloadOptions options)
ArtifactDownloadReport
DependencyResolver. download(ArtifactOrigin artifact, DownloadOptions options)
Download an artifact according to the given DownloadOptions.ArtifactDownloadReport
DualResolver. download(ArtifactOrigin artifact, DownloadOptions options)
-