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()
getNamespace
public Namespace getNamespace()
setNamespace
public CacheMetadataOptions setNamespace(Namespace namespace)
isValidate
public boolean isValidate()
setValidate
public CacheMetadataOptions setValidate(boolean validate)
isCheckmodified
public java.lang.Boolean isCheckmodified()
setCheckmodified
public CacheMetadataOptions setCheckmodified(java.lang.Boolean isCheckmodified)
getChangingMatcherName
public java.lang.String getChangingMatcherName()
setChangingMatcherName
public CacheMetadataOptions setChangingMatcherName(java.lang.String changingMatcherName)
getChangingPattern
public java.lang.String getChangingPattern()
setChangingPattern
public CacheMetadataOptions setChangingPattern(java.lang.String changingPattern)
setCheckTTL
public CacheMetadataOptions setCheckTTL(boolean checkTTL)
isCheckTTL
public boolean isCheckTTL()