|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ModuleDescriptorPredicate | |
|---|---|
| com.atlassian.plugin | |
| com.atlassian.plugin.manager | |
| com.atlassian.plugin.predicate | |
| Uses of ModuleDescriptorPredicate in com.atlassian.plugin |
|---|
| Methods in com.atlassian.plugin with parameters of type ModuleDescriptorPredicate | ||
|---|---|---|
|
PluginAccessor.getModuleDescriptors(ModuleDescriptorPredicate<M> moduleDescriptorPredicate)
Gets all module descriptors of installed modules that match the given predicate. |
|
|
PluginAccessor.getModules(ModuleDescriptorPredicate<M> moduleDescriptorPredicate)
Gets all installed modules that match the given predicate. |
|
| Uses of ModuleDescriptorPredicate in com.atlassian.plugin.manager |
|---|
| Methods in com.atlassian.plugin.manager with parameters of type ModuleDescriptorPredicate | ||
|---|---|---|
|
DefaultPluginManager.getModuleDescriptors(ModuleDescriptorPredicate<M> moduleDescriptorPredicate)
|
|
|
DefaultPluginManager.getModules(ModuleDescriptorPredicate<M> moduleDescriptorPredicate)
|
|
| Uses of ModuleDescriptorPredicate in com.atlassian.plugin.predicate |
|---|
| Classes in com.atlassian.plugin.predicate that implement ModuleDescriptorPredicate | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||