net.sf.statcvs.output
public interface WebRepositoryIntegration
Modifier and Type | Method and Description |
---|---|
String |
getBaseUrl() |
String |
getDiffUrl(Revision oldRevision,
Revision 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(VersionedFile file)
Returns a URL to a file in the web repository browser.
|
String |
getFileViewUrl(Revision revision)
Returns a URL to a file in the web repository browser.
|
String |
getFileViewUrl(VersionedFile file)
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.
|
String getName()
String getDirectoryUrl(Directory directory)
directory
- the directoryString getFileHistoryUrl(VersionedFile file)
file
- the fileString getFileViewUrl(VersionedFile file)
file
- the fileString getFileViewUrl(Revision revision)
revision
- the revisionString getDiffUrl(Revision oldRevision, Revision newRevision)
oldRevision
- the old revisionnewRevision
- the new revisionvoid setAtticFileNames(Set atticFileNames)
atticFileNames
- names of all files (String) in the atticString getBaseUrl()