org.gitective.core
Class RepositoryService

java.lang.Object
  extended by org.gitective.core.RepositoryService
Direct Known Subclasses:
CommitFinder

public class RepositoryService
extends Object

Base service class for working with one or more Repository instances.


Field Summary
protected  org.eclipse.jgit.lib.Repository[] repositories
          Repositories
 
Constructor Summary
RepositoryService(Collection<?> repositories)
          Create a repository service for the given Collection that can be either String paths, File handles to directories, or existing Repository instances.
RepositoryService(File... gitDirs)
          Create a repository service for the repositories at the specified directories.
RepositoryService(org.eclipse.jgit.lib.Repository... repositories)
          Create a repository service for the specified repositories.
RepositoryService(String... gitDirs)
          Create a repository service for the repositories at the specified directory paths.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

repositories

protected final org.eclipse.jgit.lib.Repository[] repositories
Repositories

Constructor Detail

RepositoryService

public RepositoryService(String... gitDirs)
Create a repository service for the repositories at the specified directory paths.

Parameters:
gitDirs -

RepositoryService

public RepositoryService(File... gitDirs)
Create a repository service for the repositories at the specified directories.

Parameters:
gitDirs -

RepositoryService

public RepositoryService(org.eclipse.jgit.lib.Repository... repositories)
Create a repository service for the specified repositories.

Parameters:
repositories -

RepositoryService

public RepositoryService(Collection<?> repositories)
Create a repository service for the given Collection that can be either String paths, File handles to directories, or existing Repository instances.

Parameters:
repositories -


Copyright © 2011-2012. All Rights Reserved.