Uses of Class
org.apache.ivy.core.resolve.DownloadOptions
-
Packages that use DownloadOptions Package Description org.apache.ivy.ant org.apache.ivy.core.resolve org.apache.ivy.plugins.resolver -
-
Uses of DownloadOptions in org.apache.ivy.ant
Methods in org.apache.ivy.ant with parameters of type DownloadOptions Modifier and Type Method Description DownloadReport
AntWorkspaceResolver.Resolver. download(Artifact[] artifacts, DownloadOptions options)
-
Uses of DownloadOptions in org.apache.ivy.core.resolve
Methods in org.apache.ivy.core.resolve with parameters of type DownloadOptions Modifier and Type Method Description ArtifactDownloadReport
ResolveEngine. download(ArtifactOrigin origin, DownloadOptions options)
Materialize an artifact already located.ArtifactDownloadReport
ResolveEngine. download(Artifact artifact, DownloadOptions options)
Download an artifact to the cache.void
ResolveEngine. downloadArtifacts(ResolveReport report, Filter<Artifact> artifactFilter, DownloadOptions options)
-
Uses of DownloadOptions in org.apache.ivy.plugins.resolver
Methods in org.apache.ivy.plugins.resolver that return DownloadOptions Modifier and Type Method Description protected DownloadOptions
AbstractResolver. getDownloadOptions(ResolveOptions options)
Methods in org.apache.ivy.plugins.resolver with parameters of type DownloadOptions Modifier and Type Method Description ArtifactDownloadReport
AbstractResolver. download(ArtifactOrigin artifact, DownloadOptions options)
Default implementation downloads the artifact without taking advantage of its locationArtifactDownloadReport
BasicResolver. download(ArtifactOrigin origin, DownloadOptions options)
DownloadReport
BasicResolver. download(Artifact[] artifacts, DownloadOptions options)
DownloadReport
CacheResolver. download(Artifact[] artifacts, DownloadOptions options)
Deprecated.ArtifactDownloadReport
ChainResolver. download(ArtifactOrigin artifact, DownloadOptions options)
DownloadReport
ChainResolver. download(Artifact[] artifacts, DownloadOptions options)
ArtifactDownloadReport
DependencyResolver. download(ArtifactOrigin artifact, DownloadOptions options)
Download an artifact according to the given DownloadOptions.DownloadReport
DependencyResolver. download(Artifact[] artifacts, DownloadOptions options)
Download artifacts with specified DownloadOptions.ArtifactDownloadReport
DualResolver. download(ArtifactOrigin artifact, DownloadOptions options)
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)
protected CacheDownloadOptions
AbstractResolver. getCacheDownloadOptions(DownloadOptions options)
private DownloadListener
AbstractResolver. getDownloadListener(DownloadOptions options)
-