Class StackProviderUnary
- All Implemented Interfaces:
Provider<Stack>,ProviderAsStack
Implementation of
StackProvider that calls a single delegate Provider<Stack>.- Author:
- Owen Feehan
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.anchoranalysis.image.bean.provider.stack.StackProvider
getAsStackMethods inherited from class org.anchoranalysis.bean.initializable.InitializableBean
getInitialization, getLogger, getPropertyInitializer, initialize, initializeRecursive, initRecursiveWithInitializer, isInitialized, onInitializationMethods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
-
Constructor Details
-
StackProviderUnary
protected StackProviderUnary()
-
-
Method Details
-
get
- Throws:
ProvisionFailedException
-
createFromStack
Creates aStackgiven the entity provided by the delegate.- Parameters:
stack- the entity provided by the delegate.- Returns:
- the created
Stackthat is returned by the provider. - Throws:
ProvisionFailedException- if the provider cannot complete successfully.
-
getStack
-
setStack
-