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.
-
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.Subclasses with type arguments of type OutputEnabledRules in org.anchoranalysis.io.output.bean.rulesModifier and TypeClassDescriptionclassBean that specifies an implementation ofMultiLevelOutputEnabled. -
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.