Package com.google.gerrit.server.config
Class GitwebCgiConfig
java.lang.Object
com.google.gerrit.server.config.GitwebCgiConfig
-
Method Summary
Modifier and TypeMethodDescriptiondisabled()
Returns local path of thegit-logo.png
for the CGI.Returns local path to the CGI executable; null if we shouldn't execute.Returns local path of thegitweb.css
matching the CGI.Returns local path of thegitweb.js
for the CGI.
-
Method Details
-
disabled
-
getGitwebCgi
Returns local path to the CGI executable; null if we shouldn't execute. -
getGitwebCss
Returns local path of thegitweb.css
matching the CGI. -
getGitwebJs
Returns local path of thegitweb.js
for the CGI. -
getGitLogoPng
Returns local path of thegit-logo.png
for the CGI.
-