Uses of Class
org.apache.ivy.core.cache.CacheResourceOptions
-
Packages that use CacheResourceOptions Package Description org.apache.ivy.core.cache org.apache.ivy.osgi.updatesite -
-
Uses of CacheResourceOptions in org.apache.ivy.core.cache
Methods in org.apache.ivy.core.cache with parameters of type CacheResourceOptions Modifier and Type Method Description ArtifactDownloadReport
DefaultRepositoryCacheManager. downloadRepositoryResource(Resource resource, java.lang.String name, java.lang.String type, java.lang.String extension, CacheResourceOptions options, Repository repository)
ArtifactDownloadReport
RepositoryCacheManager. downloadRepositoryResource(Resource resource, java.lang.String name, java.lang.String type, java.lang.String extension, CacheResourceOptions options, Repository repository)
Download some repository resource and put it in the cache. -
Uses of CacheResourceOptions in org.apache.ivy.osgi.updatesite
Fields in org.apache.ivy.osgi.updatesite declared as CacheResourceOptions Modifier and Type Field Description private CacheResourceOptions
UpdateSiteLoader. options
Constructors in org.apache.ivy.osgi.updatesite with parameters of type CacheResourceOptions Constructor Description UpdateSiteLoader(RepositoryCacheManager repositoryCacheManager, EventManager eventManager, CacheResourceOptions options, TimeoutConstraint timeoutConstraint)
-