org.apache.ivy.core.cache
public class CacheMetadataOptions extends CacheDownloadOptions
Method Summary | |
---|---|
String | getChangingMatcherName() |
String | getChangingPattern() |
Namespace | getNamespace() |
Boolean | isCheckmodified() |
boolean | isValidate() |
CacheMetadataOptions | setChangingMatcherName(String changingMatcherName) |
CacheMetadataOptions | setChangingPattern(String changingPattern) |
CacheMetadataOptions | setCheckmodified(Boolean isCheckmodified) |
CacheMetadataOptions | setNamespace(Namespace namespace) |
CacheMetadataOptions | setValidate(boolean validate) |