com.atlassian.jira.plugin.webfragment
Class DefaultSimpleLinkFactoryModuleDescriptors

java.lang.Object
  extended by com.atlassian.jira.plugin.webfragment.DefaultSimpleLinkFactoryModuleDescriptors
All Implemented Interfaces:
SimpleLinkFactoryModuleDescriptors

public class DefaultSimpleLinkFactoryModuleDescriptors
extends Object
implements SimpleLinkFactoryModuleDescriptors


Constructor Summary
DefaultSimpleLinkFactoryModuleDescriptors(PluginModuleTrackerFactory pluginModuleTrackerFactory)
           
 
Method Summary
 Iterable<SimpleLinkFactoryModuleDescriptor> get()
          Gets a snapshot of all the currently enabled SimpleLinkFactoryModuleDescriptors.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultSimpleLinkFactoryModuleDescriptors

public DefaultSimpleLinkFactoryModuleDescriptors(PluginModuleTrackerFactory pluginModuleTrackerFactory)
Method Detail

get

public Iterable<SimpleLinkFactoryModuleDescriptor> get()
Description copied from interface: SimpleLinkFactoryModuleDescriptors
Gets a snapshot of all the currently enabled SimpleLinkFactoryModuleDescriptors.

Specified by:
get in interface SimpleLinkFactoryModuleDescriptors
Returns:
An Iterable that contains a snapshot of all the currently enabled SimpleLinkFactoryModuleDescriptors.


Copyright © 2002-2013 Atlassian. All Rights Reserved.