|
|||||||||||
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 | |
String |
getDiffUrl(CvsRevision oldRevision,
CvsRevision newRevision)
Returns a URL to a diff in the web repository browser. |
String |
getDirectoryUrl(Directory directory)
Returns a URL to a directory in the web repository browser |
String |
getFileHistoryUrl(CvsFile file)
Returns a URL to a file in the web repository browser. |
String |
getFileViewUrl(CvsFile file)
Returns a URL to a file in the web repository browser. |
String |
getFileViewUrl(CvsRevision revision)
Returns a URL to a file in the web repository browser. |
String |
getName()
Returns the name of the repository browser |
void |
setAtticFileNames(Set atticFileNames)
Sets the files that are "in the attic", in the CVS sense. |
Method Detail |
public String getName()
public String getDirectoryUrl(Directory directory)
directory
- the directory
public String getFileHistoryUrl(CvsFile file)
file
- the file
public String getFileViewUrl(CvsFile file)
file
- the file
public String getFileViewUrl(CvsRevision revision)
revision
- the revision
public String getDiffUrl(CvsRevision oldRevision, CvsRevision newRevision)
oldRevision
- the old revisionnewRevision
- the new revision
public void setAtticFileNames(Set atticFileNames)
atticFileNames
- names of all files (String) in the attic
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |