Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
org.eclipse.jgit.junit |
Modifier and Type | Method and Description |
---|---|
Git |
InitCommand.call()
Executes the
Init command. |
Git |
CloneCommand.call()
Executes the
Clone command. |
static Git |
Git.open(File dir) |
static Git |
Git.open(File dir,
FS fs) |
static Git |
Git.wrap(Repository repo) |
Modifier and Type | Method and Description |
---|---|
Git |
TestRepository.git() |
Copyright © 2017 Eclipse JGit Project. All rights reserved.