Class MaskProvider
- All Implemented Interfaces:
Provider<Mask>
,ProviderAsStack
- Direct Known Subclasses:
FromChannelBase
,FromDimensionsBase
,FromStackChannel
,MaskProviderUnary
,Reference
- Author:
- Owen Feehan
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.anchoranalysis.bean.initializable.InitializableBean
getInitialization, getLogger, getPropertyInitializer, initialize, initializeRecursive, initRecursiveWithInitializer, isInitialized, onInitialization
Methods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
-
Constructor Details
-
MaskProvider
protected MaskProvider()
-
-
Method Details
-
getAsStack
Description copied from interface:ProviderAsStack
Retrieves or creates aStack
representation of an entity.- Returns:
- the stack.
- Throws:
ProvisionFailedException
- if an error occurs retrieving or getting the stack.
-