Uses of Class
org.opensolaris.opengrok.history.RepositoryInfo

Packages that use RepositoryInfo
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 RepositoryInfo in org.opensolaris.opengrok.configuration
 

Methods in org.opensolaris.opengrok.configuration that return types with arguments of type RepositoryInfo
 java.util.List<RepositoryInfo> Configuration.getRepositories()
           
 java.util.List<RepositoryInfo> RuntimeEnvironment.getRepositories()
           
 

Method parameters in org.opensolaris.opengrok.configuration with type arguments of type RepositoryInfo
 void Configuration.setRepositories(java.util.List<RepositoryInfo> repositories)
           
 void RuntimeEnvironment.setRepositories(java.util.List<RepositoryInfo> repositories)
          Set the map of external SCM repositories
 

Uses of RepositoryInfo in org.opensolaris.opengrok.history
 

Subclasses of RepositoryInfo 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 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 Repository
          An interface for an external 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 RepositoryInfo
static Repository RepositoryFactory.getRepository(RepositoryInfo info)
          Returns a repository for the given file, or null if no repository was found.
 

Method parameters in org.opensolaris.opengrok.history with type arguments of type RepositoryInfo
 void HistoryGuru.invalidateRepositories(java.util.List<RepositoryInfo> repos)
          Invalidate the current list of known repositories!
 

Constructors in org.opensolaris.opengrok.history with parameters of type RepositoryInfo
RepositoryInfo(RepositoryInfo orig)