| java.lang.Object | |
| ↳ | com.atlassian.plugin.predicate.EnabledPluginPredicate |
A PluginPredicate that matches enabled plugins.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Will match a plugin according to implementation rules. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.atlassian.plugin.predicate.PluginPredicate
| |||||||||||
| IllegalArgumentException | if PluginAccessor is null
|
|---|
Will match a plugin according to implementation rules.
This method must not change the state of the plugin.
| plugin | the plugin to test against. |
|---|
true if the plugin matches the predicate, false otherwise.