Uses of Class
org.anchoranalysis.io.output.bean.rules.OutputEnabledRules
| Package | Description |
|---|---|
| org.anchoranalysis.io.output.bean |
Beans for the framework around writing files to the file-system.
|
| org.anchoranalysis.io.output.bean.rules |
Rules for determining if a particular output is enabled or not in a context of a hierarchy.
|
| org.anchoranalysis.io.output.recorded |
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 OutputEnabledRules Modifier and Type Method Description OutputEnabledRulesOutputManager. getOutputsEnabled()Which outputs are enabled or not enabled.Methods in org.anchoranalysis.io.output.bean with parameters of type OutputEnabledRules Modifier and Type Method Description voidOutputManager. 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.rules Modifier and Type Class Description classAddToDefaultsAdds additional outputs-names to be enabled to the defaults.classIgnoreUnderscorePrefixUnlessLikeIgnoreUnderscorePrefixfor all first and level-outputs unless a particular outputs are explicitly specified.classNoneExceptAll outputs are disabled except particular ones.classOutputEnableRulesSpecifyBase class for anOutputEnabledRulesthat specifies particular output-names for first and second levels.classPermissiveAllows all output-names to be outputted in both first and second level.classPermissiveExceptAll 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 OutputEnabledRules Modifier and Type Method Description MultiLevelOutputEnabledRecordedOutputsWithRules. selectOutputEnabled(Optional<OutputEnabledRules> rulesHigherPrecedence)Selects whichOutputEnabledRulesto employ.