Uses of Class
org.anchoranalysis.io.output.bean.rules.OutputEnabledRules
Packages that use OutputEnabledRules
Package
Description
Beans for the framework around writing files to the file-system.
Rules for determining if a particular output is enabled or not in a context of a hierarchy.
Classes for recording the output-names used as they are written / queried.
Utilities for testing-related reading and writing to the filesystem.
Fixtures for an
OutputManager
and related-classes.-
Uses of OutputEnabledRules in org.anchoranalysis.io.output.bean
Methods in org.anchoranalysis.io.output.bean that return OutputEnabledRulesModifier and TypeMethodDescriptionOutputManager.getOutputsEnabled()
Which outputs are enabled or not enabled.Methods in org.anchoranalysis.io.output.bean with parameters of type OutputEnabledRulesModifier and TypeMethodDescriptionvoid
OutputManager.setOutputsEnabled
(OutputEnabledRules outputsEnabled) Which outputs are enabled or not enabled. -
Uses of OutputEnabledRules in org.anchoranalysis.io.output.bean.rules
Subclasses of OutputEnabledRules in org.anchoranalysis.io.output.bean.rulesModifier and TypeClassDescriptionclass
Adds additional outputs-names to be enabled to the defaults.class
LikeIgnoreUnderscorePrefix
for all first and level-outputs unless a particular outputs are explicitly specified.class
All outputs are disabled except particular ones.class
Base class for anOutputEnabledRules
that specifies particular output-names for first and second levels.class
Allows all output-names to be outputted in both first and second level.class
All outputs are enabled except particular ones. -
Uses of OutputEnabledRules in org.anchoranalysis.io.output.recorded
Method parameters in org.anchoranalysis.io.output.recorded with type arguments of type OutputEnabledRulesModifier and TypeMethodDescriptionRecordedOutputsWithRules.selectOutputEnabled
(Optional<OutputEnabledRules> rulesHigherPrecedence) Selects whichOutputEnabledRules
to employ. -
Uses of OutputEnabledRules in org.anchoranalysis.test.image.io
Methods in org.anchoranalysis.test.image.io with parameters of type OutputEnabledRulesModifier and TypeMethodDescriptionstatic Outputter
OutputterFixture.outputter
(OutputManager outputManager, OutputEnabledRules outputsEnabled) Creates an Outputter instance with a specified OutputManager and OutputEnabledRules. -
Uses of OutputEnabledRules in org.anchoranalysis.test.io.output
Methods in org.anchoranalysis.test.io.output with parameters of type OutputEnabledRulesModifier and TypeMethodDescriptionstatic OutputterChecked
OutputterCheckedFixture.createFrom
(OutputManager outputManager, OutputEnabledRules outputsEnabled) Creates aOutputterChecked
from anOutputManager
- that outputs in accordance to the rules inoutputsEnabled
.