Class All
Object
org.anchoranalysis.bean.AnchorBean<OutputEnabled>
org.anchoranalysis.io.output.bean.enabled.OutputEnabled
org.anchoranalysis.io.output.bean.enabled.All
- All Implemented Interfaces:
SingleLevelOutputEnabled
public class All extends OutputEnabled
All outputs are allowed irrespective of
outputName.- Author:
- Owen Feehan
-
Field Summary
Fields Modifier and Type Field Description static OutputEnabledINSTANCEA singleton instance ofAll. -
Method Summary
Modifier and Type Method Description booleanisOutputEnabled(String outputName)Is a particular a particular output-enabled?
-
Field Details
-
Method Details
-
isOutputEnabled
Description copied from interface:SingleLevelOutputEnabledIs a particular a particular output-enabled?- Parameters:
outputName- the name of the output- Returns:
- true iff the output is allowed
-