-
public interface FilterCommandFactoryThe factory responsible for creating instances ofFilterCommand.- Since:
- 4.6
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FilterCommandcreate(Repository db, InputStream in, OutputStream out)Create a newFilterCommand.
-
-
-
Method Detail
-
create
FilterCommand create(Repository db, InputStream in, OutputStream out) throws IOException
Create a newFilterCommand.- Parameters:
db- the repository this command should work onin- theInputStreamthis command should read fromout- theOutputStreamthis command should write to- Returns:
- the created
FilterCommand - Throws:
IOException- thrown when the command constructor throws an java.io.IOException
-
-