Uses of Class
org.anchoranalysis.io.output.outputter.Outputter
| Package | Description |
|---|---|
| org.anchoranalysis.io.output.outputter |
Classes for outputting to particular directories.
|
| org.anchoranalysis.io.output.writer |
Allows a generators to write element(s) to the filesystem.
|
-
Uses of Outputter in org.anchoranalysis.io.output.outputter
Methods in org.anchoranalysis.io.output.outputter that return Outputter Modifier and Type Method Description OutputterOutputter. deriveSubdirectory(String subdirectoryName, boolean inheritOutputRulesAndRecording)OutputterInputOutputContext. getOutputter()An outputter that writes to the particular output-directory. -
Uses of Outputter in org.anchoranalysis.io.output.writer
Methods in org.anchoranalysis.io.output.writer that return types with arguments of type Outputter Modifier and Type Method Description Optional<Outputter>WriterRouterErrors. createSubdirectory(String outputName, boolean inheritOutputRulesAndRecording)Maybe creates a subdirectory for writing to.