Uses of Class
org.anchoranalysis.io.output.bean.OutputManager
Packages that use OutputManager
Package
Description
Generic experiments that handle input and output in structured ways.
Interfaces for replacing attributes of an experiment: input, output, task etc.
Utilities for testing-related reading and writing to the filesystem.
Fixtures for an
OutputManager
and related-classes.-
Uses of OutputManager in org.anchoranalysis.experiment.bean.io
Methods in org.anchoranalysis.experiment.bean.io that return OutputManagerModifier and TypeMethodDescriptionOutputExperiment.getOutput()
The output-manager that specifies how/where/which elements occur duing outputting.Methods in org.anchoranalysis.experiment.bean.io with parameters of type OutputManagerModifier and TypeMethodDescriptionvoid
InputOutputExperiment.replaceOutputManager
(OutputManager output) void
OutputExperiment.setOutput
(OutputManager output) The output-manager that specifies how/where/which elements occur duing outputting. -
Uses of OutputManager in org.anchoranalysis.experiment.io
Methods in org.anchoranalysis.experiment.io with parameters of type OutputManagerModifier and TypeMethodDescriptionvoid
ReplaceOutputManager.replaceOutputManager
(OutputManager output) Replace the currently-assignedOutputManager
with another. -
Uses of OutputManager in org.anchoranalysis.test.image.io
Methods in org.anchoranalysis.test.image.io with parameters of type OutputManagerModifier and TypeMethodDescriptionstatic Outputter
OutputterFixture.outputter
(OutputManager outputManager, OutputEnabledRules outputsEnabled) Creates an Outputter instance with a specified OutputManager and OutputEnabledRules. -
Uses of OutputManager in org.anchoranalysis.test.io.output
Methods in org.anchoranalysis.test.io.output that return OutputManagerModifier and TypeMethodDescriptionstatic OutputManager
OutputManagerFixture.createOutputManager
(Optional<Path> pathForPrefixer, Optional<OutputEnabledRules> outputEnabledRules) Creates theOutputManager
fixture.Methods in org.anchoranalysis.test.io.output with parameters of type OutputManagerModifier and TypeMethodDescriptionstatic OutputterChecked
OutputterCheckedFixture.createFrom
(OutputManager outputManager) Creates aOutputterChecked
from anOutputManager
- that permits all outputs.static OutputterChecked
OutputterCheckedFixture.createFrom
(OutputManager outputManager, OutputEnabledRules outputsEnabled) Creates aOutputterChecked
from anOutputManager
- that outputs in accordance to the rules inoutputsEnabled
.