Uses of Interface
com.atlassian.plugin.tracker.PluginModuleTracker
Packages that use PluginModuleTracker
-
Uses of PluginModuleTracker in com.atlassian.plugin.tracker
Classes in com.atlassian.plugin.tracker that implement PluginModuleTrackerModifier and TypeClassDescriptionclassDefaultPluginModuleTracker<M,T extends ModuleDescriptor<M>> Tracks enabled plugin module descriptors, focusing on fast readsMethods in com.atlassian.plugin.tracker that return PluginModuleTrackerModifier and TypeMethodDescriptionstatic <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.