RAA - pluginfactory/0.01

pluginfactory / 0.01

Short description: Mixin implementing an autoloading factory pattern
Category: Library/Design Patterns
Status: beta
Created: 2004-03-08 21:38:48 GMT
Last update: -
Owner: Michael Granger (Projects of this owner)
Homepage: http://www.deveiate.org/code/PluginFactory.html
Download: http://www.deveiate.org/code/PluginFactory-0.01.tar.gz
License: Artistic
Dependency:
None
Description:

Including PluginFactory in your class turns it into a factory for its derivatives, capable of searching for and loading them by name. This is useful when you have an abstract base class which defines an interface and basic functionality for a part of a larger system, and a collection of subclasses which implement the interface for different underlying functionality.

Versions: [1.0.3 (2008-04-16)] [1.0.1 (2005-03-05)] [1.0.0 (2004-09-08)] [0.01 (-)]

Edit this project (for project owner)

back to RAA top