Package | Description |
---|---|
org.eclipse.jgit.attributes |
Support for reading .gitattributes.
|
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.merge |
Content and commit history merge algorithms.
|
org.eclipse.jgit.treewalk |
Walking and comparing directory/file trees (of commits, file system).
|
org.eclipse.jgit.util |
Utility classes.
|
org.eclipse.jgit.util.io |
Utility classes for IO (streams).
|
Class and Description |
---|
Attribute
Represents an attribute.
|
Attribute.State
The attribute value state
see also https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html
|
Attributes
Represents a set of attributes for a path
|
AttributesNode
Represents a bundle of attributes inherited from a base directory.
|
AttributesRule
A single attributes rule corresponding to one line in a .gitattributes file.
|
FilterCommand
An abstraction for JGit's builtin implementations for hooks and filters.
|
FilterCommandFactory
The factory responsible for creating instances of
FilterCommand . |
Class and Description |
---|
Attribute
Represents an attribute.
|
Class and Description |
---|
AttributesNode
Represents a bundle of attributes inherited from a base directory.
|
Class and Description |
---|
AttributesNodeProvider
An interface used to retrieve the global and info
AttributesNode s. |
Class and Description |
---|
AttributesNode
Represents a bundle of attributes inherited from a base directory.
|
AttributesNodeProvider
An interface used to retrieve the global and info
AttributesNode s. |
Class and Description |
---|
AttributesNodeProvider
An interface used to retrieve the global and info
AttributesNode s. |
Class and Description |
---|
Attributes
Represents a set of attributes for a path
|
Class and Description |
---|
Attributes
Represents a set of attributes for a path
|
AttributesNode
Represents a bundle of attributes inherited from a base directory.
|
AttributesNodeProvider
An interface used to retrieve the global and info
AttributesNode s. |
AttributesProvider
Interface for classes which provide git attributes
|
Class and Description |
---|
Attribute
Represents an attribute.
|
Attributes
Represents a set of attributes for a path
|
Class and Description |
---|
Attributes
Represents a set of attributes for a path
|
Copyright © 2020 Eclipse JGit Project. All rights reserved.