Interface RoutablePrintWriter.DestinationFactory
-
- Enclosing class:
- RoutablePrintWriter
public static interface RoutablePrintWriter.DestinationFactory
Factory to lazily instantiate the destination.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PrintWriter
activateDestination()
-
-
-
Method Detail
-
activateDestination
PrintWriter activateDestination() throws IOException
- Throws:
IOException
-
-