org.apache.ivy.core.cache
Class CacheMetadataOptions
java.lang.Object
org.apache.ivy.core.cache.CacheDownloadOptions
org.apache.ivy.core.cache.CacheMetadataOptions
public class CacheMetadataOptions
- extends CacheDownloadOptions
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CacheMetadataOptions
public CacheMetadataOptions()
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)