Package com.google.gerrit.server.config
Class GerritServerIdProvider
java.lang.Object
com.google.gerrit.server.config.GerritServerIdProvider
- All Implemented Interfaces:
com.google.inject.Provider<String>
,jakarta.inject.Provider<String>
,javax.inject.Provider<String>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGerritServerIdProvider
(org.eclipse.jgit.lib.Config cfg, SitePaths sitePaths) -
Method Summary
-
Field Details
-
SECTION
- See Also:
-
KEY
- See Also:
-
-
Constructor Details
-
GerritServerIdProvider
@Inject public GerritServerIdProvider(org.eclipse.jgit.lib.Config cfg, SitePaths sitePaths) throws IOException, org.eclipse.jgit.errors.ConfigInvalidException - Throws:
IOException
org.eclipse.jgit.errors.ConfigInvalidException
-
-
Method Details