org.apache.ivy.core.cache
Class CacheMetadataOptions

java.lang.Object
  extended by org.apache.ivy.core.cache.CacheDownloadOptions
      extended by org.apache.ivy.core.cache.CacheMetadataOptions

public class CacheMetadataOptions
extends CacheDownloadOptions


Constructor Summary
CacheMetadataOptions()
           
 
Method Summary
 Namespace getNamespace()
           
 boolean isChanging()
           
 boolean isCheckmodified()
           
 boolean isValidate()
           
 CacheMetadataOptions setChanging(boolean isChanging)
           
 CacheMetadataOptions setCheckmodified(boolean isCheckmodified)
           
 CacheMetadataOptions setNamespace(Namespace namespace)
           
 CacheMetadataOptions setValidate(boolean validate)
           
 
Methods inherited from class org.apache.ivy.core.cache.CacheDownloadOptions
getListener, isForce, isUseOrigin, setForce, setListener, setUseOrigin
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheMetadataOptions

public CacheMetadataOptions()
Method Detail

isChanging

public boolean isChanging()

setChanging

public CacheMetadataOptions setChanging(boolean isChanging)

getNamespace

public Namespace getNamespace()

setNamespace

public CacheMetadataOptions setNamespace(Namespace namespace)

isValidate

public boolean isValidate()

setValidate

public CacheMetadataOptions setValidate(boolean validate)

isCheckmodified

public boolean isCheckmodified()

setCheckmodified

public CacheMetadataOptions setCheckmodified(boolean isCheckmodified)