laforge49 / utils

Advanced Java utility classes.

Home Page:http://laforge49.github.io/projects/utils/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FactoryRegistry interface

laforge49 opened this issue · comments

FactoryRegistry should be an interface not a static class. And every class needs to carry a reference. This will allow the use of multiple registries in the same program but also it means we do not need to duplicating all our factories over and over.

done working and cleaned up