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.merge Content and commit history merge algorithms.org.eclipse.jgit.util Utility classes. -
-
Uses of Attribute in org.eclipse.jgit.attributes
Methods in org.eclipse.jgit.attributes that return Attribute Modifier and Type Method Description AttributeAttributes. get(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 Collection<Attribute>Attributes. getAll()Get all attributesList<Attribute>AttributesRule. getAttributes()Return the attributes.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.merge
Methods in org.eclipse.jgit.merge with parameters of type Attribute Modifier and Type Method Description DirCacheEntryResolveMerger.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 Attribute Modifier and Type Method Description LfsFactory.LfsInputStreamLfsFactory. 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.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.
-