Class All
- All Implemented Interfaces:
SingleLevelOutputEnabled
All outputs are allowed irrespective of
outputName
.- Author:
- Owen Feehan
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionboolean
isOutputEnabled
(String outputName) Is a particular a particular output-enabled?Methods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
-
Field Details
-
INSTANCE
A singleton instance ofAll
.The class retains a public constructor so it can also be instantiated as a bean.
-
-
Method Details
-
isOutputEnabled
Description copied from interface:SingleLevelOutputEnabled
Is a particular a particular output-enabled?- Parameters:
outputName
- the name of the output- Returns:
- true iff the output is allowed
-