Interface Writer

All Known Implementing Classes:
AlwaysAllowed, CheckIfAllowed

public interface Writer
Write data via ElementWriters to the file system, or creates new sub-directories for writing data to.

This class is similar to WriterRouterErrors but exceptions are thrown rather than reporting errors.

These operations occur in association with the currently bound output manager.

The ElementWriterSupplier interface is used so as to avoid object-creation if an operation isn't actually written.

Note that a ElementWriter may write more than one file for a given element.

Author:
Owen Feehan