Uses of Class
org.eclipse.jgit.attributes.Attributes
Packages that use Attributes
Package
Description
Support for reading .gitattributes.
Content and commit history merge algorithms.
Walking and comparing directory/file trees (of commits, file system).
Utility classes.
Utility classes for IO (streams).
-
Uses of Attributes in org.eclipse.jgit.attributes
Methods in org.eclipse.jgit.attributes that return AttributesModifier and TypeMethodDescriptionAttributesHandler.getAttributes()
AttributesProvider.getAttributes()
Get attributesMethods in org.eclipse.jgit.attributes with parameters of type AttributesModifier and TypeMethodDescriptionprotected void
AttributesHandler.expandMacro
(Attribute attr, Attributes result) Expand a macroprotected void
AttributesHandler.mergeAttributes
(AttributesNode node, String entryPath, boolean isDirectory, Attributes result) Merges the matching node attributes for an entry path.private void
AttributesHandler.mergeGlobalAttributes
(String entryPath, boolean isDirectory, Attributes result) Merges the matching GLOBAL attributes for an entry path.private void
AttributesHandler.mergeInfoAttributes
(String entryPath, boolean isDirectory, Attributes result) Merges the matching INFO attributes for an entry path.private void
AttributesHandler.mergePerDirectoryEntryAttributes
(String entryPath, int nameRoot, boolean isDirectory, WorkingTreeIterator workingTreeIterator, DirCacheIterator dirCacheIterator, CanonicalTreeParser otherTree, Attributes result) Merges the matching working directory attributes for an entry path. -
Uses of Attributes in org.eclipse.jgit.merge
Fields in org.eclipse.jgit.merge declared as AttributesMethods in org.eclipse.jgit.merge with parameters of type AttributesModifier and TypeMethodDescriptionprotected void
ResolveMerger.addCheckoutMetadata
(Map<String, DirCacheCheckout.CheckoutMetadata> map, String path, Attributes attributes) Remembers theDirCacheCheckout.CheckoutMetadata
for the given path; it may be needed inResolveMerger.checkout()
or inResolveMerger.cleanUp()
.protected void
ResolveMerger.addDeletion
(String path, boolean isFile, Attributes attributes) Remember a path for deletion, and remember itsDirCacheCheckout.CheckoutMetadata
in case it has to be restored inResolveMerger.cleanUp()
.protected void
ResolveMerger.addToCheckout
(String path, DirCacheEntry entry, Attributes[] attributes) Adds aDirCacheEntry
for direct checkout and remembers itsDirCacheCheckout.CheckoutMetadata
.private MergeResult<RawText>
ResolveMerger.contentMerge
(CanonicalTreeParser base, CanonicalTreeParser ours, CanonicalTreeParser theirs, Attributes[] attributes, ContentMergeStrategy strategy) Does the content merge.private RawText
ResolveMerger.getRawText
(ObjectId id, Attributes attributes) private ObjectId
ResolveMerger.insertMergeResult
(TemporaryBuffer buf, Attributes attributes) protected boolean
ResolveMerger.processEntry
(CanonicalTreeParser base, CanonicalTreeParser ours, CanonicalTreeParser theirs, DirCacheBuildIterator index, WorkingTreeIterator work, boolean ignoreConflicts, Attributes[] attributes) Processes one path and tries to merge taking git attributes in account.private void
ResolveMerger.updateIndex
(CanonicalTreeParser base, CanonicalTreeParser ours, CanonicalTreeParser theirs, MergeResult<RawText> result, Attributes attributes) Updates the index after a content merge has happened.private File
ResolveMerger.writeMergedFile
(TemporaryBuffer rawMerged, Attributes attributes) Writes merged file content to the working tree. -
Uses of Attributes in org.eclipse.jgit.treewalk
Fields in org.eclipse.jgit.treewalk declared as AttributesModifier and TypeFieldDescriptionprivate Attributes[]
TreeWalk.attrs
Cached attributes for the current entry; per tree.Methods in org.eclipse.jgit.treewalk that return AttributesModifier and TypeMethodDescriptionTreeWalk.getAttributes()
Get attributesTreeWalk.getAttributes
(int index) Retrieves the git attributes based on the given tree.Methods in org.eclipse.jgit.treewalk with parameters of type AttributesModifier and TypeMethodDescriptionTreeWalk.getSmudgeCommand
(Attributes attributes) Inspect config and attributes to return a filtercommand applicable for the current path. -
Uses of Attributes in org.eclipse.jgit.util
Methods in org.eclipse.jgit.util that return AttributesModifier and TypeMethodDescriptionstatic Attributes
LfsFactory.getAttributesForPath
(Repository db, String path) static Attributes
LfsFactory.getAttributesForPath
(Repository db, String path, RevCommit commit) Get attributes for given path and commit -
Uses of Attributes in org.eclipse.jgit.util.io
Methods in org.eclipse.jgit.util.io with parameters of type AttributesModifier and TypeMethodDescriptionprivate static CoreConfig.EolStreamType
EolStreamTypeUtil.checkInStreamType
(WorkingTreeOptions options, Attributes attrs) private static CoreConfig.EolStreamType
EolStreamTypeUtil.checkOutStreamType
(WorkingTreeOptions options, Attributes attrs) static CoreConfig.EolStreamType
EolStreamTypeUtil.detectStreamType
(TreeWalk.OperationType op, WorkingTreeOptions options, Attributes attrs) Convenience method used to detect if CRLF conversion has been configured using the global repo options global attributes info attributes working tree .gitattributes