WebRepositoryIntegrationpublic class ViewVcIntegration extends ViewCvsIntegration
| Constructor | Description |
|---|---|
ViewVcIntegration(java.lang.String baseURL) |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getDiffUrl(Revision oldRevision,
Revision newRevision) |
Returns a URL to a diff in the web repository browser.
|
protected java.lang.String |
getFileUrl(VersionedFile file,
java.lang.String parameter) |
|
java.lang.String |
getName() |
Returns the name of the repository browser
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBaseUrl, getDirectoryUrl, getFileHistoryUrl, getFileViewUrl, getFileViewUrl, getPostfix, isInAttic, setAtticFileNamespublic ViewVcIntegration(java.lang.String baseURL)
baseURL - base URL of the ViewVC installationpublic java.lang.String getName()
WebRepositoryIntegrationgetName in interface WebRepositoryIntegrationgetName in class ViewCvsIntegrationnet.sf.statsvn.output.WebRepositoryIntegration#getNameprotected java.lang.String getFileUrl(VersionedFile file, java.lang.String parameter)
getFileUrl in class ViewCvsIntegrationpublic java.lang.String getDiffUrl(Revision oldRevision, Revision newRevision)
WebRepositoryIntegrationgetDiffUrl in interface WebRepositoryIntegrationgetDiffUrl in class ViewCvsIntegrationoldRevision - the old revisionnewRevision - the new revisionWebRepositoryIntegration.getDiffUrl(net.sf.statcvs.model.Revision, net.sf.statcvs.model.Revision)