public class SmudgeFilter extends FilterCommand
| Modifier and Type | Field and Description |
|---|---|
static FilterCommandFactory |
FACTORY
The factory is responsible for creating instances of
SmudgeFilter |
in, out| Constructor and Description |
|---|
SmudgeFilter(Repository db,
InputStream in,
OutputStream out)
Constructor for SmudgeFilter.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<Path> |
downloadLfsResource(Lfs lfs,
Repository db,
LfsPointer... res)
Download content which is hosted on a LFS server
|
int |
run() |
public static final FilterCommandFactory FACTORY
SmudgeFilterpublic SmudgeFilter(Repository db, InputStream in, OutputStream out) throws IOException
db - a Repository object.in - a InputStream object. The stream is closed in
any case.out - a OutputStream object.IOException - in case of an errorpublic static Collection<Path> downloadLfsResource(Lfs lfs, Repository db, LfsPointer... res) throws IOException
lfs - local Lfs storage.db - the repository to work withres - the objects to downloadIOExceptionpublic int run()
throws IOException
run in class FilterCommandIOExceptionCopyright © 2019 Eclipse JGit Project. All rights reserved.