Uses of Class
org.anchoranalysis.io.output.bean.enabled.OutputEnabled
| Package | Description |
|---|---|
| org.anchoranalysis.io.output.bean.enabled |
Beans indicating whether a particular output is enabled or not.
|
| org.anchoranalysis.io.output.bean.rules |
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.enabled Modifier and Type Class Description classAllAll outputs are allowed irrespective ofoutputName.classIgnoreUnderscorePrefixAll outputs are allowed unless the name's first character is an underscore.classNoneNo outputs are enabled.classSpecificDisabledOnly specific outputs, identified by a textual name, are disabled, and all others are enabled.classSpecificEnabledOnly specific outputs, identified by a textual name, are enabled.Fields in org.anchoranalysis.io.output.bean.enabled declared as OutputEnabled Modifier and Type Field Description static OutputEnabledAll. INSTANCEA singleton instance ofAll.static OutputEnabledIgnoreUnderscorePrefix. INSTANCEA singleton instance ofIgnoreUnderscorePrefix.static 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 OutputEnabled Modifier and Type Method Description protected SingleLevelOutputEnabledOutputEnableRulesSpecify. secondLevelOutputs(String outputName, OutputEnabled defaultValue)Retrieves a second-levelSingleLevelOutputEnabledcorresponding to a first-level output-name.