com.atlassian.confluence.plugin.module
Class DefaultPluginModuleFactory<T>

java.lang.Object
  extended by com.atlassian.confluence.plugin.module.DefaultPluginModuleFactory<T>
All Implemented Interfaces:
PluginModuleFactory<T>

public class DefaultPluginModuleFactory<T>
extends java.lang.Object
implements PluginModuleFactory<T>


Constructor Summary
DefaultPluginModuleFactory(com.atlassian.plugin.ModuleDescriptor<? extends T> moduleDescriptor)
           
 
Method Summary
 T createModule()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultPluginModuleFactory

public DefaultPluginModuleFactory(com.atlassian.plugin.ModuleDescriptor<? extends T> moduleDescriptor)
Method Detail

createModule

public T createModule()
Specified by:
createModule in interface PluginModuleFactory<T>


Copyright © 2003-2010 Atlassian. All Rights Reserved.