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 DownloadReport
AntWorkspaceResolver.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 void
ConfigurationResolveReport. 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 DownloadReport
BasicResolver. download(Artifact[] artifacts, DownloadOptions options)
DownloadReport
CacheResolver. download(Artifact[] artifacts, DownloadOptions options)
Deprecated.DownloadReport
ChainResolver. download(Artifact[] artifacts, DownloadOptions options)
DownloadReport
DependencyResolver. download(Artifact[] artifacts, DownloadOptions options)
Download artifacts with specified DownloadOptions.DownloadReport
DualResolver. download(Artifact[] artifacts, DownloadOptions options)
DownloadReport
IBiblioResolver. download(Artifact[] artifacts, DownloadOptions options)
DownloadReport
IvyRepResolver. download(Artifact[] artifacts, DownloadOptions options)
DownloadReport
RepositoryResolver. download(Artifact[] artifacts, DownloadOptions options)
-