Class SingleLevelInSet
Object
org.anchoranalysis.io.output.enabled.single.SingleLevelInSet
- All Implemented Interfaces:
SingleLevelOutputEnabled
public class SingleLevelInSet extends Object implements SingleLevelOutputEnabled
Outputs are enabled if they are contained in a set.
- Author:
- Owen Feehan
-
Constructor Summary
Constructors Constructor Description SingleLevelInSet(Set<String> set) -
Method Summary
Modifier and Type Method Description booleanisOutputEnabled(String outputName)Is a particular a particular output-enabled?
-
Constructor Details
-
Method Details
-
isOutputEnabled
Description copied from interface:SingleLevelOutputEnabledIs a particular a particular output-enabled?- Specified by:
isOutputEnabledin interfaceSingleLevelOutputEnabled- Parameters:
outputName- the name of the output- Returns:
- true iff the output is allowed
-