public interface FilterCommandFactory
FilterCommand.| Modifier and Type | Method and Description |
|---|---|
FilterCommand |
create(Repository db,
java.io.InputStream in,
java.io.OutputStream out)
Create a new
FilterCommand. |
FilterCommand create(Repository db, java.io.InputStream in, java.io.OutputStream out) throws java.io.IOException
FilterCommand.db - the repository this command should work onin - the InputStream this command should read fromout - the OutputStream this command should write toFilterCommandjava.io.IOException - thrown when the command constructor throws an
java.io.IOException