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
public static class SystemGroupBackend.NameCheck extends Object implements StartupCheck
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
check()
Performs Gerrit startup check, can abort startup by throwingStartupException
.
-
-
-
Method Detail
-
check
public void check() throws StartupException
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
-
-