Interface RoutablePrintWriter.DestinationFactory

Enclosing class:
RoutablePrintWriter

public static interface RoutablePrintWriter.DestinationFactory
Factory to lazily instantiate the destination.
  • Method Summary

    Modifier and Type
    Method
    Description
    Activate destination.
  • Method Details

    • activateDestination

      PrintWriter activateDestination() throws IOException
      Activate destination.
      Returns:
      the prints the writer
      Throws:
      IOException - Signals that an I/O exception has occurred.