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 TypeClassDescriptionclassAll outputs are allowed irrespective ofoutputName.classAll outputs are allowed unless the name's first character is an underscore.classNo outputs are enabled.classOnly specific outputs, identified by a textual name, are disabled, and all others are enabled.classOnly specific outputs, identified by a textual name, are enabled.Fields in org.anchoranalysis.io.output.bean.enabled declared as OutputEnabledModifier and TypeFieldDescriptionstatic final OutputEnabledAll.INSTANCEA singleton instance ofAll.static final OutputEnabledIgnoreUnderscorePrefix.INSTANCEA singleton instance ofIgnoreUnderscorePrefix.static final OutputEnabledNone.INSTANCEA 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 SingleLevelOutputEnabledOutputEnableRulesSpecify.secondLevelOutputs(String outputName, OutputEnabled defaultValue) Retrieves a second-levelSingleLevelOutputEnabledcorresponding to a first-level output-name.