com.atlassian.jira.plugin
Class DefaultPluginLoaderFactory

java.lang.Object
  extended by com.atlassian.jira.plugin.DefaultPluginLoaderFactory
All Implemented Interfaces:
PluginLoaderFactory

public class DefaultPluginLoaderFactory
extends Object
implements PluginLoaderFactory


Constructor Summary
DefaultPluginLoaderFactory()
           
 
Method Summary
 List getPluginLoaders()
          Return a list of plugin loaders that implement PluginLoader.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultPluginLoaderFactory

public DefaultPluginLoaderFactory()
Method Detail

getPluginLoaders

public List getPluginLoaders()
Description copied from interface: PluginLoaderFactory
Return a list of plugin loaders that implement PluginLoader.

Specified by:
getPluginLoaders in interface PluginLoaderFactory


Copyright © 2002-2007 Atlassian. All Rights Reserved.