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.
|
Modifier and Type | Method and Description |
---|---|
Attribute |
Attributes.get(String key)
Get the attribute with the given key
|
Modifier and Type | Method and Description |
---|---|
Collection<Attribute> |
Attributes.getAll()
Get all attributes
|
List<Attribute> |
AttributesRule.getAttributes()
Return the attributes.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AttributesHandler.expandMacro(Attribute attr,
Attributes result)
Expand a macro
|
void |
Attributes.put(Attribute a)
Put an attribute
|
Constructor and Description |
---|
Attributes(Attribute... attributes)
Creates a new instance
|
Modifier and Type | Field and Description |
---|---|
protected Attribute |
DiffEntry.diffAttribute
diff filter attribute
|
Modifier and Type | Method and Description |
---|---|
Attribute |
DiffEntry.getDiffAttribute() |
Modifier and Type | Method and Description |
---|---|
LfsFactory.LfsInputStream |
BuiltinLFS.applyCleanFilter(Repository db,
InputStream input,
long length,
Attribute attribute) |
ObjectLoader |
BuiltinLFS.applySmudgeFilter(Repository db,
ObjectLoader loader,
Attribute attribute) |
Modifier and Type | Method and Description |
---|---|
LfsFactory.LfsInputStream |
LfsFactory.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.
|
ObjectLoader |
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.
|
Copyright © 2019 Eclipse JGit Project. All rights reserved.