EASE.Factories
Class FactoryCreator

java.lang.Object
  |
  +--EASE.Factories.FactoryCreator

public class FactoryCreator
extends java.lang.Object

This class exists just to create factories from specifications.

Should really be called FactoryFactory . .


Constructor Summary
FactoryCreator()
           
 
Method Summary
static Factory createFactory(FactorySpecification f, java.lang.ThreadGroup tg)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

FactoryCreator

public FactoryCreator()
Method Detail

createFactory

public static Factory createFactory(FactorySpecification f,
                                    java.lang.ThreadGroup tg)