PeterHenell / sql-server-data-producer

Automatically exported from code.google.com/p/sql-server-data-producer
0 stars 1 forks source link

As a developer I want to be able to extend the application by creating plugins for adding new Generators #182

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Create a plugin infrastructure where i can create generators.

Generators need to be matched for one or more datatype that they are valid for.

Refactor all old generators to become a plugin.

Original issue reported on code.google.com by a03pe...@gmail.com on 26 Feb 2013 at 1:51

GoogleCodeExporter commented 9 years ago
Partly done, generators are now loaded by plugin loader, only need to inherit a 
base type and implement one abstract method.

To be done, the plugin loader need to be able to load generators from other 
assemblies.

Original comment by m...@peterhenell.se on 26 Dec 2013 at 10:32