|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ModuleDescriptorPredicate | |
|---|---|
| com.atlassian.plugin | |
| com.atlassian.plugin.predicate | |
| Uses of ModuleDescriptorPredicate in com.atlassian.plugin |
|---|
| Methods in com.atlassian.plugin with parameters of type ModuleDescriptorPredicate | |
|---|---|
java.util.Collection |
PluginAccessor.getModuleDescriptors(ModuleDescriptorPredicate moduleDescriptorPredicate)
Gets all module descriptors of installed modules that match the given predicate. |
java.util.Collection |
DefaultPluginManager.getModuleDescriptors(ModuleDescriptorPredicate moduleDescriptorPredicate)
|
java.util.Collection |
PluginAccessor.getModules(ModuleDescriptorPredicate moduleDescriptorPredicate)
Gets all installed modules that match the given predicate. |
java.util.Collection |
DefaultPluginManager.getModules(ModuleDescriptorPredicate moduleDescriptorPredicate)
|
| Uses of ModuleDescriptorPredicate in com.atlassian.plugin.predicate |
|---|
| Classes in com.atlassian.plugin.predicate that implement ModuleDescriptorPredicate | |
|---|---|
class |
EnabledModulePredicate
A ModuleDescriptorPredicate that matches enabled modules. |
class |
ModuleDescriptorOfClassPredicate
A ModuleDescriptorPredicate that matches modules for which their descriptor is an instance of one of the given Class. |
class |
ModuleDescriptorOfTypePredicate
A ModuleDescriptorPredicate that matches modules for which their descriptor is the given type. |
class |
ModuleOfClassPredicate
A ModuleDescriptorPredicate that matches modules that are is an instance of the given Class. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||