Class GitwebCgiConfig

java.lang.Object
com.google.gerrit.server.config.GitwebCgiConfig

public class GitwebCgiConfig extends Object
  • Method Details

    • disabled

      public GitwebCgiConfig disabled()
    • getGitwebCgi

      public Path getGitwebCgi()
      Returns local path to the CGI executable; null if we shouldn't execute.
    • getGitwebCss

      public Path getGitwebCss()
      Returns local path of the gitweb.css matching the CGI.
    • getGitwebJs

      public Path getGitwebJs()
      Returns local path of the gitweb.js for the CGI.
    • getGitLogoPng

      public Path getGitLogoPng()
      Returns local path of the git-logo.png for the CGI.