Uses of Class
org.apache.ivy.core.resolve.DownloadOptions
Packages that use DownloadOptions
-
Uses of DownloadOptions in org.apache.ivy.ant
Methods in org.apache.ivy.ant with parameters of type DownloadOptionsModifier and TypeMethodDescriptionAntWorkspaceResolver.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 DownloadOptionsModifier and TypeMethodDescriptionResolveEngine.download(ArtifactOrigin origin, DownloadOptions options) Materialize an artifact already located.ResolveEngine.download(Artifact artifact, DownloadOptions options) Download an artifact to the cache.voidResolveEngine.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 DownloadOptionsModifier and TypeMethodDescriptionprotected DownloadOptionsAbstractResolver.getDownloadOptions(ResolveOptions options) Methods in org.apache.ivy.plugins.resolver with parameters of type DownloadOptionsModifier and TypeMethodDescriptionAbstractResolver.download(ArtifactOrigin artifact, DownloadOptions options) Default implementation downloads the artifact without taking advantage of its locationBasicResolver.download(ArtifactOrigin origin, DownloadOptions options) BasicResolver.download(Artifact[] artifacts, DownloadOptions options) CacheResolver.download(Artifact[] artifacts, DownloadOptions options) Deprecated.ChainResolver.download(ArtifactOrigin artifact, DownloadOptions options) ChainResolver.download(Artifact[] artifacts, DownloadOptions options) DependencyResolver.download(ArtifactOrigin artifact, DownloadOptions options) Download an artifact according to the given DownloadOptions.DependencyResolver.download(Artifact[] artifacts, DownloadOptions options) Download artifacts with specified DownloadOptions.DualResolver.download(ArtifactOrigin artifact, DownloadOptions options) DualResolver.download(Artifact[] artifacts, DownloadOptions options) IBiblioResolver.download(Artifact[] artifacts, DownloadOptions options) IvyRepResolver.download(Artifact[] artifacts, DownloadOptions options) RepositoryResolver.download(Artifact[] artifacts, DownloadOptions options) protected CacheDownloadOptionsAbstractResolver.getCacheDownloadOptions(DownloadOptions options) private DownloadListenerAbstractResolver.getDownloadListener(DownloadOptions options)