Uses of Class
org.apache.ivy.core.report.DownloadReport
-
Packages that use DownloadReport Package Description org.apache.ivy.ant org.apache.ivy.core.report org.apache.ivy.plugins.resolver -
-
Uses of DownloadReport in org.apache.ivy.ant
Methods in org.apache.ivy.ant that return DownloadReport Modifier and Type Method Description DownloadReportAntWorkspaceResolver.Resolver. download(Artifact[] artifacts, DownloadOptions options) -
Uses of DownloadReport in org.apache.ivy.core.report
Methods in org.apache.ivy.core.report with parameters of type DownloadReport Modifier and Type Method Description voidConfigurationResolveReport. addDependency(IvyNode node, DownloadReport report) -
Uses of DownloadReport in org.apache.ivy.plugins.resolver
Methods in org.apache.ivy.plugins.resolver that return DownloadReport Modifier and Type Method Description DownloadReportBasicResolver. download(Artifact[] artifacts, DownloadOptions options)DownloadReportCacheResolver. download(Artifact[] artifacts, DownloadOptions options)Deprecated.DownloadReportChainResolver. download(Artifact[] artifacts, DownloadOptions options)DownloadReportDependencyResolver. download(Artifact[] artifacts, DownloadOptions options)Download artifacts with specified DownloadOptions.DownloadReportDualResolver. download(Artifact[] artifacts, DownloadOptions options)DownloadReportIBiblioResolver. download(Artifact[] artifacts, DownloadOptions options)DownloadReportIvyRepResolver. download(Artifact[] artifacts, DownloadOptions options)DownloadReportRepositoryResolver. download(Artifact[] artifacts, DownloadOptions options)
-