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