| java.lang.Object | |
| ↳ | com.atlassian.plugin.predicate.EnabledModulePredicate<T> |
A ModuleDescriptorPredicate that matches enabled modules.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Will match a plugin module according to implementation rules. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.atlassian.plugin.predicate.ModuleDescriptorPredicate
| |||||||||||
| IllegalArgumentException | if pluginAccessor is null
|
|---|
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.