|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PluginPredicate
Interface used to match plugins according to implementation specific rules.
| Method Summary | |
|---|---|
boolean |
matches(Plugin plugin)
Will match a plugin according to implementation rules. |
| Method Detail |
|---|
boolean matches(Plugin plugin)
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||