|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.sf.statcvs.output.ViewCvsIntegration
Integration of ViewCVS
Constructor Summary | |
ViewCvsIntegration(java.lang.String baseURL)
|
Method Summary | |
java.lang.String |
getDiffUrl(CvsRevision oldRevision,
CvsRevision newRevision)
Returns a URL to a diff in the web repository browser. |
java.lang.String |
getDirectoryUrl(Directory directory)
Returns a URL to a directory in the web repository browser |
java.lang.String |
getFileHistoryUrl(CvsFile file)
Returns a URL to a file in the web repository browser. |
java.lang.String |
getFileViewUrl(CvsFile file)
Returns a URL to a file in the web repository browser. |
java.lang.String |
getFileViewUrl(CvsRevision revision)
Returns a URL to a file in the web repository browser. |
java.lang.String |
getName()
Returns the name of the repository browser |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ViewCvsIntegration(java.lang.String baseURL)
baseURL
- base URL of the ViewCVS installationMethod Detail |
public java.lang.String getName()
WebRepositoryIntegration
getName
in interface WebRepositoryIntegration
WebRepositoryIntegration.getName()
public java.lang.String getDirectoryUrl(Directory directory)
WebRepositoryIntegration
getDirectoryUrl
in interface WebRepositoryIntegration
directory
- the directory
WebRepositoryIntegration.getDirectoryUrl(net.sf.statcvs.model.Directory)
public java.lang.String getFileHistoryUrl(CvsFile file)
WebRepositoryIntegration
getFileHistoryUrl
in interface WebRepositoryIntegration
file
- the file
WebRepositoryIntegration.getFileHistoryUrl(net.sf.statcvs.model.CvsFile)
public java.lang.String getFileViewUrl(CvsFile file)
WebRepositoryIntegration
getFileViewUrl
in interface WebRepositoryIntegration
file
- the file
WebRepositoryIntegration.getFileViewUrl(net.sf.statcvs.model.CvsFile)
public java.lang.String getFileViewUrl(CvsRevision revision)
WebRepositoryIntegration
getFileViewUrl
in interface WebRepositoryIntegration
revision
- the revision
WebRepositoryIntegration.getFileViewUrl(net.sf.statcvs.model.CvsFile)
public java.lang.String getDiffUrl(CvsRevision oldRevision, CvsRevision newRevision)
WebRepositoryIntegration
getDiffUrl
in interface WebRepositoryIntegration
oldRevision
- the old revisionnewRevision
- the new revision
WebRepositoryIntegration.getDiffUrl(net.sf.statcvs.model.CvsRevision, net.sf.statcvs.model.CvsRevision)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |