public class GitWebConfig extends Object
Modifier and Type | Method and Description |
---|---|
File |
getGitLogoPNG() |
File |
getGitwebCGI() |
File |
getGitwebCSS() |
File |
getGitwebJS() |
com.google.gerrit.common.data.GitWebType |
getGitWebType() |
String |
getUrl() |
public com.google.gerrit.common.data.GitWebType getGitWebType()
public String getUrl()
public File getGitwebCGI()
public File getGitwebCSS()
gitweb.css
matching the CGI.public File getGitwebJS()
gitweb.js
for the CGI.public File getGitLogoPNG()
git-logo.png
for the CGI.