org.apache.ivy.core.cache
Class CacheDownloadOptions

java.lang.Object
  extended by org.apache.ivy.core.cache.CacheDownloadOptions
Direct Known Subclasses:
CacheMetadataOptions

public class CacheDownloadOptions
extends java.lang.Object


Constructor Summary
CacheDownloadOptions()
           
 
Method Summary
 DownloadListener getListener()
           
 boolean isForce()
           
 boolean isUseOrigin()
           
 CacheDownloadOptions setForce(boolean force)
           
 CacheDownloadOptions setListener(DownloadListener listener)
           
 CacheDownloadOptions setUseOrigin(boolean useOrigin)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheDownloadOptions

public CacheDownloadOptions()
Method Detail

isUseOrigin

public boolean isUseOrigin()

setUseOrigin

public CacheDownloadOptions setUseOrigin(boolean useOrigin)

getListener

public DownloadListener getListener()

setListener

public CacheDownloadOptions setListener(DownloadListener listener)

isForce

public boolean isForce()

setForce

public CacheDownloadOptions setForce(boolean force)