net.sf.statcvs.output
public class ViewVcIntegration extends ViewCvsIntegration
Constructor and Description |
---|
ViewVcIntegration(String baseURL) |
Modifier and Type | Method and Description |
---|---|
String |
getDiffUrl(Revision oldRevision,
Revision newRevision)
Returns a URL to a diff in the web repository browser.
|
protected String |
getFileUrl(VersionedFile file,
String parameter) |
String |
getName()
Returns the name of the repository browser
|
getBaseUrl, getDirectoryUrl, getFileHistoryUrl, getFileViewUrl, getFileViewUrl, getPostfix, isInAttic, setAtticFileNames
public ViewVcIntegration(String baseURL)
baseURL
- base URL of the ViewVC installationpublic String getName()
WebRepositoryIntegration
getName
in interface WebRepositoryIntegration
getName
in class ViewCvsIntegration
net.sf.statsvn.output.WebRepositoryIntegration#getName
protected String getFileUrl(VersionedFile file, String parameter)
getFileUrl
in class ViewCvsIntegration
public String getDiffUrl(Revision oldRevision, Revision newRevision)
WebRepositoryIntegration
getDiffUrl
in interface WebRepositoryIntegration
getDiffUrl
in class ViewCvsIntegration
oldRevision
- the old revisionnewRevision
- the new revisionWebRepositoryIntegration.getDiffUrl(net.sf.statcvs.model.Revision, net.sf.statcvs.model.Revision)