Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
org.eclipse.jgit.api.errors |
Exceptions thrown by API commands.
|
Modifier and Type | Method and Description |
---|---|
Git |
CloneCommand.call() |
FetchResult |
FetchCommand.call() |
java.util.Collection<Ref> |
LsRemoteCommand.call() |
PullResult |
PullCommand.call() |
java.lang.Iterable<PushResult> |
PushCommand.call() |
java.util.Map<java.lang.String,Ref> |
LsRemoteCommand.callAsMap()
Same as
LsRemoteCommand.call() , but return Map instead of Collection. |
private java.util.Map<java.lang.String,Ref> |
LsRemoteCommand.execute() |
private FetchResult |
CloneCommand.fetch(Repository clonedRepo,
URIish u) |
private void |
FetchCommand.fetchSubmodules(FetchResult results) |
Modifier and Type | Class and Description |
---|---|
class |
TooLargeObjectInPackException
Exception thrown when PackParser finds an object larger than a predefined
limit
|
class |
TooLargePackException
Exception thrown when the server rejected a too large pack
|