Menu

Added Plugin-Interface

I just added a simple Plugin-Infrastructure and
made the Routing-Algorithms configurable as plugins.

A plugin must implement a given interface and have a no-arguments-constructor. A setting named "plugin.useImpl." + unqualifiedInterfaceClassName can be set to the full qualified name of the class to instanciate.

Posted by Marcus Wolschon 2007-09-25

Log in to post a comment.