Interface ExternalIdsConsistencyChecker
- All Known Implementing Classes:
ExternalIdsConsistencyCheckerNoteDbImpl
public interface ExternalIdsConsistencyChecker
-
Method Summary
Modifier and TypeMethodDescriptioncheck
(AccountCache accountCache) check
(AccountCache accountCache, org.eclipse.jgit.lib.ObjectId rev)
-
Method Details
-
check
List<ConsistencyCheckInfo.ConsistencyProblemInfo> check(AccountCache accountCache) throws IOException, org.eclipse.jgit.errors.ConfigInvalidException - Throws:
IOException
org.eclipse.jgit.errors.ConfigInvalidException
-
check
List<ConsistencyCheckInfo.ConsistencyProblemInfo> check(AccountCache accountCache, org.eclipse.jgit.lib.ObjectId rev) throws IOException, org.eclipse.jgit.errors.ConfigInvalidException - Throws:
IOException
org.eclipse.jgit.errors.ConfigInvalidException
-