com.atlassian.confluence.plugin.module
Class DefaultPluginModuleFactory<T>
java.lang.Object
  
com.atlassian.confluence.plugin.module.DefaultPluginModuleFactory<T>
- All Implemented Interfaces: 
 - PluginModuleFactory<T>
 
public class DefaultPluginModuleFactory<T>
- extends Object
- implements PluginModuleFactory<T>
  
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
DefaultPluginModuleFactory
public DefaultPluginModuleFactory(ModuleDescriptor<? extends T> moduleDescriptor)
createModule
public T createModule()
- Specified by:
 createModule in interface PluginModuleFactory<T>