Package com.atlassian.plugin.osgi.module
Class BeanPrefixModuleFactory
java.lang.Object
com.atlassian.plugin.osgi.module.BeanPrefixModuleFactory
- All Implemented Interfaces:
ModuleFactory,PrefixModuleFactory
The BeanModuleFactory creates a java bean for the given module class by resolving the name to bean reference.
It returns a reference to this bean.
- Since:
- 2.5.0
-
Field Summary
Fields inherited from interface com.atlassian.plugin.module.ModuleFactory
LEGACY_MODULE_FACTORY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> TcreateModule(String name, ModuleDescriptor<T> moduleDescriptor)
-
Constructor Details
-
BeanPrefixModuleFactory
public BeanPrefixModuleFactory()
-
-
Method Details
-
createModule
- Specified by:
createModulein interfaceModuleFactory
-
getPrefix
- Specified by:
getPrefixin interfacePrefixModuleFactory
-