public class GitwebCgiConfig
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
GitwebCgiConfig |
disabled() |
java.nio.file.Path |
getGitLogoPng() |
java.nio.file.Path |
getGitwebCgi() |
java.nio.file.Path |
getGitwebCss() |
java.nio.file.Path |
getGitwebJs() |
public GitwebCgiConfig disabled()
public java.nio.file.Path getGitwebCgi()
public java.nio.file.Path getGitwebCss()
gitweb.css
matching the CGI.public java.nio.file.Path getGitwebJs()
gitweb.js
for the CGI.public java.nio.file.Path getGitLogoPng()
git-logo.png
for the CGI.