Uses of Package
org.eclipse.jgit.attributes
Packages that use org.eclipse.jgit.attributes
Package
Description
Support for reading .gitattributes.
Comparing file contents by computing diffs.
Reading and editing the directory cache (index).
Distributed file system based repository storage.
File based repository storage.
Core API for repository, config, refs, object database.
Content and commit history merge algorithms.
Walking and comparing directory/file trees (of commits, file system).
Utility classes.
Utility classes for IO (streams).
-
Classes in org.eclipse.jgit.attributes used by org.eclipse.jgit.attributesClassDescriptionRepresents an attribute.The attribute value state see also https://www.kernel.org/pub/software/scm/git/docs/gitattributes.htmlRepresents a set of attributes for a pathRepresents a bundle of attributes inherited from a base directory.A single attributes rule corresponding to one line in a .gitattributes file.An abstraction for JGit's builtin implementations for hooks and filters.The factory responsible for creating instances of
FilterCommand
. -
Classes in org.eclipse.jgit.attributes used by org.eclipse.jgit.diff
-
Classes in org.eclipse.jgit.attributes used by org.eclipse.jgit.dircache
-
Classes in org.eclipse.jgit.attributes used by org.eclipse.jgit.internal.storage.dfsClassDescriptionRepresents a bundle of attributes inherited from a base directory.An interface used to retrieve the global and info
AttributesNode
s. -
Classes in org.eclipse.jgit.attributes used by org.eclipse.jgit.internal.storage.fileClassDescriptionRepresents a bundle of attributes inherited from a base directory.An interface used to retrieve the global and info
AttributesNode
s. -
Classes in org.eclipse.jgit.attributes used by org.eclipse.jgit.lfsClassDescriptionRepresents an attribute.An abstraction for JGit's builtin implementations for hooks and filters.The factory responsible for creating instances of
FilterCommand
. -
Classes in org.eclipse.jgit.attributes used by org.eclipse.jgit.lib
-
Classes in org.eclipse.jgit.attributes used by org.eclipse.jgit.merge
-
Classes in org.eclipse.jgit.attributes used by org.eclipse.jgit.treewalkClassDescriptionRepresents a set of attributes for a pathThe attributes handler knows how to retrieve, parse and merge attributes from the various gitattributes files.Represents a bundle of attributes inherited from a base directory.An interface used to retrieve the global and info
AttributesNode
s.Interface for classes which provide git attributes -
Classes in org.eclipse.jgit.attributes used by org.eclipse.jgit.utilClassDescriptionRepresents an attribute.Represents a set of attributes for a path
-
Classes in org.eclipse.jgit.attributes used by org.eclipse.jgit.util.io