Package org.anchoranalysis.io.output.bean.enabled

Beans indicating whether a particular output is enabled or not.
  • Class Summary 
    Class Description
    All
    All outputs are allowed irrespective of outputName.
    IgnoreUnderscorePrefix
    All outputs are allowed unless the name's first character is an underscore.
    None
    No outputs are enabled.
    OutputEnabled
    Whether a particular output, identified by a textual name, is enabled or not.
    SpecificDisabled
    Only specific outputs, identified by a textual name, are disabled, and all others are enabled.
    SpecificEnabled
    Only specific outputs, identified by a textual name, are enabled.