Interface ElementWriterSupplier<T>
- Type Parameters:
T
- the type of element to be written
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Creates or gets a element-writer to output files.
This exists primarily facilitate lazy creation of an element-writer (only if an output is enabled by the rules).
- Author:
- Owen Feehan
-
Method Summary
-
Method Details
-
get
Gets/creates theElementWriter
to be used for an output.- Returns:
- the element writer
- Throws:
OutputWriteFailedException
- if the operation cannot succeed successfully.
-