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