David Mudrak b6ad85946d MDL-20438 Refactoring pluginlib before adding anything new
These changes are motivated by feedback from Tim Hunt (17 October 2011
in the developers chat room). The combination of using an interface, but
then putting all the useful information in public fields, was not good
design of this library. So I am merging the plugin_information interface
and the plugintype_base class into a new abstract class plugininfo_base.
This new class defines the basic API of all information holding
subclasses. This does not change the code, just puts the documentation
closer to the methods they are actually implemented.
2012-03-30 11:05:39 +02:00
..
2012-03-19 20:21:33 +13:00
2011-07-11 09:20:45 +02:00
2010-09-17 09:57:10 +00:00
2012-03-28 22:48:18 +02:00
2011-11-06 12:51:48 +01:00
2011-09-27 00:39:21 +02:00