Class GerritServerIdProvider

  • All Implemented Interfaces:
    com.google.inject.Provider<String>, javax.inject.Provider<String>

    public class GerritServerIdProvider
    extends Object
    implements com.google.inject.Provider<String>
    • Constructor Detail

      • 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 Detail

      • generate

        public static String generate()
      • get

        public String get()
        Specified by:
        get in interface com.google.inject.Provider<String>
        Specified by:
        get in interface javax.inject.Provider<String>