Package com.google.gerrit.server.config
Class GitwebCgiConfig
- java.lang.Object
-
- com.google.gerrit.server.config.GitwebCgiConfig
-
public class GitwebCgiConfig extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GitwebCgiConfig
disabled()
Path
getGitLogoPng()
Path
getGitwebCgi()
Path
getGitwebCss()
Path
getGitwebJs()
-
-
-
Method Detail
-
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.
-
-