Interface FilterCommandFactory


  • public interface FilterCommandFactory
    The factory responsible for creating instances of FilterCommand.
    Since:
    4.6
    • Method Detail

      • create

        FilterCommand create​(Repository db,
                             java.io.InputStream in,
                             java.io.OutputStream out)
                      throws java.io.IOException
        Create a new FilterCommand.
        Parameters:
        db - the repository this command should work on
        in - the InputStream this command should read from
        out - the OutputStream this command should write to
        Returns:
        the created FilterCommand
        Throws:
        java.io.IOException - thrown when the command constructor throws an java.io.IOException