Interface Reader

All Superinterfaces:
Extension
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface Reader extends Extension
Reader extension. Can read some data from results folder add store into storage using ResultsVisitor.
Since:
2.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    readResults(Configuration configuration, ResultsVisitor visitor, Path directory)
    Process results directory.
  • Method Details

    • readResults

      void readResults(Configuration configuration, ResultsVisitor visitor, Path directory)
      Process results directory.
      Parameters:
      configuration - the report configuration.
      visitor - the visitor to store data into results storage.
      directory - the results directory to process.