Class Reference
- All Implemented Interfaces:
Provider<Stack>
,ProviderAsStack
Retrieves an existing stack.
The following types of objects are searched for a matching id, in this order:
- stacks
- channels
- masks
- Author:
- Owen Feehan
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.anchoranalysis.image.bean.provider.stack.StackProvider
getAsStack
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
-
Reference
Creates a newReference
with a specified identifier.- Parameters:
id
- the identifier of the stack to retrieve
-
Reference
public Reference()
-
-
Method Details
-
get
Description copied from interface:Provider
Gets or creates an object of typeT
.- Returns:
- the object returned by the provider.
- Throws:
ProvisionFailedException
- if the object cannot be returned.
-
getId
The identifier of the stack to retrieve. -
setId
The identifier of the stack to retrieve.
-