Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
org.eclipse.jgit.api.errors |
Exceptions thrown by API commands.
|
org.eclipse.jgit.awtui | |
org.eclipse.jgit.console | |
org.eclipse.jgit.diff |
Comparing file contents by computing diffs.
|
org.eclipse.jgit.dircache |
Reading and editing the directory cache (index).
|
org.eclipse.jgit.errors |
Exceptions thrown by lower-level JGit APIs.
|
org.eclipse.jgit.fnmatch |
File name matcher.
|
org.eclipse.jgit.http.test | |
org.eclipse.jgit.ignore.internal | |
org.eclipse.jgit.internal.fsck |
Git fsck support.
|
org.eclipse.jgit.internal.ketch |
Distributed consensus system built on Git.
|
org.eclipse.jgit.internal.storage.dfs |
Distributed file system based repository storage.
|
org.eclipse.jgit.internal.storage.file |
File based repository storage.
|
org.eclipse.jgit.internal.storage.pack |
Reading/writing Git pack files.
|
org.eclipse.jgit.internal.storage.reftree | |
org.eclipse.jgit.junit | |
org.eclipse.jgit.lfs | |
org.eclipse.jgit.lfs.lib | |
org.eclipse.jgit.lib |
Core API for repository, config, refs, object database.
|
org.eclipse.jgit.merge |
Content and commit history merge algorithms.
|
org.eclipse.jgit.notes |
Git notes processing (for commits, etc).
|
org.eclipse.jgit.revplot |
Building/rendering revision graphs.
|
org.eclipse.jgit.revwalk |
Walking revision graphs (commit history).
|
org.eclipse.jgit.revwalk.filter |
Filters for use in revision walking.
|
org.eclipse.jgit.storage.file | |
org.eclipse.jgit.submodule |
Git submodule support.
|
org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
org.eclipse.jgit.transport.resolver |
Server-side resolver for locating repositories by URLs.
|
org.eclipse.jgit.treewalk |
Walking and comparing directory/file trees (of commits, file system).
|
org.eclipse.jgit.treewalk.filter |
Filters for use in tree walking.
|
org.eclipse.jgit.util |
Utility classes.
|
Class and Description |
---|
IncorrectObjectTypeException
An inconsistency with respect to handling different object types.
|
InvalidPatternException
Thrown when a pattern passed in an argument was wrong.
|
MissingObjectException
An expected object is missing.
|
NoWorkTreeException
Indicates a
Repository has no working directory,
and is thus bare. |
Class and Description |
---|
CheckoutConflictException
Exception thrown if a conflict occurs during a merge checkout.
|
Class and Description |
---|
UnsupportedCredentialItem
An exception thrown when a
CredentialItem
is requested from a CredentialsProvider
which is not supported by this provider. |
Class and Description |
---|
UnsupportedCredentialItem
An exception thrown when a
CredentialItem
is requested from a CredentialsProvider
which is not supported by this provider. |
Class and Description |
---|
BinaryBlobException
BinaryBlobException is used to signal that binary data was found
in a context that requires text (eg.
|
CorruptObjectException
Exception thrown when an object cannot be read from Git.
|
MissingObjectException
An expected object is missing.
|
Class and Description |
---|
CorruptObjectException
Exception thrown when an object cannot be read from Git.
|
IncorrectObjectTypeException
An inconsistency with respect to handling different object types.
|
MissingObjectException
An expected object is missing.
|
UnmergedPathException
Indicates one or more paths in a DirCache have non-zero stages present.
|
Class and Description |
---|
CorruptPackIndexException.ErrorType
The error type of a corrupt index file.
|
InvalidPatternException
Thrown when a pattern passed in an argument was wrong.
|
LargeObjectException
An object is too big to load into memory as a single byte array.
|
NoMergeBaseException.MergeBaseFailureReason
An enum listing the different reason why no merge base could be
determined.
|
StopWalkException
Stops the driver loop of walker and finish with current results.
|
TranslationBundleException
Common base class for all translation bundle related exceptions.
|
TransportException
Indicates a protocol error has occurred while fetching/pushing objects.
|
Class and Description |
---|
InvalidPatternException
Thrown when a pattern passed in an argument was wrong.
|
Class and Description |
---|
RepositoryNotFoundException
Indicates a local repository does not exist.
|
Class and Description |
---|
InvalidPatternException
Thrown when a pattern passed in an argument was wrong.
|
Class and Description |
---|
CorruptPackIndexException
Exception thrown when encounters a corrupt pack index file.
|
CorruptPackIndexException.ErrorType
The error type of a corrupt index file.
|
Class and Description |
---|
MissingObjectException
An expected object is missing.
|
NotSupportedException
JGit encountered a case that it knows it cannot yet handle.
|
TransportException
Indicates a protocol error has occurred while fetching/pushing objects.
|
Class and Description |
---|
IncorrectObjectTypeException
An inconsistency with respect to handling different object types.
|
MissingObjectException
An expected object is missing.
|
StoredObjectRepresentationNotAvailableException
A previously selected representation is no longer available.
|
Class and Description |
---|
CorruptObjectException
Exception thrown when an object cannot be read from Git.
|
MissingObjectException
An expected object is missing.
|
Class and Description |
---|
IncorrectObjectTypeException
An inconsistency with respect to handling different object types.
|
MissingObjectException
An expected object is missing.
|
StoredObjectRepresentationNotAvailableException
A previously selected representation is no longer available.
|
Class and Description |
---|
CorruptObjectException
Exception thrown when an object cannot be read from Git.
|
IncorrectObjectTypeException
An inconsistency with respect to handling different object types.
|
MissingObjectException
An expected object is missing.
|
Class and Description |
---|
IncorrectObjectTypeException
An inconsistency with respect to handling different object types.
|
MissingObjectException
An expected object is missing.
|
Class and Description |
---|
LargeObjectException
An object is too big to load into memory as a single byte array.
|
MissingObjectException
An expected object is missing.
|
Class and Description |
---|
IncorrectObjectTypeException
An inconsistency with respect to handling different object types.
|
MissingObjectException
An expected object is missing.
|
Class and Description |
---|
AmbiguousObjectException
An
AbbreviatedObjectId cannot be extended. |
ConfigInvalidException
Indicates a text string is not a valid Git style configuration.
|
CorruptObjectException
Exception thrown when an object cannot be read from Git.
|
IllegalTodoFileModification
Attempt to modify a rebase-todo file in an unsupported way
|
IncorrectObjectTypeException
An inconsistency with respect to handling different object types.
|
LargeObjectException
An object is too big to load into memory as a single byte array.
|
MissingObjectException
An expected object is missing.
|
NoWorkTreeException
Indicates a
Repository has no working directory,
and is thus bare. |
RepositoryNotFoundException
Indicates a local repository does not exist.
|
RevisionSyntaxException
This signals a revision or object reference was not
properly formatted.
|
Class and Description |
---|
CorruptObjectException
Exception thrown when an object cannot be read from Git.
|
IncorrectObjectTypeException
An inconsistency with respect to handling different object types.
|
MissingObjectException
An expected object is missing.
|
NoWorkTreeException
Indicates a
Repository has no working directory,
and is thus bare. |
Class and Description |
---|
CorruptObjectException
Exception thrown when an object cannot be read from Git.
|
IncorrectObjectTypeException
An inconsistency with respect to handling different object types.
|
LargeObjectException
An object is too big to load into memory as a single byte array.
|
MissingObjectException
An expected object is missing.
|
Class and Description |
---|
IncorrectObjectTypeException
An inconsistency with respect to handling different object types.
|
MissingObjectException
An expected object is missing.
|
Class and Description |
---|
CorruptObjectException
Exception thrown when an object cannot be read from Git.
|
IncorrectObjectTypeException
An inconsistency with respect to handling different object types.
|
MissingObjectException
An expected object is missing.
|
StopWalkException
Stops the driver loop of walker and finish with current results.
|
Class and Description |
---|
IncorrectObjectTypeException
An inconsistency with respect to handling different object types.
|
MissingObjectException
An expected object is missing.
|
StopWalkException
Stops the driver loop of walker and finish with current results.
|
Class and Description |
---|
ConfigInvalidException
Indicates a text string is not a valid Git style configuration.
|
Class and Description |
---|
ConfigInvalidException
Indicates a text string is not a valid Git style configuration.
|
CorruptObjectException
Exception thrown when an object cannot be read from Git.
|
Class and Description |
---|
CorruptObjectException
Exception thrown when an object cannot be read from Git.
|
NotSupportedException
JGit encountered a case that it knows it cannot yet handle.
|
PackProtocolException
Indicates a protocol error has occurred while fetching/pushing objects.
|
TransportException
Indicates a protocol error has occurred while fetching/pushing objects.
|
UnsupportedCredentialItem
An exception thrown when a
CredentialItem
is requested from a CredentialsProvider
which is not supported by this provider. |
Class and Description |
---|
RepositoryNotFoundException
Indicates a local repository does not exist.
|
Class and Description |
---|
CorruptObjectException
Exception thrown when an object cannot be read from Git.
|
IncorrectObjectTypeException
An inconsistency with respect to handling different object types.
|
MissingObjectException
An expected object is missing.
|
Class and Description |
---|
IncorrectObjectTypeException
An inconsistency with respect to handling different object types.
|
MissingObjectException
An expected object is missing.
|
Class and Description |
---|
BinaryBlobException
BinaryBlobException is used to signal that binary data was found
in a context that requires text (eg.
|
CommandFailedException
Thrown when an external command failed
|
CorruptObjectException
Exception thrown when an object cannot be read from Git.
|
Copyright © 2018 Eclipse JGit Project. All rights reserved.