Uses of Class
org.anchoranalysis.io.output.writer.WriterRouterErrors
Packages that use WriterRouterErrors
Package
Description
Classes for outputting to particular directories.
-
Uses of WriterRouterErrors in org.anchoranalysis.io.output.outputter
Methods in org.anchoranalysis.io.output.outputter that return WriterRouterErrorsModifier and TypeMethodDescriptionOutputter.writerMultiplex(boolean selectSelective) Multiplexes between theselectiveandpermissivewriters based on a flag.Outputter.writerPermissive()The writer that allows all outputs.Outputter.writerSecondLevel(String outputNameFirstLevel) A writer that performs a second-level check on which outputs occur, but writes to the top-level directory.Outputter.writerSelective()The writer that allows only certain selected outputs.