|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Repository | |
---|---|
org.opensolaris.opengrok.configuration | |
org.opensolaris.opengrok.history | From the OpenGrok internals: To get the version control history Analyzer Guru, calls his old friend the good old History Guru. |
Uses of Repository in org.opensolaris.opengrok.configuration |
---|
Methods in org.opensolaris.opengrok.configuration that return types with arguments of type Repository | |
---|---|
java.util.Map<java.lang.String,Repository> |
Configuration.getRepositories()
|
java.util.Map<java.lang.String,Repository> |
RuntimeEnvironment.getRepositories()
Get the map of external SCM repositories available |
Method parameters in org.opensolaris.opengrok.configuration with type arguments of type Repository | |
---|---|
void |
Configuration.setRepositories(java.util.Map<java.lang.String,Repository> repositories)
|
void |
RuntimeEnvironment.setRepositories(java.util.Map<java.lang.String,Repository> repositories)
Set the map of external SCM repositories |
Uses of Repository in org.opensolaris.opengrok.history |
---|
Subclasses of Repository in org.opensolaris.opengrok.history | |
---|---|
class |
BazaarRepository
Access to a Bazaar repository. |
class |
ClearCaseRepository
Access to a ClearCase repository. |
class |
CVSRepository
Access to a local CVS repository. |
class |
GitRepository
Access to a Git repository. |
class |
MercurialRepository
Access to a Mercurial repository. |
class |
PerforceRepository
Access to a Perforce repository |
class |
RazorRepository
Adds access to to a Razor Repository http://www.visible.com/Products/Razor/index.htm A brief and simplistic overview of Razor Razor uses the term 'Group' for what might traditionally be called a repository, that is a collection of files and folders. |
class |
RCSRepository
Access to an RCS repository. |
class |
SCCSRepository
This class gives access to repositories built on top of SCCS (including TeamWare). |
class |
SubversionRepository
Access to a Subversion repository. |
Methods in org.opensolaris.opengrok.history with parameters of type Repository | |
---|---|
Annotation |
DirectoryHistoryParser.annotate(java.io.File file,
java.lang.String revision,
Repository repository)
|
History |
DirectoryHistoryParser.parse(java.io.File file,
Repository repos)
|
History |
PerforceHistoryParser.parse(java.io.File file,
Repository repos)
Parse the history for the specified file. |
History |
RazorDirectoryHistoryParser.parse(java.io.File file,
Repository repos)
|
History |
RazorHistoryParser.parse(java.io.File file,
Repository repos)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |