Package org.apache.ivy.core.cache
Class CacheDownloadOptions
- java.lang.Object
-
- org.apache.ivy.core.cache.CacheDownloadOptions
-
- Direct Known Subclasses:
CacheMetadataOptions
,CacheResourceOptions
public class CacheDownloadOptions extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CacheDownloadOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DownloadListener
getListener()
boolean
isForce()
CacheDownloadOptions
setForce(boolean force)
CacheDownloadOptions
setListener(DownloadListener listener)
-
-
-
Method Detail
-
getListener
public DownloadListener getListener()
-
setListener
public CacheDownloadOptions setListener(DownloadListener listener)
-
isForce
public boolean isForce()
-
setForce
public CacheDownloadOptions setForce(boolean force)
-
-