|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for integration of web repository browsers. Web repository browsers are dynamic web sites where you can browse the contents of a CVS repository, make diffs etc. A good example is ViewCVS.
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. |
Method Detail |
public java.lang.String getName()
public java.lang.String getDirectoryUrl(Directory directory)
directory
- the directory
public java.lang.String getFileHistoryUrl(VersionedFile file)
file
- the file
public java.lang.String getFileViewUrl(VersionedFile file)
file
- the file
public java.lang.String getFileViewUrl(Revision revision)
revision
- the revision
public java.lang.String getDiffUrl(Revision oldRevision, Revision newRevision)
oldRevision
- the old revisionnewRevision
- the new revision
public void setAtticFileNames(java.util.Set atticFileNames)
atticFileNames
- names of all files (String) in the atticpublic java.lang.String getBaseUrl()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |