Class DictionaryProviderReference
Object
- All Implemented Interfaces:
Provider<Dictionary>
References a particular
Dictionary
in shared-object-space.
The SharedObjects
-space is provided during initialization.
- Author:
- Owen Feehan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget()
Gets or creates an object of typeT
.getId()
Unique identifier for theDictionary
to retrieve.void
onInitialization
(DictionaryInitialization initialization) Called after initialization.void
Unique identifier for theDictionary
to retrieve.Methods inherited from class org.anchoranalysis.bean.initializable.InitializableBean
getInitialization, getLogger, getPropertyInitializer, initialize, initializeRecursive, initRecursiveWithInitializer, isInitialized
Methods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
-
Constructor Details
-
DictionaryProviderReference
public DictionaryProviderReference()
-
-
Method Details
-
get
Description copied from interface:Provider
Gets or creates an object of typeT
.- Returns:
- the object returned by the provider.
-
getId
Unique identifier for theDictionary
to retrieve. -
setId
Unique identifier for theDictionary
to retrieve.