org.apache.ivy.core.resolve
Class DownloadOptions

java.lang.Object
  extended by org.apache.ivy.core.resolve.DownloadOptions

public class DownloadOptions
extends java.lang.Object


Constructor Summary
DownloadOptions(IvySettings settings, java.io.File cache)
           
DownloadOptions(RepositoryCacheManager cacheManager)
           
DownloadOptions(RepositoryCacheManager cacheManager, boolean useOrigin)
           
 
Method Summary
 RepositoryCacheManager getCacheManager()
           
 boolean isUseOrigin()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DownloadOptions

public DownloadOptions(IvySettings settings,
                       java.io.File cache)

DownloadOptions

public DownloadOptions(RepositoryCacheManager cacheManager)

DownloadOptions

public DownloadOptions(RepositoryCacheManager cacheManager,
                       boolean useOrigin)
Method Detail

isUseOrigin

public boolean isUseOrigin()

getCacheManager

public RepositoryCacheManager getCacheManager()