Uses of Class
org.apache.ivy.core.report.ArtifactDownloadReport
Packages that use ArtifactDownloadReport
Package
Description
-
Uses of ArtifactDownloadReport in org.apache.ivy
Methods in org.apache.ivy that return ArtifactDownloadReportModifier and TypeMethodDescriptionMethods in org.apache.ivy that return types with arguments of type ArtifactDownloadReportModifier and TypeMethodDescriptionIvy14.determineArtifactsToCopy
(ModuleId moduleId, String[] confs, File cache, String destFilePattern, String destIvyPattern) Ivy14.determineArtifactsToCopy
(ModuleId moduleId, String[] confs, File cache, String destFilePattern, 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 ArtifactDownloadReportModifier and TypeMethodDescriptionprivate Collection<ArtifactDownloadReport>
IvyCacheTask.getAllArtifactReports()
protected List<ArtifactDownloadReport>
IvyCacheTask.getArtifactReports()
Methods in org.apache.ivy.ant with parameters of type ArtifactDownloadReportModifier and TypeMethodDescriptionprivate void
IvyArtifactReport.writeCacheLocationIfPresent
(RepositoryCacheManager cache, TransformerHandler saxHandler, ArtifactDownloadReport artifact) private void
IvyArtifactReport.writeOriginLocationIfPresent
(RepositoryCacheManager cache, TransformerHandler saxHandler, ArtifactDownloadReport artifact) Method parameters in org.apache.ivy.ant with type arguments of type ArtifactDownloadReportModifier and TypeMethodDescriptionprivate void
IvyArtifactReport.generateXml
(IvyNode[] dependencies, Map<ModuleRevisionId, Set<ArtifactDownloadReport>> moduleRevToArtifactsMap, Map<ArtifactDownloadReport, Set<String>> artifactsToCopy) (package private) File
IvyCacheFileset.requireCommonBaseDir
(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 ArtifactDownloadReportModifier and TypeMethodDescriptionDefaultRepositoryCacheManager.download
(Artifact artifact, ArtifactResourceResolver resourceResolver, ResourceDownloader resourceDownloader, CacheDownloadOptions options) RepositoryCacheManager.download
(Artifact artifact, ArtifactResourceResolver resourceResolver, ResourceDownloader resourceDownloader, CacheDownloadOptions options) Downloads an artifact to this cache.DefaultRepositoryCacheManager.downloadRepositoryResource
(Resource resource, String name, String type, String extension, CacheResourceOptions options, Repository repository) RepositoryCacheManager.downloadRepositoryResource
(Resource resource, String name, String type, 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 ArtifactDownloadReportModifier and TypeMethodDescriptionvoid
DownloadListener.endArtifactDownload
(RepositoryCacheManager cache, Artifact artifact, ArtifactDownloadReport adr, 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 ArtifactDownloadReportMethods in org.apache.ivy.core.event.download that return ArtifactDownloadReportConstructors in org.apache.ivy.core.event.download with parameters of type ArtifactDownloadReportModifierConstructorDescriptionEndArtifactDownloadEvent
(DependencyResolver resolver, Artifact artifact, ArtifactDownloadReport report, File dest) -
Uses of ArtifactDownloadReport in org.apache.ivy.core.event.retrieve
Fields in org.apache.ivy.core.event.retrieve declared as ArtifactDownloadReportMethods in org.apache.ivy.core.event.retrieve that return ArtifactDownloadReportConstructors in org.apache.ivy.core.event.retrieve with parameters of type ArtifactDownloadReportModifierConstructorDescriptionEndRetrieveArtifactEvent
(ArtifactDownloadReport report, File destFile) RetrieveArtifactEvent
(String name, ArtifactDownloadReport report, File destFile) StartRetrieveArtifactEvent
(ArtifactDownloadReport report, File destFile) -
Uses of ArtifactDownloadReport in org.apache.ivy.core.report
Subclasses of ArtifactDownloadReport in org.apache.ivy.core.reportFields in org.apache.ivy.core.report with type parameters of type ArtifactDownloadReportModifier and TypeFieldDescriptionprivate final Map<Artifact,
ArtifactDownloadReport> DownloadReport.artifacts
private Map<IvyNode,
List<ArtifactDownloadReport>> ConfigurationResolveReport.dependencyReports
Methods in org.apache.ivy.core.report that return ArtifactDownloadReportModifier and TypeMethodDescriptionstatic ArtifactDownloadReport[]
ConfigurationResolveReport.filterOutMergedArtifacts
(ArtifactDownloadReport[] allFailedReports) ConfigurationResolveReport.getAllArtifactsReports()
Get every report on the download requests.ResolveReport.getAllArtifactsReports()
Get every report on the download requests.DownloadReport.getArtifactReport
(Artifact artifact) ConfigurationResolveReport.getArtifactsReports
(DownloadStatus downloadStatus, boolean withEvicted) Get the report on the download requests.DownloadReport.getArtifactsReports()
DownloadReport.getArtifactsReports
(DownloadStatus status) ResolveReport.getArtifactsReports
(ModuleRevisionId mrid) ResolveReport.getArtifactsReports
(DownloadStatus downloadStatus, boolean withEvicted) Get the report on the download requests.ConfigurationResolveReport.getDownloadedArtifactsReports()
Get the report on the successful download requests with the evicted modulesConfigurationResolveReport.getDownloadReports
(ModuleRevisionId mrid) ConfigurationResolveReport.getFailedArtifactsReports()
Get the report on the failed download requests with the evicted modulesResolveReport.getFailedArtifactsReports()
Get every report on the download requests.Methods in org.apache.ivy.core.report with parameters of type ArtifactDownloadReportModifier and TypeMethodDescriptionvoid
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 ArtifactDownloadReportModifier and TypeMethodDescriptionResolveEngine.download
(ArtifactOrigin origin, DownloadOptions options) Materialize an artifact already located.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 ArtifactDownloadReportModifier and TypeFieldDescriptionprivate Map<File,
ArtifactDownloadReport> RetrieveReport.downloadReport
Methods in org.apache.ivy.core.retrieve that return types with arguments of type ArtifactDownloadReportModifier and TypeMethodDescriptionRetrieveEngine.determineArtifactsToCopy
(ModuleRevisionId mrid, String destFilePattern, RetrieveOptions options) private Comparator<ArtifactDownloadReport>
RetrieveEngine.getConflictResolvingPolicy()
The returned comparator should consider greater the artifact which gains the conflict battle.RetrieveReport.getDownloadReport()
Get the mapping between the copied files and their corresponding download reportMethods in org.apache.ivy.core.retrieve with parameters of type ArtifactDownloadReportModifier and TypeMethodDescriptionvoid
RetrieveReport.addCopiedFile
(File file, ArtifactDownloadReport report) void
RetrieveReport.addUpToDateFile
(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 ArtifactDownloadReportModifier and TypeFieldDescriptionprivate final Map<ModuleRevisionId,
List<ArtifactDownloadReport>> ArtifactReportManifestIterable.artifactReports
Constructor parameters in org.apache.ivy.osgi.repo with type arguments of type ArtifactDownloadReportModifierConstructorDescriptionArtifactReportManifestIterable
(List<ArtifactDownloadReport> reports, List<String> sourceTypes) -
Uses of ArtifactDownloadReport in org.apache.ivy.plugins.report
Fields in org.apache.ivy.plugins.report with type parameters of type ArtifactDownloadReportModifier and TypeFieldDescriptionprivate List<ArtifactDownloadReport>
XmlReportParser.SaxXmlReportParser.artifactReports
private List<ArtifactDownloadReport>
XmlReportParser.SaxXmlReportParser.XmlReportParserHandler.revisionArtifacts
private SortedMap<Integer,
List<ArtifactDownloadReport>> XmlReportParser.SaxXmlReportParser.XmlReportParserHandler.revisionsMap
Methods in org.apache.ivy.plugins.report that return ArtifactDownloadReportMethods in org.apache.ivy.plugins.report that return types with arguments of type ArtifactDownloadReport -
Uses of ArtifactDownloadReport in org.apache.ivy.plugins.resolver
Methods in org.apache.ivy.plugins.resolver that return ArtifactDownloadReportModifier and TypeMethodDescriptionAbstractResolver.download
(ArtifactOrigin artifact, DownloadOptions options) Default implementation downloads the artifact without taking advantage of its locationBasicResolver.download
(ArtifactOrigin origin, DownloadOptions options) ChainResolver.download
(ArtifactOrigin artifact, DownloadOptions options) DependencyResolver.download
(ArtifactOrigin artifact, DownloadOptions options) Download an artifact according to the given DownloadOptions.DualResolver.download
(ArtifactOrigin artifact, DownloadOptions options)