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 ArtifactDownloadReportIvy14. 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 voidIvyArtifactReport. writeCacheLocationIfPresent(RepositoryCacheManager cache, javax.xml.transform.sax.TransformerHandler saxHandler, ArtifactDownloadReport artifact)private voidIvyArtifactReport. 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 voidIvyArtifactReport. 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.FileIvyCacheFileset. requireCommonBaseDir(java.util.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 ArtifactDownloadReport Modifier and Type Method Description ArtifactDownloadReportDefaultRepositoryCacheManager. download(Artifact artifact, ArtifactResourceResolver resourceResolver, ResourceDownloader resourceDownloader, CacheDownloadOptions options)ArtifactDownloadReportRepositoryCacheManager. download(Artifact artifact, ArtifactResourceResolver resourceResolver, ResourceDownloader resourceDownloader, CacheDownloadOptions options)Downloads an artifact to this cache.ArtifactDownloadReportDefaultRepositoryCacheManager. downloadRepositoryResource(Resource resource, java.lang.String name, java.lang.String type, java.lang.String extension, CacheResourceOptions options, Repository repository)ArtifactDownloadReportRepositoryCacheManager. 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 voidDownloadListener. endArtifactDownload(RepositoryCacheManager cache, Artifact artifact, ArtifactDownloadReport adr, java.io.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 ArtifactDownloadReport Modifier and Type Field Description private ArtifactDownloadReportEndArtifactDownloadEvent. reportMethods in org.apache.ivy.core.event.download that return ArtifactDownloadReport Modifier and Type Method Description ArtifactDownloadReportEndArtifactDownloadEvent. 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 ArtifactDownloadReportRetrieveArtifactEvent. reportMethods in org.apache.ivy.core.event.retrieve that return ArtifactDownloadReport Modifier and Type Method Description ArtifactDownloadReportRetrieveArtifactEvent. 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 classMetadataArtifactDownloadReportFields in org.apache.ivy.core.report with type parameters of type ArtifactDownloadReport Modifier and Type Field Description private java.util.Map<Artifact,ArtifactDownloadReport>DownloadReport. artifactsprivate java.util.Map<IvyNode,java.util.List<ArtifactDownloadReport>>ConfigurationResolveReport. dependencyReportsMethods 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.ArtifactDownloadReportDownloadReport. 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 voidDownloadReport. 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 ArtifactDownloadReportResolveEngine. download(ArtifactOrigin origin, DownloadOptions options)Materialize an artifact already located.ArtifactDownloadReportResolveEngine. 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. downloadReportMethods 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 voidRetrieveReport. addCopiedFile(java.io.File file, ArtifactDownloadReport report)voidRetrieveReport. 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. artifactReportsConstructor 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. artifactReportsprivate java.util.List<ArtifactDownloadReport>XmlReportParser.SaxXmlReportParser.XmlReportParserHandler. revisionArtifactsprivate java.util.SortedMap<java.lang.Integer,java.util.List<ArtifactDownloadReport>>XmlReportParser.SaxXmlReportParser.XmlReportParserHandler. revisionsMapMethods 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 ArtifactDownloadReportAbstractResolver. download(ArtifactOrigin artifact, DownloadOptions options)Default implementation downloads the artifact without taking advantage of its locationArtifactDownloadReportBasicResolver. download(ArtifactOrigin origin, DownloadOptions options)ArtifactDownloadReportChainResolver. download(ArtifactOrigin artifact, DownloadOptions options)ArtifactDownloadReportDependencyResolver. download(ArtifactOrigin artifact, DownloadOptions options)Download an artifact according to the given DownloadOptions.ArtifactDownloadReportDualResolver. download(ArtifactOrigin artifact, DownloadOptions options)
-