commit | cb37e71509da43e0d8d809591b09e8f5a582b5cd | [log] [tgz] |
---|---|---|
author | Derek Sollenberger <djsollen@google.com> | Tue Nov 24 14:58:09 2009 -0500 |
committer | Derek Sollenberger <djsollen@google.com> | Mon Nov 30 08:42:43 2009 -0500 |
tree | 9ab9364ecdb573994d707b351c1b4d0f9ed5331a | |
parent | e11a1b4d1a57dd6f42171aca3a4edb71438cbad1 [diff] |
Refactoring plugins to use new java interfaces. This change adds 3 new interfaces for plugins to the framework. This change also includes extensive cleanup as we consolidate internal plugin functions into the pluginManager. Also using the new interfaces we no longer need to pass additional parameters in quite a few methods.