Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
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 |
MonotoneRepository
Access to a Monotone 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.
|
Modifier and Type | Method and Description |
---|---|
protected Repository |
HistoryGuru.getRepository(java.io.File path) |
static Repository |
RepositoryFactory.getRepository(java.io.File file)
Returns a repository for the given file, or null if no repository was found.
|
static Repository |
RepositoryFactory.getRepository(RepositoryInfo info)
Returns a repository for the given file, or null if no repository was found.
|