Uses of Class
org.eclipse.jgit.attributes.Attribute
-
Packages that use Attribute Package Description org.eclipse.jgit.attributes Support for reading .gitattributes.org.eclipse.jgit.diff Comparing file contents by computing diffs.org.eclipse.jgit.lfs org.eclipse.jgit.util Utility classes. -
-
Uses of Attribute in org.eclipse.jgit.attributes
Fields in org.eclipse.jgit.attributes with type parameters of type Attribute Modifier and Type Field Description private java.util.List<Attribute>AttributesRule. attributesprivate static java.util.List<Attribute>AttributesHandler. BINARY_RULE_ATTRIBUTESThis is the default binary rule that is present in any git folder[attr]binary -diff -merge -textprivate java.util.Map<java.lang.String,java.util.List<Attribute>>AttributesHandler. expansionsprivate java.util.Map<java.lang.String,Attribute>Attributes. mapMethods in org.eclipse.jgit.attributes that return Attribute Modifier and Type Method Description AttributeAttributes. get(java.lang.String key)Get the attribute with the given keyMethods in org.eclipse.jgit.attributes that return types with arguments of type Attribute Modifier and Type Method Description java.util.Collection<Attribute>Attributes. getAll()Get all attributesjava.util.List<Attribute>AttributesRule. getAttributes()Return the attributes.private static java.util.List<Attribute>AttributesRule. parseAttributes(java.lang.String attributesLine)Methods in org.eclipse.jgit.attributes with parameters of type Attribute Modifier and Type Method Description protected voidAttributesHandler. expandMacro(Attribute attr, Attributes result)Expand a macrovoidAttributes. put(Attribute a)Put an attributeConstructors in org.eclipse.jgit.attributes with parameters of type Attribute Constructor Description Attributes(Attribute... attributes)Creates a new instance -
Uses of Attribute in org.eclipse.jgit.diff
Fields in org.eclipse.jgit.diff declared as Attribute Modifier and Type Field Description protected AttributeDiffEntry. diffAttributediff filter attributeMethods in org.eclipse.jgit.diff that return Attribute Modifier and Type Method Description AttributeDiffEntry. getDiffAttribute() -
Uses of Attribute in org.eclipse.jgit.lfs
Methods in org.eclipse.jgit.lfs with parameters of type Attribute Modifier and Type Method Description LfsFactory.LfsInputStreamBuiltinLFS. applyCleanFilter(Repository db, java.io.InputStream input, long length, Attribute attribute)ObjectLoaderBuiltinLFS. applySmudgeFilter(Repository db, ObjectLoader loader, Attribute attribute)private booleanBuiltinLFS. isEnabled(Repository db, Attribute attribute) -
Uses of Attribute in org.eclipse.jgit.util
Methods in org.eclipse.jgit.util with parameters of type Attribute Modifier and Type Method Description LfsFactory.LfsInputStreamLfsFactory. applyCleanFilter(Repository db, java.io.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.ObjectLoaderLfsFactory. 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.
-