public class GroupsNoteDbConsistencyChecker
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
GroupsNoteDbConsistencyChecker.Result
The result of a consistency check.
|
Modifier and Type | Method and Description |
---|---|
GroupsNoteDbConsistencyChecker.Result |
check(org.eclipse.jgit.lib.Repository allUsersRepo)
Checks for problems with the given All-Users repo.
|
static void |
ensureConsistentWithGroupNameNotes(org.eclipse.jgit.lib.Repository allUsersRepo,
InternalGroup group) |
static void |
logConsistencyProblem(ConsistencyCheckInfo.ConsistencyProblemInfo p) |
static void |
logConsistencyProblemAsWarning(java.lang.String fmt,
java.lang.Object... args) |
static void |
logFailToLoadFromGroupRefAsWarning(AccountGroup.UUID uuid) |
public GroupsNoteDbConsistencyChecker.Result check(org.eclipse.jgit.lib.Repository allUsersRepo) throws java.io.IOException
java.io.IOException
public static void ensureConsistentWithGroupNameNotes(org.eclipse.jgit.lib.Repository allUsersRepo, InternalGroup group) throws java.io.IOException
java.io.IOException
public static void logConsistencyProblemAsWarning(java.lang.String fmt, java.lang.Object... args)
public static void logConsistencyProblem(ConsistencyCheckInfo.ConsistencyProblemInfo p)
public static void logFailToLoadFromGroupRefAsWarning(AccountGroup.UUID uuid)