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 void |
register()
Registers this filter in JGit by calling
|
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.out - a OutputStream object.IOExceptionpublic static final void register()
public int run()
throws IOException
run in class FilterCommandIOExceptionCopyright © 2017 Eclipse JGit Project. All rights reserved.