Package org.eclipse.jgit.attributes
Support for reading .gitattributes.
-
Interface Summary Interface Description AttributesNodeProvider An interface used to retrieve the global and infoAttributesNode
s.AttributesProvider Interface for classes which provide git attributesFilterCommandFactory The factory responsible for creating instances ofFilterCommand
. -
Class Summary Class Description Attribute Represents an attribute.Attributes Represents a set of attributes for a pathAttributesHandler 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 Summary Enum Description Attribute.State The attribute value state see also https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html