Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
org.eclipse.jgit.gitrepo | |
org.eclipse.jgit.junit |
Modifier and Type | Method and Description |
---|---|
Git |
CloneCommand.call() |
Git |
InitCommand.call() |
static Git |
Git.open(java.io.File dir)
Open repository
|
static Git |
Git.open(java.io.File dir,
FS fs)
Open repository
|
static Git |
Git.wrap(Repository repo)
Wrap repository
|
Modifier and Type | Method and Description |
---|---|
private void |
RepoCommand.addSubmodule(java.lang.String name,
java.lang.String url,
java.lang.String path,
java.lang.String revision,
java.util.List<RepoProject.CopyFile> copyfiles,
java.util.List<RepoProject.LinkFile> linkfiles,
Git git) |
Modifier and Type | Field and Description |
---|---|
private Git |
TestRepository.git |
Modifier and Type | Method and Description |
---|---|
Git |
TestRepository.git()
Return Git API wrapper
|