Uses of Class
org.eclipse.jgit.attributes.Attribute
Packages that use Attribute
Package
Description
Support for reading .gitattributes.
Comparing file contents by computing diffs.
Content and commit history merge algorithms.
Utility classes.
-
Uses of Attribute in org.eclipse.jgit.attributes
Methods in org.eclipse.jgit.attributes that return AttributeModifier and TypeMethodDescriptionGet the attribute with the given keyMethods in org.eclipse.jgit.attributes that return types with arguments of type AttributeModifier and TypeMethodDescriptionAttributes.getAll()
Get all attributesAttributesRule.getAttributes()
Return the attributes.Methods in org.eclipse.jgit.attributes with parameters of type AttributeModifier and TypeMethodDescriptionprotected void
AttributesHandler.expandMacro
(Attribute attr, Attributes result) Expand a macrovoid
Put an attributeConstructors in org.eclipse.jgit.attributes with parameters of type Attribute -
Uses of Attribute in org.eclipse.jgit.diff
Fields in org.eclipse.jgit.diff declared as AttributeModifier and TypeFieldDescriptionprotected Attribute
DiffEntry.diffAttribute
diff filter attributeMethods in org.eclipse.jgit.diff that return Attribute -
Uses of Attribute in org.eclipse.jgit.merge
Methods in org.eclipse.jgit.merge with parameters of type AttributeModifier and TypeMethodDescriptionResolveMerger.WorkTreeUpdater.insertToIndex
(InputStream input, byte[] path, FileMode fileMode, int entryStage, Instant lastModified, int len, Attribute lfsAttribute) Creates a path with the given content, and adds it to the specified stage to the index builder. -
Uses of Attribute in org.eclipse.jgit.util
Methods in org.eclipse.jgit.util with parameters of type AttributeModifier and TypeMethodDescriptionLfsFactory.applyCleanFilter
(Repository db, InputStream input, long length, Attribute attribute) Apply clean filtering to the given stream, writing the file content to the LFS storage if required and returning a stream to the LFS pointer instead.LfsFactory.applySmudgeFilter
(Repository db, ObjectLoader loader, Attribute attribute) Apply smudge filtering to a given loader, potentially redirecting it to a LFS blob which is downloaded on demand.