Package org.eclipse.jgit.attributes
Interface FilterCommandFactory
public interface FilterCommandFactory
The factory responsible for creating instances of
FilterCommand
.- Since:
- 4.6
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(Repository db, InputStream in, OutputStream out) Create a newFilterCommand
.
-
Method Details
-
create
Create a newFilterCommand
.- Parameters:
db
- the repository this command should work onin
- theInputStream
this command should read fromout
- theOutputStream
this command should write to- Returns:
- the created
FilterCommand
- Throws:
IOException
- thrown when the command constructor throws an java.io.IOException
-