Interface OutputOperator.CollectedPagesProvider

Enclosing class:
OutputOperator

public static interface OutputOperator.CollectedPagesProvider
Interface for DriverContext implementations that provide a collectedPages list. This allows OutputOperatorFactory to retrieve collectedPages without creating a circular dependency.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the collectedPages list that should be used by OutputOperator.
  • Method Details

    • collectedPages

      List<Page> collectedPages()
      Returns the collectedPages list that should be used by OutputOperator.
      Returns:
      the collectedPages list