Class DictionaryProvider
Object
org.anchoranalysis.bean.AnchorBean<B>
org.anchoranalysis.bean.initializable.InitializableBean<T,DictionaryInitialization>
org.anchoranalysis.bean.shared.dictionary.DictionaryBean<DictionaryProvider>
org.anchoranalysis.bean.shared.dictionary.DictionaryProvider
- All Implemented Interfaces:
Provider<Dictionary>
- Direct Known Subclasses:
DictionaryProviderReference
public abstract class DictionaryProvider extends DictionaryBean<DictionaryProvider> implements Provider<Dictionary>
Base class for beans that implement
Provider to provide a Dictionary.- Author:
- Owen Feehan
-
Constructor Summary
Constructors Constructor Description DictionaryProvider() -
Method Summary
Methods 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
-
DictionaryProvider
public DictionaryProvider()
-