WebRepositoryIntegration
public 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, wait
getBaseUrl, getDirectoryUrl, getFileHistoryUrl, getFileViewUrl, getFileViewUrl, getPostfix, isInAttic, setAtticFileNames
public ViewVcIntegration(java.lang.String baseURL)
baseURL
- base URL of the ViewVC installationpublic java.lang.String getName()
WebRepositoryIntegration
getName
in interface WebRepositoryIntegration
getName
in class ViewCvsIntegration
net.sf.statsvn.output.WebRepositoryIntegration#getName
protected java.lang.String getFileUrl(VersionedFile file, java.lang.String parameter)
getFileUrl
in class ViewCvsIntegration
public java.lang.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)