Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
org.eclipse.jgit.diff |
Comparing file contents by computing diffs.
|
org.eclipse.jgit.dircache |
Reading and editing the directory cache (index).
|
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.lib |
Core API for repository, config, refs, object database.
|
org.eclipse.jgit.revwalk.filter |
Filters for use in revision walking.
|
org.eclipse.jgit.storage.file | |
org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
org.eclipse.jgit.treewalk |
Walking and comparing directory/file trees (of commits, file system).
|
org.eclipse.jgit.util |
Utility classes.
|
Class | Description |
---|---|
FS |
Abstraction to support various file system operations not in Java.
|
Class | Description |
---|---|
IntList |
A more efficient List<Integer> using a primitive integer array.
|
Class | Description |
---|---|
FS |
Abstraction to support various file system operations not in Java.
|
Class | Description |
---|---|
RefList |
Specialized variant of an ArrayList to support a
RefDatabase . |
Class | Description |
---|---|
FS |
Abstraction to support various file system operations not in Java.
|
Class | Description |
---|---|
FS |
Abstraction to support various file system operations not in Java.
|
MutableInteger |
A boxed integer that can be modified.
|
RefList |
Specialized variant of an ArrayList to support a
RefDatabase . |
SystemReader |
Interface to read values from the system.
|
Class | Description |
---|---|
RawCharSequence |
A rough character sequence around a raw byte buffer.
|
Class | Description |
---|---|
FS |
Abstraction to support various file system operations not in Java.
|
Class | Description |
---|---|
FS |
Abstraction to support various file system operations not in Java.
|
Class | Description |
---|---|
FS |
Abstraction to support various file system operations not in Java.
|
Class | Description |
---|---|
BlockList |
Random access list that allocates entries in blocks.
|
CachedAuthenticator.CachedAuthentication |
Authentication data to remember and reuse.
|
FS |
Abstraction to support various file system operations not in Java.
|
FS_POSIX |
Base FS for POSIX based systems
|
FS_Win32 |
FS implementation for Windows
|
FS.Attributes |
File attributes we typically care for.
|
GitDateFormatter.Format |
Git and JGit formats
|
GSSManagerFactory |
Factory to detect which GSSManager implementation should be used.
|
Hook |
An enum describing the different hooks a user can implement to customize his
repositories.
|
IntList |
A more efficient List<Integer> using a primitive integer array.
|
MutableInteger |
A boxed integer that can be modified.
|
ProcessResult |
Describes the result of running an external process.
|
ProcessResult.Status |
Status of a process' execution.
|
QuotedString |
Utility functions related to quoted string handling.
|
QuotedString.BourneStyle |
Quoting style used by the Bourne shell.
|
QuotedString.BourneUserPathStyle |
Bourne style, but permits
~user at the start of the string. |
QuotedString.GitPathStyle |
Quoting style that obeys the rules Git applies to file names
|
RawCharSequence |
A rough character sequence around a raw byte buffer.
|
RefList |
Specialized variant of an ArrayList to support a
RefDatabase . |
RefList.Builder |
Builder to facilitate fast construction of an immutable RefList.
|
SystemReader |
Interface to read values from the system.
|
TemporaryBuffer |
A fully buffered output stream.
|
Copyright © 2018. All rights reserved.