| Interface | Description |
|---|---|
| ModuleDescriptorPredicate<T> |
Interface used to match plugin modules according to implementation specific rules.
|
| ModulePredicate | Deprecated
since 2.2 unused
|
| PluginPredicate |
Interface used to match plugins according to implementation specific rules.
|
| Class | Description |
|---|---|
| EnabledModulePredicate<T> |
A
ModuleDescriptorPredicate that matches enabled modules. |
| EnabledPluginPredicate |
A
PluginPredicate that matches enabled plugins. |
| ModuleDescriptorOfClassPredicate<T> |
A
ModuleDescriptorPredicate that matches modules for which their descriptor is an instance of one of the given Class. |
| ModuleDescriptorOfTypePredicate<M> |
A
ModuleDescriptorPredicate that matches modules for which their descriptor is the given type. |
| ModuleOfClassPredicate<T> |
A
ModuleDescriptorPredicate that matches modules that are is an instance of the given Class. |
| PluginKeyExcludePatternsPredicate |
A plugin predicate which matches plugins whose key *does not* match one of a given list of
excluded regular expressions.
|
| PluginKeyIncludePatternsPredicate |
A plugin predicate which matches plugins whose key *does not* match one of a given list of
excluded regular expressions.
|
Copyright © 2014 Atlassian. All rights reserved.