|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A registry which keeps track of plugins and can identify those that support a particular model.
| Method Summary | |
java.util.Iterator |
getAllPlugins()
|
java.util.Iterator |
getSupportingPlugins(java.lang.Object model)
Returns an iterator over the plugins in this registry that support the given model. |
void |
register(Plugin plugin)
Adds the given plugin to the registry. |
| Method Detail |
public void register(Plugin plugin)
plugin - the plugin to addpublic java.util.Iterator getSupportingPlugins(java.lang.Object model)
model - the model support is desired for
public java.util.Iterator getAllPlugins()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||