| Package | Description |
|---|---|
| com.atlassian.plugin | |
| com.atlassian.plugin.manager | |
| com.atlassian.plugin.predicate |
| Modifier and Type | Method and Description |
|---|---|
<M> java.util.Collection<ModuleDescriptor<M>> |
PluginAccessor.getModuleDescriptors(ModuleDescriptorPredicate<M> moduleDescriptorPredicate)
Gets all module descriptors of installed modules that match the given predicate.
|
<M> java.util.Collection<M> |
PluginAccessor.getModules(ModuleDescriptorPredicate<M> moduleDescriptorPredicate)
Gets all installed modules that match the given predicate.
|
| Modifier and Type | Method and Description |
|---|---|
<M> java.util.Collection<ModuleDescriptor<M>> |
DefaultPluginManager.getModuleDescriptors(ModuleDescriptorPredicate<M> moduleDescriptorPredicate) |
<M> java.util.Collection<M> |
DefaultPluginManager.getModules(ModuleDescriptorPredicate<M> moduleDescriptorPredicate) |
| Modifier and Type | Class and Description |
|---|---|
class |
EnabledModulePredicate<T>
A
ModuleDescriptorPredicate that matches enabled modules. |
class |
ModuleDescriptorOfClassPredicate<T>
A
ModuleDescriptorPredicate that matches modules for which their descriptor is an instance of one of the given Class. |
class |
ModuleDescriptorOfTypePredicate<M>
A
ModuleDescriptorPredicate that matches modules for which their descriptor is the given type. |
class |
ModuleOfClassPredicate<T>
A
ModuleDescriptorPredicate that matches modules that are is an instance of the given Class. |
Copyright © 2013 Atlassian. All Rights Reserved.