| com.atlassian.plugin.predicate.ModuleDescriptorPredicate<T> |
Known Indirect Subclasses
|
Interface used to match plugin modules according to implementation specific rules.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Will match a plugin module according to implementation rules. | |||||||||||
Will match a plugin module according to implementation rules.
This method must not change the state of the module nor its plugin .
| moduleDescriptor | the ModuleDescriptor to test against. |
|---|
true if the module matches the predicate, false otherwise.