|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.statcvs.output.CvswebIntegration
public class CvswebIntegration
Integration of cvsweb
| Constructor Summary | |
|---|---|
CvswebIntegration(java.lang.String baseURL)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getBaseUrl()
|
java.lang.String |
getDiffUrl(Revision oldRevision,
Revision 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(VersionedFile file)
Returns a URL to a file in the web repository browser. |
java.lang.String |
getFileViewUrl(Revision revision)
Returns a URL to a file in the web repository browser. |
java.lang.String |
getFileViewUrl(VersionedFile file)
Returns a URL to a file in the web repository browser. |
java.lang.String |
getName()
Returns the name of the repository browser |
void |
setAtticFileNames(java.util.Set atticFileNames)
Sets the files that are "in the attic", in the CVS sense. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CvswebIntegration(java.lang.String baseURL)
baseURL - base URL of the cvsweb installation| Method Detail |
|---|
public java.lang.String getName()
WebRepositoryIntegration
getName in interface WebRepositoryIntegrationWebRepositoryIntegration.getName()public java.lang.String getDirectoryUrl(Directory directory)
WebRepositoryIntegration
getDirectoryUrl in interface WebRepositoryIntegrationdirectory - the directory
WebRepositoryIntegration.getDirectoryUrl(net.sf.statcvs.model.Directory)public java.lang.String getFileHistoryUrl(VersionedFile file)
WebRepositoryIntegration
getFileHistoryUrl in interface WebRepositoryIntegrationfile - the file
WebRepositoryIntegration.getFileHistoryUrl(net.sf.statcvs.model.VersionedFile)public java.lang.String getFileViewUrl(VersionedFile file)
WebRepositoryIntegration
getFileViewUrl in interface WebRepositoryIntegrationfile - the file
WebRepositoryIntegration.getFileViewUrl(VersionedFile)public java.lang.String getFileViewUrl(Revision revision)
WebRepositoryIntegration
getFileViewUrl in interface WebRepositoryIntegrationrevision - the revision
WebRepositoryIntegration.getFileViewUrl(VersionedFile)
public java.lang.String getDiffUrl(Revision oldRevision,
Revision newRevision)
WebRepositoryIntegration
getDiffUrl in interface WebRepositoryIntegrationoldRevision - the old revisionnewRevision - the new revision
WebRepositoryIntegration.getDiffUrl(net.sf.statcvs.model.Revision, net.sf.statcvs.model.Revision)public void setAtticFileNames(java.util.Set atticFileNames)
WebRepositoryIntegration
setAtticFileNames in interface WebRepositoryIntegrationatticFileNames - names of all files (String) in the atticWebRepositoryIntegration.setAtticFileNames(java.util.Set)public java.lang.String getBaseUrl()
getBaseUrl in interface WebRepositoryIntegration
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||