Package | Description |
---|---|
org.eclipse.jgit.lfs | |
org.eclipse.jgit.util |
Utility classes.
|
Modifier and Type | Method and Description |
---|---|
LfsFactory.LfsInputStream |
BuiltinLFS.applyCleanFilter(Repository db,
InputStream input,
long length,
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.
|
Copyright © 2019 Eclipse JGit Project. All rights reserved.