Interface | Description |
---|---|
AttributesNodeProvider |
An interface used to retrieve the global and info
AttributesNode s. |
AttributesProvider |
Interface for classes which provide git attributes
|
FilterCommandFactory |
The factory responsible for creating instances of
FilterCommand . |
Class | Description |
---|---|
Attribute |
Represents an attribute.
|
Attributes |
Represents a set of attributes for a path
|
AttributesHandler |
The attributes handler knows how to retrieve, parse and merge attributes from
the various gitattributes files.
|
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.
|
FilterCommandRegistry |
Registry for built-in filters
|
Enum | Description |
---|---|
Attribute.State |
The attribute value state
see also https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html
|
Copyright © 2018 Eclipse JGit Project. All rights reserved.