Uses of Interface
com.atlassian.plugin.tracker.PluginModuleTracker

Packages that use PluginModuleTracker
com.atlassian.plugin.tracker   
 

Uses of PluginModuleTracker in com.atlassian.plugin.tracker
 

Classes in com.atlassian.plugin.tracker that implement PluginModuleTracker
 class DefaultPluginModuleTracker<M,T extends ModuleDescriptor<M>>
          Tracks enabled plugin module descriptors, focusing on fast reads
 

Methods in com.atlassian.plugin.tracker that return PluginModuleTracker
static
<M,T extends ModuleDescriptor<M>>
PluginModuleTracker<M,T>
DefaultPluginModuleTracker.create(PluginAccessor pluginAccessor, PluginEventManager pluginEventManager, Class<? extends ModuleDescriptor<?>> moduleDescriptorClass)
          Static factory method for constructing trackers generically where M is not known.
 



Copyright © 2011 Atlassian. All Rights Reserved.