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 TypeMethodDescriptionvoidInputOutputExperiment.replaceOutputManager(OutputManager output) voidOutputExperiment.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 TypeMethodDescriptionvoidReplaceOutputManager.replaceOutputManager(OutputManager output) Replace the currently-assignedOutputManagerwith another. -
Uses of OutputManager in org.anchoranalysis.test.image.io
Methods in org.anchoranalysis.test.image.io with parameters of type OutputManagerModifier and TypeMethodDescriptionstatic OutputterOutputterFixture.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 OutputManagerOutputManagerFixture.createOutputManager(Optional<Path> pathForPrefixer, Optional<OutputEnabledRules> outputEnabledRules) Creates theOutputManagerfixture.Methods in org.anchoranalysis.test.io.output with parameters of type OutputManagerModifier and TypeMethodDescriptionstatic OutputterCheckedOutputterCheckedFixture.createFrom(OutputManager outputManager) Creates aOutputterCheckedfrom anOutputManager- that permits all outputs.static OutputterCheckedOutputterCheckedFixture.createFrom(OutputManager outputManager, OutputEnabledRules outputsEnabled) Creates aOutputterCheckedfrom anOutputManager- that outputs in accordance to the rules inoutputsEnabled.