Class OutputEnabled
- All Implemented Interfaces:
SingleLevelOutputEnabled
- Direct Known Subclasses:
All,IgnoreUnderscorePrefix,None,SpecificDisabled,SpecificEnabled
public abstract class OutputEnabled
extends AnchorBean<OutputEnabled>
implements SingleLevelOutputEnabled
Whether a particular output, identified by a textual name, is enabled or not.
- Author:
- Owen Feehan
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.anchoranalysis.io.output.enabled.single.SingleLevelOutputEnabled
isOutputEnabled
-
Constructor Details
-
OutputEnabled
public OutputEnabled()
-