|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gitective.core.RepositoryService
public class RepositoryService
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 |
|---|
protected final org.eclipse.jgit.lib.Repository[] repositories
| Constructor Detail |
|---|
public RepositoryService(String... gitDirs)
gitDirs - public RepositoryService(File... gitDirs)
gitDirs - public RepositoryService(org.eclipse.jgit.lib.Repository... repositories)
repositories - public RepositoryService(Collection<?> repositories)
Collection that can be
either String paths, File handles to directories, or
existing Repository instances.
repositories -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||