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()
Returns local path of thegit-logo.png
for the CGI.Path
getGitwebCgi()
Returns local path to the CGI executable; null if we shouldn't execute.Path
getGitwebCss()
Returns local path of thegitweb.css
matching the CGI.Path
getGitwebJs()
Returns local path of thegitweb.js
for the CGI.
-
-
-
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 thegitweb.css
matching the CGI.
-
getGitwebJs
public Path getGitwebJs()
Returns local path of thegitweb.js
for the CGI.
-
getGitLogoPng
public Path getGitLogoPng()
Returns local path of thegit-logo.png
for the CGI.
-
-