Interface ResultWriterFactory

All Known Implementing Classes:
WriteResultsIntoDirectoryFactory, WriteResultsToSystemOutFactory

public interface ResultWriterFactory
Builds writers for results.
  • Method Summary

    Modifier and Type
    Method
    Description
    writerFor(Result result)
    Builds a writer for the given results.
  • Method Details

    • writerFor

      Writer writerFor(Result result) throws IOException
      Builds a writer for the given results.
      Parameters:
      result - not null
      Returns:
      not null
      Throws:
      IOException - when suitable writer cannot be constructed