|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WebRepositoryViewer
This interface is the start of a repository viewer api.
Field Summary | |
---|---|
static String |
CVS_REPO_TYPE
We're generating a link to a cvs based repository |
static String |
SVN_REPO_TYPE
We're generating a link to a SVN based repository |
Method Summary | |
---|---|
String |
getWebRepositoryUrlForFile(CommitFile file,
String repositoryName,
String repositoryType)
Generate the link to a given file in a given repository |
Field Detail |
---|
static final String CVS_REPO_TYPE
static final String SVN_REPO_TYPE
Method Detail |
---|
String getWebRepositoryUrlForFile(CommitFile file, String repositoryName, String repositoryType)
file
- The file we want to link to.repositoryName
- An optional repository. This is used when the viewcvs baseurl points to
a multi-build repositoryrepositoryType
- One of IS_CVS_REPO_LINK or SVN_REPO_TYPE.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |