Uses of Interface
org.apache.ivy.core.cache.DownloadListener
-
Packages that use DownloadListener Package Description org.apache.ivy.core.cache org.apache.ivy.plugins.resolver -
-
Uses of DownloadListener in org.apache.ivy.core.cache
Fields in org.apache.ivy.core.cache declared as DownloadListener Modifier and Type Field Description private DownloadListenerCacheDownloadOptions. listenerMethods in org.apache.ivy.core.cache that return DownloadListener Modifier and Type Method Description DownloadListenerCacheDownloadOptions. getListener()Methods in org.apache.ivy.core.cache with parameters of type DownloadListener Modifier and Type Method Description CacheDownloadOptionsCacheDownloadOptions. setListener(DownloadListener listener) -
Uses of DownloadListener in org.apache.ivy.plugins.resolver
Methods in org.apache.ivy.plugins.resolver that return DownloadListener Modifier and Type Method Description private DownloadListenerAbstractResolver. getDownloadListener(DownloadOptions options)
-