Uses of Class
org.eclipse.jgit.attributes.Attribute
Packages that use Attribute
Package
Description
Support for reading .gitattributes.
Comparing file contents by computing diffs.
Utility classes.
-
Uses of Attribute in org.eclipse.jgit.attributes
Fields in org.eclipse.jgit.attributes with type parameters of type AttributeModifier and TypeFieldDescriptionAttributesRule.attributes
AttributesHandler.BINARY_RULE_ATTRIBUTES
This is the default binary rule that is present in any git folder[attr]binary -diff -merge -text
AttributesHandler.expansions
Attributes.map
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.AttributesRule.parseAttributes
(String attributesLine) 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.lfs
Methods in org.eclipse.jgit.lfs with parameters of type AttributeModifier and TypeMethodDescriptionBuiltinLFS.applyCleanFilter
(Repository db, InputStream input, long length, Attribute attribute) BuiltinLFS.applySmudgeFilter
(Repository db, ObjectLoader loader, Attribute attribute) private boolean
BuiltinLFS.isEnabled
(Repository db, Attribute attribute) -
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.