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 DownloadListener
CacheDownloadOptions. listener
Methods in org.apache.ivy.core.cache that return DownloadListener Modifier and Type Method Description DownloadListener
CacheDownloadOptions. getListener()
Methods in org.apache.ivy.core.cache with parameters of type DownloadListener Modifier and Type Method Description CacheDownloadOptions
CacheDownloadOptions. 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 DownloadListener
AbstractResolver. getDownloadListener(DownloadOptions options)
-