|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.statcvs.output.TracIntegration
public class TracIntegration
Constructor Summary | |
---|---|
TracIntegration(String baseURL)
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TracIntegration(String baseURL)
Method Detail |
---|
public String getName()
WebRepositoryIntegration
getName
in interface WebRepositoryIntegration
public String getDirectoryUrl(Directory directory)
WebRepositoryIntegration
getDirectoryUrl
in interface WebRepositoryIntegration
directory
- the directory
public String getFileHistoryUrl(VersionedFile file)
WebRepositoryIntegration
getFileHistoryUrl
in interface WebRepositoryIntegration
file
- the file
public String getFileViewUrl(Revision revision)
WebRepositoryIntegration
getFileViewUrl
in interface WebRepositoryIntegration
revision
- the revision
public String getBaseUrl()
getBaseUrl
in interface WebRepositoryIntegration
public String getDiffUrl(Revision oldRevision, Revision newRevision)
WebRepositoryIntegration
getDiffUrl
in interface WebRepositoryIntegration
oldRevision
- the old revisionnewRevision
- the new revision
public String getFileViewUrl(VersionedFile file)
WebRepositoryIntegration
getFileViewUrl
in interface WebRepositoryIntegration
file
- the file
public void setAtticFileNames(Set atticFileNames)
WebRepositoryIntegration
setAtticFileNames
in interface WebRepositoryIntegration
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 |