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 DownloadReportAntWorkspaceResolver.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 ArtifactDownloadReportResolveEngine. download(ArtifactOrigin origin, DownloadOptions options)Materialize an artifact already located.ArtifactDownloadReportResolveEngine. 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 DownloadOptions Modifier and Type Method Description protected DownloadOptionsAbstractResolver. getDownloadOptions(ResolveOptions options)Methods in org.apache.ivy.plugins.resolver with parameters of type DownloadOptions 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)DownloadReportBasicResolver. download(Artifact[] artifacts, DownloadOptions options)DownloadReportCacheResolver. download(Artifact[] artifacts, DownloadOptions options)Deprecated.ArtifactDownloadReportChainResolver. download(ArtifactOrigin artifact, DownloadOptions options)DownloadReportChainResolver. download(Artifact[] artifacts, DownloadOptions options)ArtifactDownloadReportDependencyResolver. download(ArtifactOrigin artifact, DownloadOptions options)Download an artifact according to the given DownloadOptions.DownloadReportDependencyResolver. download(Artifact[] artifacts, DownloadOptions options)Download artifacts with specified DownloadOptions.ArtifactDownloadReportDualResolver. download(ArtifactOrigin artifact, DownloadOptions options)DownloadReportDualResolver. download(Artifact[] artifacts, DownloadOptions options)DownloadReportIBiblioResolver. download(Artifact[] artifacts, DownloadOptions options)DownloadReportIvyRepResolver. download(Artifact[] artifacts, DownloadOptions options)DownloadReportRepositoryResolver. download(Artifact[] artifacts, DownloadOptions options)protected CacheDownloadOptionsAbstractResolver. getCacheDownloadOptions(DownloadOptions options)private DownloadListenerAbstractResolver. getDownloadListener(DownloadOptions options)
-