public static interface FileHashCache.FileHashCacheVerificationResult
Modifier and Type | Method and Description |
---|---|
int |
getCachesExamined() |
int |
getFilesExamined() |
com.google.common.collect.ImmutableList<String> |
getVerificationErrors() |
static FileHashCache.FileHashCacheVerificationResult |
of(int cachesExamined,
int filesExamined) |
static FileHashCache.FileHashCacheVerificationResult |
of(int cachesExamined,
int filesExamined,
com.google.common.collect.ImmutableList<String> verificationErrors) |
int getCachesExamined()
int getFilesExamined()
com.google.common.collect.ImmutableList<String> getVerificationErrors()
static FileHashCache.FileHashCacheVerificationResult of(int cachesExamined, int filesExamined)
static FileHashCache.FileHashCacheVerificationResult of(int cachesExamined, int filesExamined, com.google.common.collect.ImmutableList<String> verificationErrors)