Uses of Class
org.anchoranalysis.io.output.bean.enabled.OutputEnabled
Packages that use OutputEnabled
Package
Description
Beans indicating whether a particular output is enabled or not.
Rules for determining if a particular output is enabled or not in a context of a hierarchy.
-
Uses of OutputEnabled in org.anchoranalysis.io.output.bean.enabled
Subclasses of OutputEnabled in org.anchoranalysis.io.output.bean.enabledModifier and TypeClassDescriptionclass
All outputs are allowed irrespective ofoutputName
.class
All outputs are allowed unless the name's first character is an underscore.class
No outputs are enabled.class
Only specific outputs, identified by a textual name, are disabled, and all others are enabled.class
Only specific outputs, identified by a textual name, are enabled.Fields in org.anchoranalysis.io.output.bean.enabled declared as OutputEnabledModifier and TypeFieldDescriptionstatic final OutputEnabled
All.INSTANCE
A singleton instance ofAll
.static final OutputEnabled
IgnoreUnderscorePrefix.INSTANCE
A singleton instance ofIgnoreUnderscorePrefix
.static final OutputEnabled
None.INSTANCE
A singleton instance ofNone
. -
Uses of OutputEnabled in org.anchoranalysis.io.output.bean.rules
Methods in org.anchoranalysis.io.output.bean.rules with parameters of type OutputEnabledModifier and TypeMethodDescriptionprotected SingleLevelOutputEnabled
OutputEnableRulesSpecify.secondLevelOutputs
(String outputName, OutputEnabled defaultValue) Retrieves a second-levelSingleLevelOutputEnabled
corresponding to a first-level output-name.