public interface PluginModuleTracker<M,T extends ModuleDescriptor<M>>
ServiceTracker.| Modifier and Type | Interface and Description |
|---|---|
static interface |
PluginModuleTracker.Customizer<M,T extends ModuleDescriptor<M>>
Implement this to customize how and which descriptors are stored
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes the tracker.
|
Iterable<T> |
getModuleDescriptors() |
Iterable<M> |
getModules()
Gets a snapshot of the currently tracked enabled module instances
|
int |
size() |
Iterable<T> getModuleDescriptors()
Iterable<M> getModules()
int size()
void close()
Copyright © 2019 Atlassian. All rights reserved.