Uses of Class
org.apache.ivy.core.cache.CacheDownloadOptions
-
Packages that use CacheDownloadOptions Package Description org.apache.ivy.core.cache org.apache.ivy.plugins.resolver -
-
Uses of CacheDownloadOptions in org.apache.ivy.core.cache
Subclasses of CacheDownloadOptions in org.apache.ivy.core.cache Modifier and Type Class Description class
CacheMetadataOptions
class
CacheResourceOptions
Methods in org.apache.ivy.core.cache that return CacheDownloadOptions Modifier and Type Method Description CacheDownloadOptions
CacheDownloadOptions. setForce(boolean force)
CacheDownloadOptions
CacheDownloadOptions. setListener(DownloadListener listener)
Methods in org.apache.ivy.core.cache with parameters of type CacheDownloadOptions Modifier and Type Method Description ArtifactDownloadReport
DefaultRepositoryCacheManager. download(Artifact artifact, ArtifactResourceResolver resourceResolver, ResourceDownloader resourceDownloader, CacheDownloadOptions options)
ArtifactDownloadReport
RepositoryCacheManager. download(Artifact artifact, ArtifactResourceResolver resourceResolver, ResourceDownloader resourceDownloader, CacheDownloadOptions options)
Downloads an artifact to this cache.private void
DefaultRepositoryCacheManager. unpackArtifact(Artifact artifact, ArtifactDownloadReport adr, CacheDownloadOptions options)
-
Uses of CacheDownloadOptions in org.apache.ivy.plugins.resolver
Methods in org.apache.ivy.plugins.resolver that return CacheDownloadOptions Modifier and Type Method Description protected CacheDownloadOptions
AbstractResolver. getCacheDownloadOptions(DownloadOptions options)
-