Package com.google.gerrit.server.group
Class SystemGroupBackend.NameCheck
java.lang.Object
com.google.gerrit.server.group.SystemGroupBackend.NameCheck
- All Implemented Interfaces:
StartupCheck
- Enclosing class:
SystemGroupBackend
-
Method Summary
Modifier and TypeMethodDescriptionvoid
check()
Performs Gerrit startup check, can abort startup by throwingStartupException
.
-
Method Details
-
check
Description copied from interface:StartupCheck
Performs Gerrit startup check, can abort startup by throwingStartupException
.Called on Gerrit startup after all
LifecycleListener
have been invoked.- Specified by:
check
in interfaceStartupCheck
- Throws:
StartupException
- thrown if Gerrit startup should be aborted
-