|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.plugin.predicate.EnabledPluginPredicate
public class EnabledPluginPredicate
A PluginPredicate that matches enabled plugins.
| Constructor Summary | |
|---|---|
EnabledPluginPredicate(PluginAccessor pluginAccessor)
|
|
| Method Summary | |
|---|---|
boolean |
matches(Plugin plugin)
Will match a plugin according to implementation rules. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EnabledPluginPredicate(PluginAccessor pluginAccessor)
java.lang.IllegalArgumentException - if PluginAccessor is null| Method Detail |
|---|
public boolean matches(Plugin plugin)
PluginPredicateWill match a plugin according to implementation rules.
This method must not change the state of the plugin.
matches in interface PluginPredicateplugin - the plugin to test against.
true if the plugin matches the predicate, false otherwise.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||