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 voidIvyArtifactReport.writeCacheLocationIfPresent(RepositoryCacheManager cache, TransformerHandler saxHandler, ArtifactDownloadReport artifact) private voidIvyArtifactReport.writeOriginLocationIfPresent(RepositoryCacheManager cache, TransformerHandler saxHandler, ArtifactDownloadReport artifact) Method parameters in org.apache.ivy.ant with type arguments of type ArtifactDownloadReportModifier and TypeMethodDescriptionprivate voidIvyArtifactReport.generateXml(IvyNode[] dependencies, Map<ModuleRevisionId, Set<ArtifactDownloadReport>> moduleRevToArtifactsMap, Map<ArtifactDownloadReport, Set<String>> artifactsToCopy) (package private) FileIvyCacheFileset.requireCommonBaseDir(List<ArtifactDownloadReport> artifactDownloadReports) Returns a common base directory, determined from thelocal filesof 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 TypeMethodDescriptionvoidDownloadListener.endArtifactDownload(RepositoryCacheManager cache, Artifact artifact, ArtifactDownloadReport adr, File archiveFile) private voidDefaultRepositoryCacheManager.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.artifactsprivate Map<IvyNode,List<ArtifactDownloadReport>> ConfigurationResolveReport.dependencyReportsMethods 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 TypeMethodDescriptionvoidDownloadReport.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.downloadReportMethods 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 TypeMethodDescriptionvoidRetrieveReport.addCopiedFile(File file, ArtifactDownloadReport report) voidRetrieveReport.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.artifactReportsConstructor 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.artifactReportsprivate List<ArtifactDownloadReport>XmlReportParser.SaxXmlReportParser.XmlReportParserHandler.revisionArtifactsprivate SortedMap<Integer,List<ArtifactDownloadReport>> XmlReportParser.SaxXmlReportParser.XmlReportParserHandler.revisionsMapMethods 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)