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 TypeMethodDescriptionvoidOutputManager.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 TypeClassDescriptionclassAdds additional outputs-names to be enabled to the defaults.classLikeIgnoreUnderscorePrefixfor all first and level-outputs unless a particular outputs are explicitly specified.classAll outputs are disabled except particular ones.classBase class for anOutputEnabledRulesthat specifies particular output-names for first and second levels.classAllows all output-names to be outputted in both first and second level.classAll 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 whichOutputEnabledRulesto employ. -
Uses of OutputEnabledRules in org.anchoranalysis.test.image.io
Methods in org.anchoranalysis.test.image.io with parameters of type OutputEnabledRulesModifier and TypeMethodDescriptionstatic OutputterOutputterFixture.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 OutputterCheckedOutputterCheckedFixture.createFrom(OutputManager outputManager, OutputEnabledRules outputsEnabled) Creates aOutputterCheckedfrom anOutputManager- that outputs in accordance to the rules inoutputsEnabled.